OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test__popcountdi2
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/test/Unit/
popcountdi2_test.c
30
int
test__popcountdi2
(di_int a)
function in typeref:typename:int
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()))
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
popcountdi2_test.c
30
int
test__popcountdi2
(di_int a)
function in typeref:typename:int
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 13 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025