Searched refs:DivU64x32Remainder (Results 1 - 15 of 15) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/ |
H A D | DivU64x32Remainder.c | 41 DivU64x32Remainder ( function
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Misc/ |
H A D | Stall.c | 79 Counter = DivU64x32Remainder ( 102 Counter = DivU64x32Remainder (
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/DiskIoDxe/ |
H A D | DiskIo.c | 337 Lba = DivU64x32Remainder (Offset, BlockSize, &UnderRun); 376 OverRunLba = Lba + DivU64x32Remainder (WorkingBufferSize, BlockSize, &OverRun); 556 Lba = DivU64x32Remainder (Offset, BlockSize, &UnderRun); 605 OverRunLba = Lba + DivU64x32Remainder (WorkingBufferSize, BlockSize, &OverRun);
|
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/AcpiTimerLib/ |
H A D | AcpiTimerLib.c | 268 NanoSeconds = MultU64x32 (DivU64x32Remainder (Ticks, ACPI_TIMER_FREQUENCY, &Remainder), 1000000000u);
|
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/AcpiTimerLib/ |
H A D | AcpiTimerLib.c | 314 NanoSeconds = MultU64x32 (DivU64x32Remainder (Ticks, ACPI_TIMER_FREQUENCY, &Remainder), 1000000000u);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/PartitionDxe/ |
H A D | Partition.c | 833 Lba = DivU64x32Remainder (Offset, Private->BlockSize, &UnderRun); 915 Lba = DivU64x32Remainder (Offset, Private->BlockSize, &UnderRun);
|
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/PartitionDxe/ |
H A D | Partition.c | 881 Lba = DivU64x32Remainder (Offset, Private->BlockSize, &UnderRun); 963 Lba = DivU64x32Remainder (Offset, Private->BlockSize, &UnderRun);
|
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PciHostBridgeDxe/ |
H A D | PciRootBridgeIo.c | 1255 NumberOfTicks = DivU64x32Remainder (Delay, (UINT32) mMetronome->TickPeriod, &Remainder); 1356 NumberOfTicks = DivU64x32Remainder (Delay, (UINT32)mMetronome->TickPeriod, &Remainder);
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/ |
H A D | ParseUpdateProfile.c | 601 Value = (INT64) DivU64x32Remainder ((UINT64)Value, 10, &Remainder);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePrintLib/ |
H A D | PrintLibInternal.c | 119 Value = (INT64)DivU64x32Remainder ((UINT64)Value, (UINT32)Radix, &Remainder);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxePrintLibPrint2Protocol/ |
H A D | PrintLib.c | 992 Value = (INT64)DivU64x32Remainder ((UINT64)Value, (UINT32)Radix, &Remainder);
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellCommandLib/ |
H A D | ConsistMapping.c | 154 Result = DivU64x32Remainder (Num, 25, &Rem);
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/ |
H A D | Serial.c | 1384 Divisor = (UINT32) DivU64x32Remainder (
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/ |
H A D | BaseLib.h | 2064 DivU64x32Remainder (
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/ |
H A D | Expression.c | 2944 DivU64x32Remainder (Data1.Value.u64, (UINT32) Data2.Value.u64, &TempValue);
|
Completed in 745 milliseconds