OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__ffsdi2
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/builtins/
ffsdi2.c
1
/* ===-- ffsdi2.c - Implement
__ffsdi2
-------------------------------------===
10
* This file implements
__ffsdi2
for the compiler_rt library.
22
__ffsdi2
(di_int a)
function
apple_versioning.c
72
NOT_HERE_BEFORE_10_6(
__ffsdi2
)
253
NOT_HERE_UNTIL_AFTER_4_3(
__ffsdi2
)
/external/compiler-rt/test/builtins/Unit/
ffsdi2_test.c
1
//===-- ffsdi2_test.c - Test
__ffsdi2
-------------------------------------===//
10
// This file tests
__ffsdi2
for the compiler_rt library.
20
COMPILER_RT_ABI si_int
__ffsdi2
(di_int a);
24
si_int x =
__ffsdi2
(a);
26
printf("error in
__ffsdi2
(0x%llX) = %d, expected %d\n", a, x, expected);
Completed in 58 milliseconds