OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:popcount
(Results
1 - 12
of
12
) sorted by relevancy
/src/common/lib/libc/string/
popcount32.c
75
__strong_alias(
popcount
, popcount32)
/src/include/
strings.h
66
unsigned int
popcount
(unsigned int) __constfunc;
/src/sys/dev/nand/
hamming.c
62
if ((
popcount
(data[i]) & 1) == 1) {
/src/tests/lib/libc/string/
t_popcount.c
136
atf_tc_set_md_var(tc, "descr", "Test
popcount
results");
151
ATF_CHECK_EQ(r,
popcount
(i));
153
ATF_CHECK_EQ(
popcount
(0xffffffff), 32);
/src/lib/libc/string/
Makefile.inc
50
popcount
.3 \
61
MLINKS+=
popcount
.3 popcountl.3
62
MLINKS+=
popcount
.3 popcountll.3
63
MLINKS+=
popcount
.3 popcount32.3
64
MLINKS+=
popcount
.3 popcount64.3
/src/sys/lib/libkern/
rngtest.c
204
c +=
popcount
(*p);
libkern.h
486
#define
popcount
__builtin_popcount
macro
492
unsigned int
popcount
(unsigned int) __constfunc;
/src/sys/arch/vax/vax/
db_machdep.c
376
arg_base =
popcount
(fp->vax_regs);
405
arg_base =
popcount
(tmp_frame->vax_regs);
/src/sys/external/bsd/common/include/linux/
bitops.h
82
return
popcount
(w & 0xff);
/src/sbin/fsck_msdos/
boot.c
85
if (boot->SecPerClust == 0 ||
popcount
(boot->SecPerClust) != 1) {
/src/sys/arch/arm/cortex/
gic.c
549
if (
popcount
(sc->sc_mptargets) != 1) {
/src/sys/arch/mips/mips/
mips_machdep.c
1253
popcount
(MIPSNN_CFG1_MS_MASK);
Completed in 52 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025