OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__popcountsi2
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/libbcc/runtime/lib/
popcountsi2.c
1
/* ===-- popcountsi2.c - Implement
__popcountsi2
---------------------------===
10
* This file implements
__popcountsi2
for the compiler_rt library.
20
__popcountsi2
(si_int a)
function
apple_versioning.c
119
NOT_HERE_BEFORE_10_6(
__popcountsi2
)
/frameworks/compile/libbcc/runtime/test/Unit/
popcountsi2_test.c
1
//===-- popcountsi2_test.c - Test
__popcountsi2
---------------------------===//
10
// This file tests
__popcountsi2
for the compiler_rt library.
20
si_int
__popcountsi2
(si_int a);
32
si_int x =
__popcountsi2
(a);
35
printf("error in
__popcountsi2
(0x%X) = %d, expected %d\n",
/frameworks/compile/libbcc/lib/ExecutionEngine/
RuntimeStub.h
70
extern si_int
__popcountsi2
(si_int);
Runtime.def
222
DEF_LLVM_RUNTIME(
__popcountsi2
)
/external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c
131
si_int
__popcountsi2
(si_int a); // bit population
255
assert(
__popcountsi2
(13) == 3);
Completed in 25 milliseconds