OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__umodsi3
(Results
1 - 25
of
48
) sorted by null
1
2
/external/compiler-rt/lib/
umodsi3.c
1
/* ===-- umodsi3.c - Implement
__umodsi3
-----------------------------------===
10
* This file implements
__umodsi3
for the compiler_rt library.
22
__umodsi3
(su_int a, su_int b)
function
apple_versioning.c
331
NOT_HERE_UNTIL_AFTER_4_3(
__umodsi3
)
/external/compiler-rt/test/Unit/
umodsi3_test.c
1
//===-- umodsi3_test.c - Test
__umodsi3
-----------------------------------===//
10
// This file tests
__umodsi3
for the compiler_rt library.
19
su_int
__umodsi3
(su_int a, su_int b);
23
su_int r =
__umodsi3
(a, b);
25
printf("error in
__umodsi3
: %X %% %X = %X, expected %X\n",
/external/compiler-rt/lib/arm/
umodsi3.S
10
* This file implements the
__umodsi3
(32-bit unsigned integer modulus)
25
DEFINE_COMPILERRT_FUNCTION(
__umodsi3
)
modsi3.S
45
bl SYMBOL_NAME(
__umodsi3
)
/external/llvm/test/CodeGen/ARM/
div.ll
42
; CHECK-ARM:
__umodsi3
divmod-eabi.ll
81
; GNU:
__umodsi3
85
; DARWIN:
__umodsi3
89
; GNU:
__umodsi3
90
; DARWIN:
__umodsi3
/external/llvm/test/CodeGen/Thumb2/
div.ll
49
; CHECK-THUMB:
__umodsi3
/ndk/build/tools/unwanted-symbols/arm/
libgcc.a.functions.txt
1359
__umodsi3
/external/compiler-rt/
README.txt
77
su_int
__umodsi3
(su_int a, su_int b); // a % b unsigned
/external/sonivox/arm-fm-22k/bin/
arm-fm-22k
/prebuilts/sdk/renderscript/lib/arm/
libcompiler_rt.a
11
? <