OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__ctzdi2
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/libbcc/runtime/test/Unit/
ctzdi2_test.c
1
//===-- ctzdi2_test.c - Test
__ctzdi2
-------------------------------------===//
10
// This file tests
__ctzdi2
for the compiler_rt library.
21
si_int
__ctzdi2
(di_int a);
25
si_int x =
__ctzdi2
(a);
27
printf("error in
__ctzdi2
(0x%llX) = %d, expected %d\n", a, x, expected);
/frameworks/compile/libbcc/runtime/lib/
ctzdi2.c
1
/* ===-- ctzdi2.c - Implement
__ctzdi2
-------------------------------------===
10
* This file implements
__ctzdi2
for the compiler_rt library.
22
__ctzdi2
(di_int a)
function
apple_versioning.c
53
NOT_HERE_BEFORE_10_6(
__ctzdi2
)
/frameworks/compile/libbcc/lib/ExecutionEngine/
RuntimeStub.h
23
extern si_int
__ctzdi2
(di_int);
Runtime.def
108
DEF_LLVM_RUNTIME(
__ctzdi2
)
/external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c
124
si_int
__ctzdi2
(di_int a); // count trailing zeros
251
assert(
__ctzdi2
(2) == 1);
Completed in 114 milliseconds