Searched refs:CurrentType (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiCompress/
H A DEfiCompressMain.c179 COMPRESS_TYPE CurrentType; local
184 CurrentType = EFI_COMPRESS; // default compress algorithm
202 CurrentType = EFI_COMPRESS;
204 CurrentType = TIANO_COMPRESS;
223 (*Action)->CompressType = CurrentType;
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/
H A DLegacyBootMaintUi.c235 UINTN CurrentType; local
262 CurrentType = 0;
277 while (mBbsType[CurrentType] != BBS_UNKNOWN) {
278 switch (mBbsType[CurrentType]) {
309 ASSERT (mBbsType[CurrentType] == BBS_BEV_DEVICE);
321 CurrentType++;
327 if (DevOrder->BbsType == mBbsType[CurrentType]) {
438 CurrentType++;

Completed in 78 milliseconds