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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DFileImage.c212 UnicodeBuffer = CatSPrint(NULL, L"%d Lines Read", HBufferImage.NumLines);
270 UINTN NumLines; local
326 NumLines = 0;
337 NumLines++;
382 Str = CatSPrint(NULL, L"%d Lines Wrote", NumLines);
H A DHexEditorTypes.h96 UINTN NumLines; // number of lines member in struct:__anon12816
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DTextEditorTypes.h75 UINTN NumLines; // total line numbers member in struct:__anon12798
H A DFileBuffer.c314 if (FRow > FileBuffer.NumLines) {
354 if (FRow > FileBuffer.NumLines) {
402 NumLines
438 FileBuffer.NumLines = 0;
653 NumLines
691 FileBuffer.NumLines++;
1149 UnicodeBuffer = CatSPrint (NULL, L"%d Lines Read", FileBuffer.NumLines);
1417 UINTN NumLines; local
1521 NumLines = 0;
1591 NumLines
[all...]

Completed in 53 milliseconds