iPXE
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
Data Structure Index
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
b
d
i
p
s
t
u
v
x
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Enumerations
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
libgcc
__moddi3.c
Go to the documentation of this file.
1
/*
2
* arch/i386/libgcc/__moddi3.c
3
*/
4
5
#include "
libgcc.h
"
6
7
__libgcc
int64_t
__moddi3
(
int64_t
num
,
int64_t
den)
8
{
9
int64_t
v;
10
11
(void)
__divmoddi4
(
num
, den, &v);
12
return
v;
13
}
__moddi3
__libgcc int64_t __moddi3(int64_t num, int64_t den)
Definition:
__moddi3.c:7
num
uint32_t num
Definition:
multiboot.h:12
int64_t
signed long long int64_t
Definition:
stdint.h:18
__divmoddi4
__libgcc int64_t __divmoddi4(int64_t num, int64_t den, int64_t *rem_p)
Definition:
__divmoddi4.c:3
__libgcc
#define __libgcc
Declare a function with libgcc implicit linkage.
Definition:
compiler.h:37
libgcc.h
Generated by
1.8.15