Searched refs:popcount (Results 1 - 20 of 20) sorted by relevance

/src/common/lib/libc/string/
H A Dpopcount32.c75 __strong_alias(popcount, popcount32)
/src/include/
H A Dstrings.h66 unsigned int popcount(unsigned int) __constfunc;
/src/lib/libc/string/
H A DMakefile.inc50 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/dev/nand/
H A Dhamming.c62 if ((popcount(data[i]) & 1) == 1) {
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_threads.c87 #define popcount(x) __builtin_popcount(x) macro
89 static int popcount(unsigned int x) function in typeref:typename:int
129 count = popcount(processors) * popcount(cores);
H A Dsna_dri2.c1048 #define popcount(x) __builtin_popcount(x) macro
1050 static int popcount(unsigned int x) function in typeref:typename:int
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_threads.c87 #define popcount(x) __builtin_popcount(x) macro
89 static int popcount(unsigned int x) function in typeref:typename:int
129 count = popcount(processors) * popcount(cores);
/src/tests/lib/libc/string/
H A Dt_popcount.c136 atf_tc_set_md_var(tc, "descr", "Test popcount results");
151 ATF_CHECK_EQ(r, popcount(i));
153 ATF_CHECK_EQ(popcount(0xffffffff), 32);
/xsrc/external/mit/libxcb/dist/tests/
H A Dcheck_public.c225 ck_assert_msg(xcb_popcount(bits) == count, "unexpected popcount(%08x) != %d", bits, count);
228 START_TEST(popcount)
255 suite_add_test(s, popcount, "xcb_popcount");
/src/sys/lib/libkern/
H A Drngtest.c204 c += popcount(*p);
H A Dlibkern.h486 #define popcount __builtin_popcount macro
492 unsigned int popcount(unsigned int) __constfunc;
/src/sys/arch/vax/vax/
H A Ddb_machdep.c376 arg_base = popcount(fp->vax_regs);
405 arg_base = popcount(tmp_frame->vax_regs);
/src/sys/external/bsd/common/include/linux/
H A Dbitops.h82 return popcount(w & 0xff);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.5.rst87 - intel/perf: use the right popcount for 64bits
H A D20.0.0.rst813 - gallivm: add popcount intrinsic wrapper
H A D21.2.0.rst3335 - intel/perf: use the right popcount for 64bits
/src/sbin/fsck_msdos/
H A Dboot.c85 if (boot->SecPerClust == 0 || popcount(boot->SecPerClust) != 1) {
/src/sys/arch/arm/cortex/
H A Dgic.c549 if (popcount(sc->sc_mptargets) != 1) {
/src/sys/arch/mips/mips/
H A Dmips_machdep.c1253 popcount(MIPSNN_CFG1_MS_MASK);
/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dclc_compiler_test.cpp995 TEST_F(ComputeTest, popcount)
1000 inout[get_global_id(0)] = popcount(inout[get_global_id(0)]);\n\

Completed in 49 milliseconds