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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
H A DEdkIIGluePrintLib.h49 #define RADIX_HEX 0x80 macro
235 If RADIX_HEX is set in Flags, then the output buffer will be
237 If Value is < 0 and RADIX_HEX is not set in Flags, then the fist character in Buffer is a '-'.
242 If both COMMA_TYPE and RADIX_HEX are set in Flags, then ASSERT().
246 If both COMMA_TYPE and RADIX_HEX are set in Flags, then ASSERT().
449 If RADIX_HEX is set in Flags, then the output buffer will be
451 If Value is < 0 and RADIX_HEX is not set in Flags, then the fist character in Buffer is a '-'.
459 If both COMMA_TYPE and RADIX_HEX are set in Flags, then ASSERT().
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
H A DPrintLib.h204 #define RADIX_HEX 0x80 macro
479 If RADIX_HEX is set in Flags, then the output buffer will be
481 If Value is < 0 and RADIX_HEX is not set in Flags, then the fist character in Buffer is a '-'.
486 If both COMMA_TYPE and RADIX_HEX are set in Flags, then ASSERT().
490 If both COMMA_TYPE and RADIX_HEX are set in Flags, then ASSERT().
780 If RADIX_HEX is set in Flags, then the output buffer will be
782 If Value is < 0 and RADIX_HEX is not set in Flags, then the fist character in Buffer is a '-'.
790 If both COMMA_TYPE and RADIX_HEX are set in Flags, then ASSERT().

Completed in 158 milliseconds