OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__umoddi3
(Results
1 - 9
of
9
) sorted by null
/bionic/libc/arch-x86/bionic/
libgcc_compat.c
7
extern char
__umoddi3
;
14
&
__umoddi3
,
/external/compiler-rt/lib/builtins/
umoddi3.c
1
/* ===-- umoddi3.c - Implement
__umoddi3
-----------------------------------===
10
* This file implements
__umoddi3
for the compiler_rt library.
20
__umoddi3
(du_int a, du_int b)
function
apple_versioning.c
143
NOT_HERE_BEFORE_10_6(
__umoddi3
)
331
NOT_HERE_UNTIL_AFTER_4_3(
__umoddi3
)
/external/compiler-rt/test/builtins/Unit/
umoddi3_test.c
1
//===-- umoddi3_test.c - Test
__umoddi3
-----------------------------------===//
10
// This file tests
__umoddi3
for the compiler_rt library.
19
COMPILER_RT_ABI 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/builtins/i386/
umoddi3.S
6
// du_int
__umoddi3
(du_int a, du_int b);
24
DEFINE_COMPILERRT_FUNCTION(
__umoddi3
)
124
END_COMPILERRT_FUNCTION(
__umoddi3
)
/external/compiler-rt/test/builtins/timing/
umoddi3.c
6
#define FUNCTION_NAME
__umoddi3
/external/llvm/lib/Support/Windows/
explicit_symbols.inc
66
EXPLICIT_SYMBOL(
__umoddi3
)
/external/valgrind/coregrind/
m_main.c
3862
ULong
__umoddi3
(ULong u, ULong v)
function
[
all
...]
/external/llvm/
configure
[
all
...]
Completed in 143 milliseconds