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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/
H A DDivS64x64Remainder.c45 DivS64x64Remainder ( function
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/
H A DXdiv.c27 /* DivS64x64Remainder will write the remainder as a 64-bit value, so we store
37 r.quot = (int)DivS64x64Remainder( (INT64)num, (INT64)denom, &bigrem);
43 /* DivS64x64Remainder will write the remainder as a 64-bit value, so we store
53 r.quot = (long)DivS64x64Remainder( (INT64)num, (INT64)denom, &bigrem);
59 /* DivS64x64Remainder will write the remainder as a 64-bit value, so we store
72 r.quot = (long long)DivS64x64Remainder( (INT64)num, (INT64)denom, &bigrem);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/CRT/
H A DGcc.c67 return (int) DivS64x64Remainder ((INT64) Dividend, (INT64) Divisor, NULL);
74 Quotient = DivS64x64Remainder ((INT64) Dividend, (INT64) Divisor, NULL);
83 return (long long) DivS64x64Remainder ((INT64) Dividend, (INT64) Divisor, NULL);
112 (void) DivS64x64Remainder ((INT64) Dividend, (INT64) Divisor, &Remainder);
122 (void) DivS64x64Remainder ((INT64) Dividend, (INT64) Divisor, &Remainder);
132 (void) DivS64x64Remainder ((INT64) Dividend, (INT64) Divisor, &Remainder);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/CRT/Ia32/
H A Dlldiv.c27 // Wrapper Implementation over EDKII DivS64x64Remainder() routine
30 // DivS64x64Remainder (
86 ; Call native DivS64x64Remainder of BaseLib
88 call DivS64x64Remainder local
H A Dlldvrm.c27 // Wrapper Implementation over EDKII DivS64x64Remainder() routine
30 // DivS64x64Remainder (
82 ; Call native DivS64x64Remainder of BaseLib
84 call DivS64x64Remainder local
H A Dllrem.c27 // Wrapper Implementation over EDKII DivS64x64Remainder() routine
30 // DivS64x64Remainder (
76 ; Call native DivS64x64Remainder of BaseLib
78 call DivS64x64Remainder local
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/
H A DEbcExecute.c3651 return (UINT64) (DivS64x64Remainder (Op1, Op2, &Remainder));
3737 DivS64x64Remainder ((INT64)Op1, (INT64)Op2, &Remainder);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DBaseLib.h2124 DivS64x64Remainder (

Completed in 116 milliseconds