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