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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
VfrServices.cpp 261 fprintf (IfrBinFptr, "0x%02X, ", Curr->OpcodeByte);
313 fwrite (&Curr->OpcodeByte, 1, 1, IfrBinFptr);
380 BytesLeftThisOpcode = (UINT32)Curr->Next->OpcodeByte;
383 fprintf (OutFptr, "%02X ", (UINT32)Curr->OpcodeByte);
417 Count = (UINT32)Curr->Next->OpcodeByte;
432 if ((Curr->OpcodeByte > EFI_IFR_LAST_OPCODE) || (Curr->OpcodeByte == 0)) {
439 (UINT32) Curr->OpcodeByte, ByteCount
441 } else if (mOpcodeSizes[Curr->OpcodeByte].Size < 0) {
446 if ((mOpcodeSizes[Curr->OpcodeByte].Size * -1) > Count) {
    [all...]
VfrServices.h 83 UINT8 OpcodeByte,
93 OpcodeByte - the IFR opcode
EfiVfr.h 140 UINT8 OpcodeByte;

Completed in 123 milliseconds