Home
last modified time | relevance | path

Searched refs:MultU64x32 (Results 1 – 25 of 131) sorted by relevance

123456

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
DMultU64x32.S28 .globl ASM_PFX(MultU64x32)
30 #MultU64x32 (
52 ASM_PFX(MultU64x32):
70 #MultU64x32 ENDP
DMultU64x32.asm29 ;MultU64x32 (
51 MultU64x32 PROC label
69 MultU64x32 ENDP
DPower10U64.asm28 MultU64x32 PROTO C label
32 ;MultU64x32 (
71 call MultU64x32
DPower10U64.c25 MultU64x32 (
63 call MultU64x32 in Power10U64()
DPower10U64.S33 #MultU64x32 (
72 call ASM_PFX(MultU64x32)
/device/linaro/bootloader/edk2/OvmfPkg/Library/AcpiTimerLib/
DAcpiTimerLib.c82 MultU64x32 ( in MicroSecondDelay()
110 MultU64x32 ( in NanoSecondDelay()
207 …NanoSeconds = MultU64x32 (DivU64x32Remainder (Ticks, ACPI_TIMER_FREQUENCY, &Remainder), 1000000000… in GetTimeInNanoSecond()
213 NanoSeconds += DivU64x32 (MultU64x32 ((UINT64) Remainder, 1000000000u), ACPI_TIMER_FREQUENCY); in GetTimeInNanoSecond()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/
DIntelPchAcpiTimerLib.c133 MultU64x32 ( in MicroSecondDelay()
161 MultU64x32 ( in NanoSecondDelay()
258 …NanoSeconds = MultU64x32 (DivU64x32Remainder (Ticks, V_PCH_ACPI_PM1_TMR_FREQUENCY, &Remainder), 10… in GetTimeInNanoSecond()
264 …NanoSeconds += DivU64x32 (MultU64x32 ((UINT64) Remainder, 1000000000u), V_PCH_ACPI_PM1_TMR_FREQUEN… in GetTimeInNanoSecond()
/device/linaro/bootloader/edk2/DuetPkg/Library/DuetTimerLib/
DX86TimerLib.c135 MultU64x32 ( in MicroSecondDelay()
167 MultU64x32 ( in NanoSecondDelay()
272 NanoSeconds = MultU64x32 (DivU64x32Remainder (Ticks, 3579545, &Remainder), 1000000000u); in GetTimeInNanoSecond()
278 NanoSeconds += DivU64x32 (MultU64x32 ((UINT64) Remainder, 1000000000u), 3579545); in GetTimeInNanoSecond()
/device/linaro/bootloader/edk2/PerformancePkg/Library/TscTimerLib/
DTscTimerLibShare.c84 TscFrequency = MultU64x32 ( in InternalCalculateTscFrequency()
161 MultU64x32 ( in NanoSecondDelay()
262 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u); in GetTimeInNanoSecond()
272 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL); in GetTimeInNanoSecond()
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/AcpiTimerLib/
DAcpiTimerLib.c133 MultU64x32 ( in MicroSecondDelay()
161 MultU64x32 ( in NanoSecondDelay()
262 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u); in GetTimeInNanoSecond()
272 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL); in GetTimeInNanoSecond()
/device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/AcpiTimerLib/
DAcpiTimerLib.c196 MultU64x32 ( in MicroSecondDelay()
224 MultU64x32 ( in NanoSecondDelay()
324 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u); in GetTimeInNanoSecond()
334 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL); in GetTimeInNanoSecond()
DBaseAcpiTimerLib.c39 Frequency = MultU64x32 (GetPerformanceCounter () - Count, 10000); in InternalGetPerformanceCounterFrequency()
DDxeAcpiTimerLib.c44 mPerformanceCounterFrequency = MultU64x32 (GetPerformanceCounter () - Count, 10000); in InternalGetPerformanceCounterFrequency()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
DElTorito.c93 VolDescriptorOffset <= MultU64x32 (Media->LastBlock, Media->BlockSize); in PartitionInstallElToritoChildHandles()
143 MultU64x32 (Lba2KB, SIZE_2KB), in PartitionInstallElToritoChildHandles()
243 MultU64x32 ( in PartitionInstallElToritoChildHandles()
261MultU64x32 (Catalog->Boot.Lba + CdDev.PartitionSize - 1, SIZE_2KB / Media->BlockSize), in PartitionInstallElToritoChildHandles()
DGpt.c335 MultU64x32(PrimaryHeader->PartitionEntryLBA, BlockSize), in PartitionInstallGptChildHandles()
398 DEBUG ((EFI_D_INFO, " Start : %lx", MultU64x32 (Entry->StartingLBA, BlockSize))); in PartitionInstallGptChildHandles()
399 DEBUG ((EFI_D_INFO, " End : %lx\n", MultU64x32 (Entry->EndingLBA, BlockSize))); in PartitionInstallGptChildHandles()
482 MultU64x32 (Lba, BlockSize), in PartitionValidGptTable()
556 MultU64x32(PartHeader->PartitionEntryLBA, BlockIo->Media->BlockSize), in PartitionCheckGptEntryArrayCRC()
633 MultU64x32 (PartHdr->MyLBA, (UINT32) BlockSize), in PartitionRestoreGptTable()
651 MultU64x32(PartHeader->PartitionEntryLBA, (UINT32) BlockSize), in PartitionRestoreGptTable()
662 MultU64x32(PEntryLBA, (UINT32) BlockSize), in PartitionRestoreGptTable()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
DCEATABlockIo.c103 Address = MultU64x32(LBA, CardData->BlockIoMedia.BlockSize); in CEATABlockReadBlocks()
129 …if ((Address + BufferSize) > MultU64x32 (CardData->BlockIoMedia.LastBlock + 1, CardData->BlockIoMe… in CEATABlockReadBlocks()
213 Address = MultU64x32(LBA, CardData->BlockIoMedia.BlockSize); in CEATABlockWriteBlocks()
242 …if ((Address + BufferSize) > MultU64x32 (CardData->BlockIoMedia.LastBlock + 1, CardData->BlockIoMe… in CEATABlockWriteBlocks()
381 MaxSize = MultU64x32 (MaxSize, 512); in CEATABlockIoInit()
/device/linaro/bootloader/edk2/MdePkg/Library/DxeTimerLibEsal/
DDxeTimerLibEsal.c210 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u); in GetTimeInNanoSecond()
220 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL); in GetTimeInNanoSecond()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/
DIpfTimerLib.c203 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u); in GetTimeInNanoSecond()
213 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL); in GetTimeInNanoSecond()
DX86TimerLib.c253 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u); in GetTimeInNanoSecond()
263 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL); in GetTimeInNanoSecond()
/device/linaro/bootloader/edk2/MdePkg/Library/SecPeiDxeTimerLibCpu/
DIpfTimerLib.c203 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u); in GetTimeInNanoSecond()
213 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL); in GetTimeInNanoSecond()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BmpImageDecoderLib/
DBmpImageDecoderLib.c101 BltBufferSize = MultU64x32 (DataSizePerLine, BmpHeader->PixelHeight); in BmpImageDecoderLibConvertBmpToGopBlt()
153 BltBufferSize = MultU64x32 ((UINT64) BmpHeader->PixelWidth, BmpHeader->PixelHeight); in BmpImageDecoderLibConvertBmpToGopBlt()
160 BltBufferSize = MultU64x32 (BltBufferSize, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL)); in BmpImageDecoderLibConvertBmpToGopBlt()
/device/linaro/bootloader/edk2/EmulatorPkg/TimerDxe/
DTimer.c77 CallbackFunction (MultU64x32 (DeltaMs, 10000)); in TimerCallback()
249 *TimerPeriod = MultU64x32 (mTimerPeriodMs, 10000); in EmuTimerDriverGetTimerPeriod()
/device/linaro/bootloader/edk2/BeagleBoardPkg/Library/EblCmdLib/
DEblCmdLib.c237 Microseconds = DivU64x64Remainder (MultU64x32 (Delta, 1000000), TicksPerSecond, NULL); in EblPerformance()
255 Milliseconds = DivU64x64Remainder (MultU64x32 (Delta, 1000), TicksPerSecond, NULL); in EblPerformance()
263 …AsciiPrint ("Total Time = %ld ms\n\n", DivU64x64Remainder (MultU64x32 (TimeStamp, 1000), TicksPerS… in EblPerformance()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Library/EblCmdLib/
DEblCmdLib.c237 Microseconds = DivU64x64Remainder (MultU64x32 (Delta, 1000000), TicksPerSecond, NULL); in EblPerformance()
255 Milliseconds = DivU64x64Remainder (MultU64x32 (Delta, 1000), TicksPerSecond, NULL); in EblPerformance()
263 …AsciiPrint ("Total Time = %ld ms\n\n", DivU64x64Remainder (MultU64x32 (TimeStamp, 1000), TicksPerS… in EblPerformance()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
DMultU64x32.c36 MultU64x32 ( in MultU64x32() function

123456