OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__umodsi3
(Results
1 - 5
of
5
) sorted by null
/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/lib/arm/
modsi3.S
45
bl SYMBOL_NAME(
__umodsi3
)
umodsi3.S
10
* This file implements the
__umodsi3
(32-bit unsigned integer modulus)
25
DEFINE_COMPILERRT_FUNCTION(
__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",
Completed in 70 milliseconds