Searched refs:BITS_IN_OCTAL (Results 1 – 1 of 1) sorted by relevance
1223 #define BITS_IN_OCTAL 3 in print_octal_chars() macro1238 cycle = (len * BITS_IN_BYTES) % BITS_IN_OCTAL; in print_octal_chars()1289 cycle = cycle % BITS_IN_OCTAL; in print_octal_chars()1339 cycle = cycle % BITS_IN_OCTAL; in print_octal_chars()