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