OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test__popcountdi2
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/test/Unit/
popcountdi2_test.c
30
int
test__popcountdi2
(di_int a)
function
45
if (
test__popcountdi2
(0))
47
if (
test__popcountdi2
(1))
49
if (
test__popcountdi2
(2))
51
if (
test__popcountdi2
(0xFFFFFFFFFFFFFFFDLL))
53
if (
test__popcountdi2
(0xFFFFFFFFFFFFFFFELL))
55
if (
test__popcountdi2
(0xFFFFFFFFFFFFFFFFLL))
59
if (
test__popcountdi2
(((di_int)rand() << 32) | rand()))
/frameworks/compile/libbcc/runtime/test/Unit/
popcountdi2_test.c
30
int
test__popcountdi2
(di_int a)
function
45
if (
test__popcountdi2
(0))
47
if (
test__popcountdi2
(1))
49
if (
test__popcountdi2
(2))
51
if (
test__popcountdi2
(0xFFFFFFFFFFFFFFFDLL))
53
if (
test__popcountdi2
(0xFFFFFFFFFFFFFFFELL))
55
if (
test__popcountdi2
(0xFFFFFFFFFFFFFFFFLL))
59
if (
test__popcountdi2
(((di_int)rand() << 32) | rand()))
Completed in 28 milliseconds