HomeSort by relevance Sort by last modified time
    Searched refs:FormatMask (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/MdePkg/Library/BasePrintLib/
PrintLibInternal.c 323 UINTN FormatMask;
399 FormatMask = 0xffff;
407 FormatMask = 0xff;
413 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
445 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
498 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
777 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
798 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
817 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
838 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
PrintLib.c 88 UINTN FormatMask;
101 FormatMask = 0xff;
105 FormatMask = 0xffff;
111 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
129 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
219 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
Helper.c 28 @param[in] FormatMask The bit mask.
44 IN UINT32 FormatMask
53 ASSERT (FormatMask & (FORMAT_NUMBER | FORMAT_STRING));
65 if ((FormatMask & FORMAT_NUMBER) != 0) {
92 if (!Converted && ((FormatMask & FORMAT_STRING) != 0)) {
Helper.h 31 @param[in] FormatMask The bit mask.
47 IN UINT32 FormatMask
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePrintLib/
PrintLib.c 101 UINTN FormatMask;
151 FormatMask = 0xffff;
159 FormatMask = 0xff;
167 FormatCharacter = (*Format | (*(Format + 1) << 8)) & FormatMask;
196 FormatCharacter = (*Format | (*(Format + 1) << 8)) & FormatMask;
241 FormatCharacter = (*Format | (*(Format + 1) << 8)) & FormatMask;
561 FormatCharacter = (*Format | (*(Format + 1) << 8)) & FormatMask;
    [all...]
  /external/v8/src/s390/
disasm-s390.cc 73 int FormatMask(Instruction* instr, const char* option);
294 return FormatMask(instr, format);
310 int Decoder::FormatMask(Instruction* instr, const char* format) {
    [all...]

Completed in 128 milliseconds