Home
last modified time | relevance | path

Searched refs:FormatMask (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
DPrintLib.c89 UINTN FormatMask; in DxePrintLibPrint2ProtocolVaListToBaseList() local
102 FormatMask = 0xff; in DxePrintLibPrint2ProtocolVaListToBaseList()
106 FormatMask = 0xffff; in DxePrintLibPrint2ProtocolVaListToBaseList()
112 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask; in DxePrintLibPrint2ProtocolVaListToBaseList()
130 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask; in DxePrintLibPrint2ProtocolVaListToBaseList()
221 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask; in DxePrintLibPrint2ProtocolVaListToBaseList()
1225 UINTN FormatMask; in InternalPrintLibSPrintMarker() local
1301 FormatMask = 0xffff; in InternalPrintLibSPrintMarker()
1309 FormatMask = 0xff; in InternalPrintLibSPrintMarker()
1315 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask; in InternalPrintLibSPrintMarker()
[all …]
/device/linaro/bootloader/edk2/MdePkg/Library/BasePrintLib/
DPrintLibInternal.c323 UINTN FormatMask; in BasePrintLibSPrintMarker() local
399 FormatMask = 0xffff; in BasePrintLibSPrintMarker()
407 FormatMask = 0xff; in BasePrintLibSPrintMarker()
413 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask; in BasePrintLibSPrintMarker()
445 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask; in BasePrintLibSPrintMarker()
498 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask; in BasePrintLibSPrintMarker()
777 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask; in BasePrintLibSPrintMarker()
798 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask; in BasePrintLibSPrintMarker()
817 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask; in BasePrintLibSPrintMarker()
838 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask; in BasePrintLibSPrintMarker()
[all …]
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
DHelper.c44 IN UINT32 FormatMask in GetNumber() argument
53 ASSERT (FormatMask & (FORMAT_NUMBER | FORMAT_STRING)); in GetNumber()
65 if ((FormatMask & FORMAT_NUMBER) != 0) { in GetNumber()
92 if (!Converted && ((FormatMask & FORMAT_STRING) != 0)) { in GetNumber()
DHelper.h47 IN UINT32 FormatMask
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePrintLib/
DPrintLib.c101 UINTN FormatMask; in BasePrintLibVSPrint() local
151 FormatMask = 0xffff; in BasePrintLibVSPrint()
159 FormatMask = 0xff; in BasePrintLibVSPrint()
167 FormatCharacter = (*Format | (*(Format + 1) << 8)) & FormatMask; in BasePrintLibVSPrint()
196 FormatCharacter = (*Format | (*(Format + 1) << 8)) & FormatMask; in BasePrintLibVSPrint()
241 FormatCharacter = (*Format | (*(Format + 1) << 8)) & FormatMask; in BasePrintLibVSPrint()
561 FormatCharacter = (*Format | (*(Format + 1) << 8)) & FormatMask; in BasePrintLibVSPrint()