HomeSort by relevance Sort by last modified time
    Searched full:__udivdi3 (Results 1 - 25 of 259) sorted by null

1 2 3 4 5 6 7 8 91011

  /bionic/libc/arch-x86/bionic/
libgcc_compat.c 6 extern char __udivdi3;
13 &__udivdi3,
  /external/compiler-rt/test/builtins/Unit/
udivdi3_test.c 1 //===-- udivdi3_test.c - Test __udivdi3 -----------------------------------===//
10 // This file tests __udivdi3 for the compiler_rt library.
19 du_int __udivdi3(du_int a, du_int b);
23 du_int q = __udivdi3(a, b);
25 printf("error in __udivdi3: %lld / %lld = %lld, expected %lld\n",
  /external/compiler-rt/lib/builtins/
udivdi3.c 1 /* ===-- udivdi3.c - Implement __udivdi3 -----------------------------------===
10 * This file implements __udivdi3 for the compiler_rt library.
20 __udivdi3(du_int a, du_int b) function
apple_versioning.c 139 NOT_HERE_BEFORE_10_6(__udivdi3)
328 NOT_HERE_UNTIL_AFTER_4_3(__udivdi3)
  /external/compiler-rt/test/builtins/timing/
udivdi3.c 6 #define FUNCTION_NAME __udivdi3
  /external/llvm/lib/Support/Windows/
explicit_symbols.inc 63 EXPLICIT_SYMBOL(__udivdi3)
  /ndk/build/tools/unwanted-symbols/mips/
libgcc.a.functions.txt 225 __udivdi3
  /external/compiler-rt/lib/builtins/i386/
udivdi3.S 6 // du_int __udivdi3(du_int a, du_int b);
23 DEFINE_COMPILERRT_FUNCTION(__udivdi3)
113 END_COMPILERRT_FUNCTION(__udivdi3)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_ctypes_test.so 
  /ndk/build/tools/unwanted-symbols/x86/
libgcc.a.functions.txt 480 __udivdi3
  /development/ndk/platforms/android-12/arch-x86/symbols/
libc.so.functions.txt 192 __udivdi3
  /development/ndk/platforms/android-14/arch-x86/symbols/
libc.so.functions.txt 189 __udivdi3
  /development/ndk/platforms/android-16/arch-x86/symbols/
libc.so.functions.txt 189 __udivdi3
  /development/ndk/platforms/android-17/arch-x86/symbols/
libc.so.functions.txt 189 __udivdi3
  /development/ndk/platforms/android-18/arch-x86/symbols/
libc.so.functions.txt 186 __udivdi3
  /development/ndk/platforms/android-19/arch-x86/symbols/
libc.so.functions.txt 192 __udivdi3
  /development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt 283 __udivdi3
  /development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt 316 __udivdi3
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 200 __udivdi3
  /external/llvm/test/CodeGen/Mips/llvm-ir/
udiv.ll 92 ; GP32: lw $25, %call16(__udivdi3)($gp)
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/lib/
libc.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/libx32/
libc.so 
  /external/llvm/test/CodeGen/Mips/
divrem.ll 279 ; ACC32: lw $25, %call16(__udivdi3)(
363 ; ACC32: lw $25, %call16(__udivdi3)(
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/lib/
libc.so 
  /development/ndk/platforms/android-12/arch-arm/symbols/
libc.so.functions.txt 326 __udivdi3

Completed in 5657 milliseconds

1 2 3 4 5 6 7 8 91011