HomeSort by relevance Sort by last modified time
    Searched refs:MultU64x32 (Results 1 - 25 of 151) sorted by null

1 2 3 4 5 6 7

  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
MultU64x32.c 36 MultU64x32 (
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
MultU64x32.S 14 # MultU64x32.c
28 .globl ASM_PFX(MultU64x32)
30 #MultU64x32 (
52 ASM_PFX(MultU64x32):
70 #MultU64x32 ENDP
Power10U64.c 25 MultU64x32 (
63 call MultU64x32
MultU64x32.asm 14 ; MultU64x32.c
29 ;MultU64x32 (
51 MultU64x32 PROC
69 MultU64x32 ENDP
Power10U64.S 33 #MultU64x32 (
72 call ASM_PFX(MultU64x32)
MultU64x32.c 14 MultU64x32.c
25 MultU64x32 (
Power10U64.asm 28 MultU64x32 PROTO C
32 ;MultU64x32 (
71 call MultU64x32
  /device/linaro/bootloader/edk2/OvmfPkg/Library/AcpiTimerLib/
AcpiTimerLib.c 82 MultU64x32 (
110 MultU64x32 (
207 NanoSeconds = MultU64x32 (DivU64x32Remainder (Ticks, ACPI_TIMER_FREQUENCY, &Remainder), 1000000000u);
213 NanoSeconds += DivU64x32 (MultU64x32 ((UINT64) Remainder, 1000000000u), ACPI_TIMER_FREQUENCY);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/
IntelPchAcpiTimerLib.c 133 MultU64x32 (
161 MultU64x32 (
258 NanoSeconds = MultU64x32 (DivU64x32Remainder (Ticks, V_PCH_ACPI_PM1_TMR_FREQUENCY, &Remainder), 1000000000u);
264 NanoSeconds += DivU64x32 (MultU64x32 ((UINT64) Remainder, 1000000000u), V_PCH_ACPI_PM1_TMR_FREQUENCY);
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/ia64/
math.c 29 #pragma RUNTIME_CODE(MultU64x32)
63 MultU64x32 (
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/
Math.c 57 MultU64x32 (
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
SetWatchdogTimer.c 62 Status = gWatchdogTimer->SetTimerPeriod (gWatchdogTimer, MultU64x32 (Timeout, WATCHDOG_TIMER_CALIBRATE_PER_SECOND));
Stall.c 99 MultU64x32 (Microseconds, 10),
  /device/linaro/bootloader/edk2/PerformancePkg/Library/TscTimerLib/
TscTimerLibShare.c 84 TscFrequency = MultU64x32 (
161 MultU64x32 (
262 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u);
272 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL);
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/AcpiTimerLib/
AcpiTimerLib.c 133 MultU64x32 (
161 MultU64x32 (
262 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u);
272 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL);
  /device/linaro/bootloader/edk2/DuetPkg/Library/DuetTimerLib/
X86TimerLib.c 135 MultU64x32 (
167 MultU64x32 (
272 NanoSeconds = MultU64x32 (DivU64x32Remainder (Ticks, 3579545, &Remainder), 1000000000u);
278 NanoSeconds += DivU64x32 (MultU64x32 ((UINT64) Remainder, 1000000000u), 3579545);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/
Math.c 81 MultU64x32 (
  /device/linaro/bootloader/edk2/Nt32Pkg/MetronomeDxe/
Metronome.c 77 SleepTime = DivU64x32 (MultU64x32 ((UINT64) TickNumber, TICK_PERIOD) + 9999, 10000);
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/AcpiTimerLib/
AcpiTimerLib.c 196 MultU64x32 (
224 MultU64x32 (
324 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u);
334 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL);
388 TscFrequency = MultU64x32 (
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/
EmmcBlockIoPei.c 759 Capacity = MultU64x32 ((UINT64)SecCount, 0x200);
770 Capacity = MultU64x32 (MultU64x32 (MultU64x32 ((UINT64)GpSizeMult, ExtCsd->HcWpGrpSize), ExtCsd->HcEraseGrpSize), SIZE_512KB);
774 Capacity = MultU64x32 (MultU64x32 (MultU64x32 ((UINT64)GpSizeMult, ExtCsd->HcWpGrpSize), ExtCsd->HcEraseGrpSize), SIZE_512KB);
778 Capacity = MultU64x32 (MultU64x32 (MultU64x32 ((UINT64)GpSizeMult, ExtCsd->HcWpGrpSize), ExtCsd->HcEraseGrpSize), SIZE_512KB);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeTimerLibEsal/
DxeTimerLibEsal.c 210 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u);
220 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL);
  /device/linaro/bootloader/edk2/MdePkg/Library/SecPeiDxeTimerLibCpu/
IpfTimerLib.c 203 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u);
213 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL);
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/
IpfTimerLib.c 203 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u);
213 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL);
  /device/linaro/bootloader/edk2/FatPkg/FatPei/
FatLiteAccess.c 154 Volume->VolumeSize = MultU64x32 (Sectors, Volume->SectorSize);
155 Volume->FatPos = MultU64x32 (FatLba, Volume->SectorSize);
156 Volume->RootDirPos = MultU64x32 (RootLba, Volume->SectorSize);
157 Volume->FirstClusterPos = MultU64x32 (FirstClusterLba, Volume->SectorSize);
205 FatEntryPos = Volume->FatPos + MultU64x32 (4, Cluster);
218 FatEntryPos = Volume->FatPos + MultU64x32 (2, Cluster);
230 FatEntryPos = Volume->FatPos + DivU64x32Remainder (MultU64x32 (3, Cluster), 2, &Dummy);
284 if (Pos >= MultU64x32 (File->Volume->RootEntries, 32) - File->CurrentPos) {
289 File->StraightReadAmount = (UINT32) (MultU64x32 (File->Volume->RootEntries, 32) - File->CurrentPos);
403 PhysicalAddr = File->Volume->FirstClusterPos + MultU64x32 (File->Volume->ClusterSize, File->CurrentCluster - 2);
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
CEATABlockIo.c 103 Address = MultU64x32(LBA, CardData->BlockIoMedia.BlockSize);
129 if ((Address + BufferSize) > MultU64x32 (CardData->BlockIoMedia.LastBlock + 1, CardData->BlockIoMedia.BlockSize)) {
213 Address = MultU64x32(LBA, CardData->BlockIoMedia.BlockSize);
242 if ((Address + BufferSize) > MultU64x32 (CardData->BlockIoMedia.LastBlock + 1, CardData->BlockIoMedia.BlockSize)) {
380 MaxSize = MultU64x32 (MaxSize, 512);

Completed in 400 milliseconds

1 2 3 4 5 6 7