OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:idiv64
(Results
1 - 2
of
2
) sorted by null
/external/qemu/target-i386/
int_helper.c
335
static int
idiv64
(uint64_t *plow, uint64_t *phigh, int64_t b)
function
413
if (
idiv64
(&r0, &r1, t0))
/dalvik/docs/
porting-proto.c.txt
56
s8
idiv64
(s8 x, s8 y) { return x / y; }
Completed in 66 milliseconds