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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
IfrParse.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
UefiIfrParser.c 507 UINTN OpCodeLength;
567 OpCodeLength = ((EFI_IFR_OP_HEADER *) OpCodeData)->Length;
568 OpCodeOffset += OpCodeLength;
761 if (OpCodeLength == sizeof (EFI_IFR_ACTION_1)) {
782 if (OpCodeLength >= sizeof (EFI_IFR_REF2)) {
785 if (OpCodeLength >= sizeof (EFI_IFR_REF3)) {
788 if (OpCodeLength >= sizeof (EFI_IFR_REF4)) {
    [all...]

Completed in 44 milliseconds