TianoCore EDK2
master
Loading...
Searching...
No Matches
LShiftU64.c
Go to the documentation of this file.
1
9
#include "
BaseLibInternals.h
"
10
26
UINT64
27
EFIAPI
28
LShiftU64
(
29
IN
UINT64 Operand,
30
IN
UINTN
Count
31
)
32
{
33
ASSERT (Count < 64);
34
return
InternalMathLShiftU64
(Operand, Count);
35
}
UINTN
UINT64 UINTN
Definition:
ProcessorBind.h:112
BaseLibInternals.h
InternalMathLShiftU64
UINT64 EFIAPI InternalMathLShiftU64(IN UINT64 Operand, IN UINTN Count)
Definition:
LShiftU64.c:24
LShiftU64
UINT64 EFIAPI LShiftU64(IN UINT64 Operand, IN UINTN Count)
Definition:
LShiftU64.c:28
IN
#define IN
Definition:
Base.h:279
MdePkg
Library
BaseLib
LShiftU64.c
Generated on Fri Nov 15 2024 18:01:17 for TianoCore EDK2 by
1.9.6