Searched refs:RADIX_HEX (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/strings/
H A Dstrings.c53 RADIX_HEX, enumerator in enum:radix_style
158 radix = RADIX_HEX;
389 case RADIX_HEX:
/freebsd-11-stable/sys/contrib/edk2/Include/Library/
H A DPrintLib.h204 #define RADIX_HEX 0x80 macro
515 If RADIX_HEX is set in Flags, then the output buffer will be
517 If Value is < 0 and RADIX_HEX is not set in Flags, then the fist character in Buffer is a '-'.
522 If both COMMA_TYPE and RADIX_HEX are set in Flags, then ASSERT().
526 If both COMMA_TYPE and RADIX_HEX are set in Flags, then ASSERT().
565 If RADIX_HEX is set in Flags, then the output buffer will be formatted in
567 If Value is < 0 and RADIX_HEX is not set in Flags, then the fist character in
596 If both COMMA_TYPE and RADIX_HEX are set in
912 If RADIX_HEX is set in Flags, then the output buffer will be
914 If Value is < 0 and RADIX_HEX i
[all...]
/freebsd-11-stable/contrib/elftoolchain/size/
H A Dsize.c62 RADIX_HEX enumerator in enum:radix_style
153 radix = RADIX_HEX;
175 radix = RADIX_HEX;
767 tbl_print_num(grand_total, RADIX_HEX, 4);
790 tbl_print_num(total_size, RADIX_HEX, 4);
/freebsd-11-stable/contrib/elftoolchain/nm/
H A Dnm.c120 RADIX_HEX, enumerator in enum:radix
453 nm_opts.t = RADIX_HEX;
546 nm_opts.t = RADIX_HEX;
559 nm_opts.t = RADIX_HEX;
1601 case RADIX_HEX:
1621 if (nm_opts.t == RADIX_HEX && nm_elfclass == ELFCLASS32)

Completed in 63 milliseconds