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