Searched refs:DivU64x64Remainder (Results 1 - 25 of 27) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/
H A DDivU64x64Remainder.c41 DivU64x64Remainder ( function
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/Ia32/
H A DMathDivU64x64.c30 // DivU64x64Remainder (
77 ; Call native DivU64x64Remainder of BaseLib
79 call DivU64x64Remainder local
H A DMathDivU64x64.S27 ASM_GLOBAL ASM_PFX(__udivdi3), ASM_PFX(DivU64x64Remainder)
74 # Call native DivU64x64Remainder of BaseLib
76 jmp ASM_PFX(DivU64x64Remainder)
H A DMathReminderU64x64.c27 // Wrapper Implementation over EDKII DivU64x64Remainder() routine
30 // DivU64x64Remainder (
76 ; Call native DivU64x64Remainder of BaseLib
78 call DivU64x64Remainder local
H A DMathReminderU64x64.S27 ASM_GLOBAL ASM_PFX(__umoddi3), ASM_PFX(DivU64x64Remainder)
74 # Call native DivU64x64Remainder of BaseLib
76 jmp ASM_PFX(DivU64x64Remainder)
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/CRT/Ia32/
H A Dulldiv.c30 // DivU64x64Remainder (
77 ; Call native DivU64x64Remainder of BaseLib
79 call DivU64x64Remainder local
H A Dudivdi3.S27 ASM_GLOBAL ASM_PFX(__udivdi3), ASM_PFX(DivU64x64Remainder)
74 # Call native DivU64x64Remainder of BaseLib
76 jmp ASM_PFX(DivU64x64Remainder)
H A Dulldvrm.c27 // Wrapper Implementation over EDKII DivU64x64Remainder() routine
30 // DivU64x64Remainder (
82 ; Call native DivU64x64Remainder of BaseLib
84 call DivU64x64Remainder local
H A Dullrem.c27 // Wrapper Implementation over EDKII DivU64x64Remainder() routine
30 // DivU64x64Remainder (
76 ; Call native DivU64x64Remainder of BaseLib
78 call DivU64x64Remainder local
H A Dumoddi3.S27 ASM_GLOBAL ASM_PFX(__umoddi3), ASM_PFX(DivU64x64Remainder)
74 # Call native DivU64x64Remainder of BaseLib
76 jmp ASM_PFX(DivU64x64Remainder)
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/CRT/
H A DGcc.c151 return (int) DivU64x64Remainder ((UINT64) Dividend, (UINT64) Divisor, NULL);
157 return (long) DivU64x64Remainder ((UINT64) Dividend, (UINT64) Divisor, NULL);
163 return (long long) DivU64x64Remainder ((UINT64) Dividend, (UINT64) Divisor, NULL);
172 (void) DivU64x64Remainder ((UINT64) Dividend, (UINT64) Divisor, &Remainder);
182 (void) DivU64x64Remainder ((UINT64) Dividend, (UINT64) Divisor, &Remainder);
192 (void) DivU64x64Remainder ((UINT64) Dividend, (UINT64) Divisor, &Remainder);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeTimerLibEsal/
H A DDxeTimerLibEsal.c210 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u);
220 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SecPeiDxeTimerLibCpu/
H A DIpfTimerLib.c203 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u);
213 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL);
H A DX86TimerLib.c288 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u);
298 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/PerformancePkg/Library/TscTimerLib/
H A DTscTimerLibShare.c262 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u);
272 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/
H A DIpfTimerLib.c203 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u);
213 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL);
H A DX86TimerLib.c226 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u);
236 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DDivU64x64Remainder.S14 # DivU64x64Remainder.S
H A DDivU64x64Remainder.asm14 ; DivU64x64Remainder.asm
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/
H A DBootGraphicsResourceTableDxe.c181 if (Height > DivU64x64Remainder ((UINTN) ~0, Width, NULL)) {
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/Ping6/
H A DPing6.c99 mFrequency = DivU64x64Remainder (1000000000000ULL, TimerPeriod, NULL);
120 return DivU64x64Remainder (End - Begin, mFrequency, NULL);
991 DivU64x64Remainder (Private->RttSum, Private->RxCount, NULL)
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/
H A DPing.c283 mFrequency = DivU64x64Remainder (1000000000000ULL, TimerPeriod, NULL);
307 return DivU64x64Remainder (End - Begin, mFrequency, NULL);
1385 DivU64x64Remainder (Private->RttSum, Private->RxCount, NULL)
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmPeriodicSmiLib/
H A DSmmPeriodicSmiLib.c491 return DivU64x64Remainder (
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConsole.c1161 if (LogoHeight > DivU64x64Remainder ((UINTN) ~0, LogoWidth, NULL)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/
H A DEbcExecute.c3696 return (UINT64) (DivU64x64Remainder (Op1, Op2, &Remainder));
3776 DivU64x64Remainder (Op1, Op2, &Remainder);

Completed in 73 milliseconds

12