TianoCore EDK2
master
Loading...
Searching...
No Matches
MathDivS64x64.c
Go to the documentation of this file.
1
11
#include <
Library/BaseLib.h
>
12
13
/* https://gcc.gnu.org/onlinedocs/gccint/Integer-library-routines.html */
14
__attribute__
((__used__))
15
long
long
16
__divdi3 (
17
long
long
A,
18
long
long
B
19
)
20
{
21
return
DivS64x64Remainder
((INT64)A, (INT64)B,
NULL
);
22
}
BaseLib.h
DivS64x64Remainder
INT64 EFIAPI DivS64x64Remainder(IN INT64 Dividend, IN INT64 Divisor, OUT INT64 *Remainder OPTIONAL)
Definition:
DivS64x64Remainder.c:36
NULL
#define NULL
Definition:
Base.h:319
__attribute__
unsigned long long UINT64 __attribute__((aligned(8)))
Definition:
ProcessorBind.h:28
CryptoPkg
Library
IntrinsicLib
Ia32
MathDivS64x64.c
Generated on Fri Nov 15 2024 18:01:05 for TianoCore EDK2 by
1.9.6