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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DOsPath.c142 UINTN Remaining;
150 Remaining = Length - Offset;
156 (Remaining >= 2) &&
160 memmove (&Path[Offset], &Path[Offset + 1], Remaining);
168 if ((Remaining >= 3) && IsDirSep (Path[Offset]) &&
171 memmove (&Path[Offset], &Path[Offset + 1], Remaining);
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
H A DDebugCommunicationLibUsb.c725 UINTN Remaining; local
735 Remaining = 0;
797 Remaining = NumberOfBytes - Total;
798 if (Remaining >= USB_DEBUG_PORT_MAX_PACKET_SIZE) {
813 if (Remaining <= Received) {
814 Length = (UINT8)Remaining;
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-appA.asm98 ; Remaining GPRs.
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinnt.h5074 LARGE_INTEGER Remaining; member in struct:_TAPE_GET_MEDIA_PARAMETERS
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinnt.h4956 LARGE_INTEGER Remaining; member in struct:_TAPE_GET_MEDIA_PARAMETERS

Completed in 6417 milliseconds