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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DFileBuffer.c1432 UINTN LeftSize; local
1525 LeftSize = TotalSize;
1551 if (LeftSize < Length) {
1552 Size = TotalSize - LeftSize;
1560 LeftSize = TotalSize;
1575 LeftSize -= Length;
1588 LeftSize -= NewLineSize;
1594 if (TotalSize != LeftSize) {
1595 Size = TotalSize - LeftSize;

Completed in 88 milliseconds