TianoCore EDK2
master
Loading...
Searching...
No Matches
MultU64x32.c
Go to the documentation of this file.
1
9
#include "
BaseLibInternals.h
"
10
25
UINT64
26
EFIAPI
27
MultU64x32
(
28
IN
UINT64 Multiplicand,
29
IN
UINT32 Multiplier
30
)
31
{
32
UINT64 Result;
33
34
Result =
InternalMathMultU64x32
(Multiplicand, Multiplier);
35
36
return
Result;
37
}
BaseLibInternals.h
InternalMathMultU64x32
UINT64 EFIAPI InternalMathMultU64x32(IN UINT64 Multiplicand, IN UINT32 Multiplier)
Definition:
MultU64x32.c:25
IN
#define IN
Definition:
Base.h:279
MultU64x32
UINT64 EFIAPI MultU64x32(IN UINT64 Multiplicand, IN UINT32 Multiplier)
Definition:
MultU64x32.c:27
MdePkg
Library
BaseLib
MultU64x32.c
Generated on Fri Nov 15 2024 18:01:17 for TianoCore EDK2 by
1.9.6