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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DBufferImage.c2212 UINTN TempI; local
2218 TempI = 0;
2225 while (TempI < Bytes) {
2226 if (Bytes - TempI >= 0x10) {
2229 Left = Bytes - TempI;
2243 Line->Buffer[TempJ] = BufferPtr[TempI];
2244 TempI++;

Completed in 36 milliseconds