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