OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:popcount64
(Results
1 - 2
of
2
) sorted by relevancy
/src/common/lib/libc/string/
popcount64.c
1
/* $NetBSD:
popcount64
.c,v 1.8 2015/05/29 19:39:41 matt Exp $ */
35
__RCSID("$NetBSD:
popcount64
.c,v 1.8 2015/05/29 19:39:41 matt Exp $");
46
#ifndef
popcount64
// might be defined to use a __builtin
58
popcount64
(uint64_t v)
function
65
popcount64
(uint64_t v)
function
81
__strong_alias(popcountl,
popcount64
)
85
__strong_alias(popcountll,
popcount64
)
88
#endif /* !
popcount64
*/
/src/sys/lib/libkern/
libkern.h
490
#define
popcount64
__builtin_popcountll
macro
496
unsigned int
popcount64
(uint64_t) __constfunc;
Completed in 17 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026