Home
last modified time | relevance | path

Searched refs:Count2 (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiHiiPack/
DHiiPack.c440 int Count2; in DumpRawBytes() local
444 Count2 = Count - (Count & 0x1); in DumpRawBytes()
446 for (Counter = 0; Counter < Count2; Counter += 2) { in DumpRawBytes()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
DUefiHandleParsingLib.c2248 UINTN Count2; in ParseHandleDatabaseForChildDevices() local
2273 &Count2, in ParseHandleDatabaseForChildDevices()
2282 *MatchingHandleCount += Count2; in ParseHandleDatabaseForChildDevices()
2284 …BuffernCatGrow((VOID**)MatchingHandleBuffer, &HandleBufferSize, Buffer2, Count2 * sizeof(Buffer2[0… in ParseHandleDatabaseForChildDevices()