Lines Matching defs:Index
34 UINTN NumberHandles, Index;
45 for (Index=0; Index < NumberHandles; Index++) {
46 Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handles[Index], ProtocolGuid, Interface);
121 UINTN Index;
180 for(Index=0;Index<NoBlockIoHandles;Index++) {
185 BlockIoBuffer[Index],
253 BlockIoBuffer[Index] = NULL;
288 for(Index=0;Index<NoBlockIoHandles;Index++) {
289 if (BlockIoBuffer[Index] != NULL) {
290 (*Buffer)[*NoHandles] = BlockIoBuffer[Index];
450 UINTN Index;
464 Index = 0;
491 Index += 1;
504 while (Index) {
510 Index -= 1;
577 UINTN Index;
589 Index = 0;
616 Index += 1;
629 while (Index) {
637 Index -= 1;