Searched refs:IncrementValue (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
H A DConsole.c321 UINTN IncrementValue; local
329 IncrementValue = 1;
336 Count = Count + IncrementValue;
364 IncrementValue = 1;
370 IncrementValue = 2;
/device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
H A DCustomizedDisplayLibInternal.c501 UINTN IncrementValue; local
510 IncrementValue = 1;
518 Index++, Count = Count + IncrementValue
537 IncrementValue = 1;
543 IncrementValue = 2;
/device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
H A DBootManagerMenu.c96 UINTN IncrementValue; local
105 IncrementValue = 1;
113 Index++, LineWidth = LineWidth + IncrementValue
132 IncrementValue = 1;
138 IncrementValue = 2;
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
H A DFormDisplay.c807 UINTN IncrementValue; local
816 IncrementValue = 1;
824 Index++, Count = Count + IncrementValue
843 IncrementValue = 1;
849 IncrementValue = 2;

Completed in 15 milliseconds