Searched refs:HighBitSet64 (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/
H A DGetPowerOfTwo64.c29 @return 1 << HighBitSet64(Operand)
43 return LShiftU64 (1, (UINTN) HighBitSet64 (Operand));
H A DHighBitSet64.c36 HighBitSet64 ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Event/
H A DTpl.c121 gEfiCurrentTpl = (UINTN) HighBitSet64 (gEventPending);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeTimerLibEsal/
H A DDxeTimerLibEsal.c217 Shift = MAX (0, HighBitSet64 (Remainder) - 33);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SecPeiDxeTimerLibCpu/
H A DIpfTimerLib.c210 Shift = MAX (0, HighBitSet64 (Remainder) - 33);
H A DX86TimerLib.c295 Shift = MAX (0, HighBitSet64 (Remainder) - 33);
/vbox/src/VBox/Devices/EFI/Firmware/PerformancePkg/Library/TscTimerLib/
H A DTscTimerLibShare.c269 Shift = MAX (0, HighBitSet64 (Remainder) - 33);
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/
H A DIpfTimerLib.c210 Shift = MAX (0, HighBitSet64 (Remainder) - 33);
H A DX86TimerLib.c233 Shift = MAX (0, HighBitSet64 (Remainder) - 33);
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/Application/BltLibSample/
H A DBltLibSample.c56 Bits = HighBitSet64 (TscBits);
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PciHostBridgeDxe/
H A DPciHostBridge.c313 BitsOfAlignment = (UINTN) (HighBitSet64 (RootBridgeInstance->ResAllocNode[Index].Alignment) + 1);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DBaseLib.h1827 HighBitSet64 (
1861 @return 1 << HighBitSet64(Operand)

Completed in 111 milliseconds