OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__ucmpdi2
(Results
1 - 9
of
9
) sorted by null
/external/compiler-rt/test/Unit/
ucmpdi2_test.c
1
//===-- ucmpdi2_test.c - Test
__ucmpdi2
-----------------------------------===//
10
// This file tests
__ucmpdi2
for the compiler_rt library.
21
si_int
__ucmpdi2
(du_int a, du_int b);
25
si_int x =
__ucmpdi2
(a, b);
27
printf("error in
__ucmpdi2
(0x%llX, 0x%llX) = %d, expected %d\n",
/frameworks/compile/libbcc/runtime/test/Unit/
ucmpdi2_test.c
1
//===-- ucmpdi2_test.c - Test
__ucmpdi2
-----------------------------------===//
10
// This file tests
__ucmpdi2
for the compiler_rt library.
21
si_int
__ucmpdi2
(du_int a, du_int b);
25
si_int x =
__ucmpdi2
(a, b);
27
printf("error in
__ucmpdi2
(0x%llX, 0x%llX) = %d, expected %d\n",
/external/compiler-rt/lib/
ucmpdi2.c
1
/* ===-- ucmpdi2.c - Implement
__ucmpdi2
-----------------------------------===
10
* This file implements
__ucmpdi2
for the compiler_rt library.
23
__ucmpdi2
(du_int a, du_int b)
function
apple_versioning.c
128
NOT_HERE_BEFORE_10_6(
__ucmpdi2
)
268
NOT_HERE_UNTIL_AFTER_4_3(
__ucmpdi2
)
/frameworks/compile/libbcc/runtime/lib/
ucmpdi2.c
1
/* ===-- ucmpdi2.c - Implement
__ucmpdi2
-----------------------------------===
10
* This file implements
__ucmpdi2
for the compiler_rt library.
23
__ucmpdi2
(du_int a, du_int b)
function
apple_versioning.c
128
NOT_HERE_BEFORE_10_6(
__ucmpdi2
)
/frameworks/compile/libbcc/lib/ExecutionEngine/
RuntimeStub.h
75
extern si_int
__ucmpdi2
(du_int, du_int);
Runtime.def
237
DEF_LLVM_RUNTIME(
__ucmpdi2
)
/external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c
166
si_int
__ucmpdi2
(du_int a, du_int b);
275
assert(
__ucmpdi2
(3, 2) == 2);
Completed in 1388 milliseconds