OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__ucmpti2
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/libbcc/runtime/lib/
ucmpti2.c
1
/* ===-- ucmpti2.c - Implement
__ucmpti2
-----------------------------------===
10
* This file implements
__ucmpti2
for the compiler_rt library.
25
__ucmpti2
(tu_int a, tu_int b)
function
apple_versioning.c
129
NOT_HERE_BEFORE_10_6(
__ucmpti2
)
/frameworks/compile/libbcc/runtime/test/Unit/
ucmpti2_test.c
1
//===-- ucmpti2_test.c - Test
__ucmpti2
-----------------------------------===//
10
// This file tests
__ucmpti2
for the compiler_rt library.
23
si_int
__ucmpti2
(tu_int a, tu_int b);
27
si_int x =
__ucmpti2
(a, b);
34
printf("error in
__ucmpti2
(0x%.16llX%.16llX, 0x%.16llX%.16llX) = %d, "
Completed in 1164 milliseconds