Home | History | Annotate | Download | only in CustomizedDisplayLib

Lines Matching refs:Index

142   UINTN                  Index;

166 for (Index = 0; Index + 2 < (gScreenDimensions.RightColumn - gScreenDimensions.LeftColumn); Index++) {
167 Buffer[Index] = Character;
395 UINTN Index;
400 Index = 0;
405 Index ++;
412 gFooterHeight = FOOTER_HEIGHT + (Index / 3);
499 UINTN Index;
508 Index = 0;
517 (String[Index] != NARROW_CHAR) && (String[IndexIndex] != 0);
518 Index++, Count = Count + IncrementValue
525 if (String[Index] == 0) {
532 if (String[Index] == NARROW_CHAR) {
536 Index++;
542 Index++;
545 } while (String[Index] != 0);
574 UINTN Index;
589 Index = 0;
596 ColumnIndex = Index % 3;
607 CurrentRow = BottomRowOfHotKeyHelp - Index / 3;
633 Index ++;
640 CurrentRow = BottomRowOfHotKeyHelp - Index / 3;
641 ColumnIndex = Index % 3;
791 UINTN Index;
803 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &Index);
858 UINTN Index;
883 Index = 0;
891 for (; (Buffer[Index] != NARROW_CHAR) && (Buffer[Index] != WIDE_CHAR) && (Buffer[Index] != 0); Index++) {
892 BackupBuffer[Index] = Buffer[Index];
895 if (Buffer[Index] == 0) {
908 // Preserve the current index + 1, since this is where we will start printing from next
910 PreviousIndex = Index + 1;
915 if (Buffer[Index] == NARROW_CHAR) {
931 Index++;
933 } while (Buffer[Index] != 0);