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

/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.c3593 In the GNU world, these programs are known as __divdi3 and __udivdi3,
3740 Long __divdi3 (Long u, Long v);
3741 Long __divdi3 (Long u, Long v) function
3757 Long q = __divdi3(u, v);

Completed in 244 milliseconds