OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:popcount8
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/ext2fs/
bitops.c
119
static unsigned int
popcount8
(unsigned int w)
function
142
res +=
popcount8
(*cp++);
154
res +=
popcount8
(*cp++);
/external/clang/test/Sema/
constant-builtins-2.c
140
char
popcount8
[__builtin_popcountll(0LL) == 0 ? 1 : -1];
variable
Completed in 171 milliseconds