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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiFileHandleLib/
H A DUefiFileHandleLib.c724 UINTN DestinationStartSize; local
745 DestinationStartSize = StrSize(*Destination);
746 ASSERT(DestinationStartSize <= *CurrentSize);
748 DestinationStartSize = 0;
764 while (NewSize < (DestinationStartSize + Count)) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.c3073 UINTN DestinationStartSize; local
3100 DestinationStartSize = StrSize(*Destination);
3101 ASSERT(DestinationStartSize <= *CurrentSize);
3103 DestinationStartSize = 0;
3119 while (NewSize < (DestinationStartSize + (Count*sizeof(CHAR16)))) {

Completed in 292 milliseconds