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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DPrintLib.h201 #define RADIX_HEX 0x80 macro
476 If RADIX_HEX is set in Flags, then the output buffer will be
478 If Value is < 0 and RADIX_HEX is not set in Flags, then the fist character in Buffer is a '-'.
483 If both COMMA_TYPE and RADIX_HEX are set in Flags, then ASSERT().
487 If both COMMA_TYPE and RADIX_HEX are set in Flags, then ASSERT().
777 If RADIX_HEX is set in Flags, then the output buffer will be
779 If Value is < 0 and RADIX_HEX is not set in Flags, then the fist character in Buffer is a '-'.
787 If both COMMA_TYPE and RADIX_HEX are set in Flags, then ASSERT().

Completed in 65 milliseconds