Searched refs:PRINT_FLAG_UPPER (Results 1 – 1 of 1) sorted by relevance
20 #define PRINT_FLAG_UPPER 0x00000001U macro272 digits = ((param->vars.flags & PRINT_FLAG_UPPER) != 0U) ? &upper_hex_digits : &lower_hex_digits; in print_pow2()505 param->vars.flags |= PRINT_FLAG_UPPER; in do_print()
Completed in 3 milliseconds