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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Support.h27 INTN Round; member in struct:__anon11238
H A DMtftp4Support.c225 if (Range->Round > 0) {
226 *TotalBlock += Range->Bound + MultU64x32 ((UINTN) (Range->Round -1), (UINT32) (Range->Bound + 1)) + 1;
231 Range->Round ++;
/vbox/src/VBox/Runtime/common/math/
H A Dtruncl.asm33 ; Round to truncated integer value.
50 ; Round ST(0) to integer.
H A Dtrunc.asm33 ; Round to truncated integer value.
55 ; Round ST(0) to integer.
H A Dtruncf.asm33 ; Round to truncated integer value.
55 ; Round ST(0) to integer.
H A Dceill.asm51 ; Round ST(0) to integer.
H A Dfloorl.asm50 ; Round ST(0) to integer.
H A Dllrint.asm32 ; Round rd to the nearest integer value, rounding according to the current rounding direction.
H A Dllrintf.asm32 ; Round rd to the nearest integer value, rounding according to the current rounding direction.
H A Dllrintl.asm32 ; Round rd to the nearest integer value, rounding according to the current rounding direction.
H A Dlrint.asm32 ; Round rd to the nearest integer value, rounding according to the current rounding direction.
H A Dlrintf.asm32 ; Round rd to the nearest integer value, rounding according to the current rounding direction.
H A Dlrintl.asm32 ; Round rd to the nearest integer value, rounding according to the current rounding direction.
H A Dfloor.asm55 ; Round ST(0) to integer.
H A Dfloorf.asm55 ; Round ST(0) to integer.
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Mtftp6Dxe/
H A DMtftp6Support.h28 INTN Round; member in struct:__anon12561
H A DMtftp6Support.c225 if (Range->Round > 0) {
226 *TotalBlock += Range->Bound + MultU64x32 ((UINT64) (Range->Round -1), (UINT32)(Range->Bound + 1)) + 1;
231 Range->Round ++;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/
H A DDisablePaging64.asm43 add rax, 4 ; Round RAX up to the next 4 byte boundary
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/Ikev2/
H A DUtility.c2555 UINTN Round; local
2641 Round = (OutputKeyLength - 1) / AuthKeyLength + 1;
2642 for (Index = 0; Index < Round; Index++) {

Completed in 78 milliseconds