Searched defs:ValidIndex (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
H A DPwdCredentialProvider.h59 UINTN ValidIndex; member in struct:__anon12696
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminal.c433 UINTN ValidIndex; local
477 for (ValidIndex = 0; ValidIndex < ValidCount; ValidIndex++) {
478 if ((ModeBuffer[Index].Columns == NewModeBuffer[ValidIndex].Columns) &&
479 (ModeBuffer[Index].Rows == NewModeBuffer[ValidIndex].Rows)) {
486 if (ValidIndex == ValidCount) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/CapsulePei/
H A DUefiCapsule.c562 UINTN ValidIndex; local
572 ValidIndex = 0;
629 for (TempIndex = 0; TempIndex < ValidIndex; TempIndex++) {
644 DescriptorBuffer[ValidIndex++] = CapsuleDataPtr64;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
H A DGraphicsConsole.c246 UINTN ValidIndex; local
323 for (ValidIndex = 0; ValidIndex < ValidCount; ValidIndex++) {
324 if ((ModeBuffer[Index].Columns == NewModeBuffer[ValidIndex].Columns) &&
325 (ModeBuffer[Index].Rows == NewModeBuffer[ValidIndex].Rows)) {
332 if (ValidIndex == ValidCount) {

Completed in 54 milliseconds