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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Support.h28 INTN Bound; member in struct:__anon11238
H A DMtftp4Support.c44 Range->Bound = End;
226 *TotalBlock += Range->Bound + MultU64x32 ((UINTN) (Range->Round -1), (UINT32) (Range->Bound + 1)) + 1;
229 if (Range->Start > Range->Bound) {
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Mtftp6Dxe/
H A DMtftp6Support.h29 INTN Bound; member in struct:__anon12561
H A DMtftp6Support.c45 Range->Bound = End;
226 *TotalBlock += Range->Bound + MultU64x32 ((UINT64) (Range->Round -1), (UINT32)(Range->Bound + 1)) + 1;
229 if (Range->Start > Range->Bound) {

Completed in 464 milliseconds