Searched refs:CARRY_ONE (Results 1 – 1 of 1) sorted by relevance
1530 #define CARRY_ONE 0001 in print_octal_chars() macro1531 static_assert (HIGH_ONE + MID_ONE + LOW_ONE + CARRY_ONE == 0xff, in print_octal_chars()1571 carry = (CARRY_ONE & *p); in print_octal_chars()1621 carry = (CARRY_ONE & *p); in print_octal_chars()