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

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Parse.c 265 UINTN LoopVariable;
286 for (LoopVariable = 0 ; LoopVariable < ShellCommandInstance && !ShellFileHandleEof(FileHandle);) {
303 LoopVariable++;
307 if (LoopVariable == ShellCommandInstance) {
308 LoopVariable = 0;
322 LoopVariable++;
323 if (LoopVariable == TableNameInstance
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DrvCfg.c 46 UINTN LoopVariable;
72 for (LoopVariable = 0 ; LoopVariable < (HandleBufferSize/sizeof(HandleBuffer[0])) && *HiiHandle == NULL ; LoopVariable++) {
75 Status = HiiDb->ExportPackageLists(HiiDb, HandleBuffer[LoopVariable], &MainBufferSize, MainBuffer);
79 Status = HiiDb->ExportPackageLists(HiiDb, HandleBuffer[LoopVariable], &MainBufferSize, MainBuffer);
94 *HiiHandle = HandleBuffer[LoopVariable];
    [all...]

Completed in 60 milliseconds