Searched refs:__umoddi3 (Results 1 - 8 of 8) sorted by relevance

/external/compiler-rt/test/Unit/
H A Dumoddi3_test.c1 //===-- umoddi3_test.c - Test __umoddi3 -----------------------------------===//
10 // This file tests __umoddi3 for the compiler_rt library.
19 du_int __umoddi3(du_int a, du_int b);
23 du_int r = __umoddi3(a, b);
25 printf("error in __umoddi3: %lld %% %lld = %lld, expected %lld\n",
/external/compiler-rt/lib/
H A Dumoddi3.c1 /* ===-- umoddi3.c - Implement __umoddi3 -----------------------------------===
10 * This file implements __umoddi3 for the compiler_rt library.
22 __umoddi3(du_int a, du_int b) function
H A Dapple_versioning.c142 NOT_HERE_BEFORE_10_6(__umoddi3)
330 NOT_HERE_UNTIL_AFTER_4_3(__umoddi3)
/external/compiler-rt/test/timing/
H A Dumoddi3.c6 #define FUNCTION_NAME __umoddi3
/external/compiler-rt/lib/i386/
H A Dumoddi3.S6 // du_int __umoddi3(du_int a, du_int b);
24 DEFINE_COMPILERRT_FUNCTION(__umoddi3)
/external/valgrind/main/coregrind/
H A Dm_main.c3425 ULong __umoddi3 (ULong u, ULong v);
3426 ULong __umoddi3 (ULong u, ULong v) function
/external/llvm/
H A Dconfigure20229 { echo "$as_me:$LINENO: checking for __umoddi3 in -lgcc" >&5
20230 echo $ECHO_N "checking for __umoddi3 in -lgcc... $ECHO_C" >&6; }
20249 char __umoddi3 ();
20253 return __umoddi3 ();
/external/llvm/projects/sample/
H A Dconfigure18843 { echo "$as_me:$LINENO: checking for __umoddi3 in -lgcc" >&5
18844 echo $ECHO_N "checking for __umoddi3 in -lgcc... $ECHO_C" >&6; }
18863 char __umoddi3 ();
18867 return __umoddi3 ();

Completed in 1194 milliseconds