OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__ffsdi2
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/libbcc/runtime/lib/
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
63
NOT_HERE_BEFORE_10_6(
__ffsdi2
)
/frameworks/compile/libbcc/runtime/test/Unit/
ffsdi2_test.c
1
//===-- ffsdi2_test.c - Test
__ffsdi2
-------------------------------------===//
10
// This file tests
__ffsdi2
for the compiler_rt library.
20
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);
/frameworks/compile/libbcc/lib/ExecutionEngine/
RuntimeStub.h
35
extern si_int
__ffsdi2
(di_int);
Runtime.def
134
DEF_LLVM_RUNTIME(
__ffsdi2
)
/external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c
126
si_int
__ffsdi2
(di_int a); // find least significant 1 bit
252
assert(
__ffsdi2
(12) == 3);
Completed in 128 milliseconds