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