Searched defs:__divdi3 (Results 1 - 5 of 5) sorted by relevance

/external/syslinux/com32/lib/libgcc/
H A D__divdi3.c2 * arch/i386/libgcc/__divdi3.c
10 int64_t __divdi3(int64_t num, int64_t den) function
/external/syslinux/dos/
H A D__divdi3.c2 * arch/i386/libgcc/__divdi3.c
10 int64_t __divdi3(int64_t num, int64_t den) function
/external/syslinux/gpxe/src/libgcc/
H A D__divdi3.c2 * arch/i386/libgcc/__divdi3.c
7 __libgcc int64_t __divdi3(int64_t num, int64_t den) function
/external/compiler-rt/lib/builtins/
H A Ddivdi3.c1 /* ===-- divdi3.c - Implement __divdi3 -------------------------------------===
10 * This file implements __divdi3 for the compiler_rt library.
20 __divdi3(di_int a, di_int b) function
/external/valgrind/coregrind/
H A Dm_main.c3749 In the GNU world, these programs are known as __divdi3 and __udivdi3,
3896 Long __divdi3 (Long u, Long v);
3897 Long __divdi3 (Long u, Long v) function
3913 Long q = __divdi3(u, v);

Completed in 276 milliseconds