TianoCore EDK2
master
Loading...
Searching...
No Matches
DivS64x64Remainder.c
Go to the documentation of this file.
1
9
#include "
BaseLibInternals.h
"
10
34
INT64
35
EFIAPI
36
DivS64x64Remainder
(
37
IN
INT64 Dividend,
38
IN
INT64 Divisor,
39
OUT
INT64 *Remainder OPTIONAL
40
)
41
{
42
ASSERT (Divisor != 0);
43
return
InternalMathDivRemS64x64
(Dividend, Divisor, Remainder);
44
}
BaseLibInternals.h
InternalMathDivRemS64x64
INT64 EFIAPI InternalMathDivRemS64x64(IN INT64 Dividend, IN INT64 Divisor, OUT INT64 *Remainder OPTIONAL)
Definition:
DivS64x64Remainder.c:30
DivS64x64Remainder
INT64 EFIAPI DivS64x64Remainder(IN INT64 Dividend, IN INT64 Divisor, OUT INT64 *Remainder OPTIONAL)
Definition:
DivS64x64Remainder.c:36
IN
#define IN
Definition:
Base.h:279
OUT
#define OUT
Definition:
Base.h:284
MdePkg
Library
BaseLib
DivS64x64Remainder.c
Generated on Fri Nov 15 2024 18:01:17 for TianoCore EDK2 by
1.9.6