Lines Matching refs:FormatMask
323 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()
966 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask; in BasePrintLibSPrintMarker()