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