OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__clzsi2
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/
clzsi2.c
1
/* ===-- clzsi2.c - Implement
__clzsi2
-------------------------------------===
10
* This file implements
__clzsi2
for the compiler_rt library.
22
__clzsi2
(si_int a)
function
apple_versioning.c
57
NOT_HERE_BEFORE_10_6(
__clzsi2
)
234
NOT_HERE_UNTIL_AFTER_4_3(
__clzsi2
)
/external/compiler-rt/test/Unit/
clzsi2_test.c
1
//===-- clzsi2_test.c - Test
__clzsi2
-------------------------------------===//
10
// This file tests
__clzsi2
for the compiler_rt library.
21
si_int
__clzsi2
(si_int a);
25
si_int x =
__clzsi2
(a);
27
printf("error in
__clzsi2
(0x%X) = %d, expected %d\n", a, x, expected);
Completed in 52 milliseconds