Searched refs:FormatMask (Results 1 – 5 of 5) sorted by relevance
89 UINTN FormatMask; in DxePrintLibPrint2ProtocolVaListToBaseList() local102 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() local1301 FormatMask = 0xffff; in InternalPrintLibSPrintMarker()1309 FormatMask = 0xff; in InternalPrintLibSPrintMarker()1315 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask; in InternalPrintLibSPrintMarker()[all …]
323 UINTN FormatMask; in BasePrintLibSPrintMarker() local399 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 …]
44 IN UINT32 FormatMask in GetNumber() argument53 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()
47 IN UINT32 FormatMask
101 UINTN FormatMask; in BasePrintLibVSPrint() local151 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()