Searched defs:SkipCount (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DString.c284 UINT16 SkipCount; local
468 SkipCount = (UINT16) (*(BlockHdr + sizeof (EFI_HII_STRING_BLOCK)));
469 CurrentStringId = (UINT16) (CurrentStringId + SkipCount);
474 CopyMem (&SkipCount, BlockHdr + sizeof (EFI_HII_STRING_BLOCK), sizeof (UINT16));
475 CurrentStringId = (UINT16) (CurrentStringId + SkipCount);
H A DDatabase.c906 UINT16 SkipCount; local
929 SkipCount = (UINT16) (MaxStringId - StringPackage->MaxStringId);
945 CopyMem (BlockPtr + 1, &SkipCount, sizeof (UINT16));
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrUtilityLib.cpp3277 UINT16 SkipCount; local
3430 SkipCount = (UINT16) (*(BlockHdr + sizeof (EFI_HII_STRING_BLOCK)));
3431 CurrentStringId = (UINT16) (CurrentStringId + SkipCount);
3436 memcpy (&SkipCount, BlockHdr + sizeof (EFI_HII_STRING_BLOCK), sizeof (UINT16));
3437 CurrentStringId = (UINT16) (CurrentStringId + SkipCount);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiInternalFormRepresentation.h286 UINT8 SkipCount; member in struct:_EFI_HII_GIBT_SKIP1_BLOCK
291 UINT16 SkipCount; member in struct:_EFI_HII_GIBT_SKIP2_BLOCK
408 UINT8 SkipCount; member in struct:_EFI_HII_SIBT_SKIP1_BLOCK
413 UINT16 SkipCount; member in struct:_EFI_HII_SIBT_SKIP2_BLOCK
614 UINT8 SkipCount; member in struct:_EFI_HII_IIBT_SKIP1_BLOCK
619 UINT16 SkipCount; member in struct:_EFI_HII_IIBT_SKIP2_BLOCK
2066 UINT8 SkipCount; member in struct:_EFI_HII_AIBT_SKIP1_BLOCK
2076 UINT16 SkipCount; member in struct:_EFI_HII_AIBT_SKIP2_BLOCK
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DUefiInternalFormRepresentation.h242 UINT8 SkipCount; member in struct:_EFI_HII_GIBT_SKIP1_BLOCK
247 UINT16 SkipCount; member in struct:_EFI_HII_GIBT_SKIP2_BLOCK
341 UINT8 SkipCount; member in struct:_EFI_HII_SIBT_SKIP1_BLOCK
346 UINT16 SkipCount; member in struct:_EFI_HII_SIBT_SKIP2_BLOCK
539 UINT8 SkipCount; member in struct:_EFI_HII_IIBT_SKIP1_BLOCK
544 UINT16 SkipCount; member in struct:_EFI_HII_IIBT_SKIP2_BLOCK
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiInternalFormRepresentation.h288 UINT8 SkipCount; member in struct:_EFI_HII_GIBT_SKIP1_BLOCK
293 UINT16 SkipCount; member in struct:_EFI_HII_GIBT_SKIP2_BLOCK
410 UINT8 SkipCount; member in struct:_EFI_HII_SIBT_SKIP1_BLOCK
415 UINT16 SkipCount; member in struct:_EFI_HII_SIBT_SKIP2_BLOCK
616 UINT8 SkipCount; member in struct:_EFI_HII_IIBT_SKIP1_BLOCK
621 UINT16 SkipCount; member in struct:_EFI_HII_IIBT_SKIP2_BLOCK
2041 UINT8 SkipCount; member in struct:_EFI_HII_AIBT_SKIP1_BLOCK
2051 UINT16 SkipCount; member in struct:_EFI_HII_AIBT_SKIP2_BLOCK

Completed in 76 milliseconds