Searched refs:popcount (Results 1 - 20 of 20) sorted by relevance
| /src/common/lib/libc/string/ |
| H A D | popcount32.c | 75 __strong_alias(popcount, popcount32)
|
| /src/include/ |
| H A D | strings.h | 66 unsigned int popcount(unsigned int) __constfunc;
|
| /src/lib/libc/string/ |
| H A D | 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/dev/nand/ |
| H A D | hamming.c | 62 if ((popcount(data[i]) & 1) == 1) {
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_threads.c | 87 #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 D | sna_dri2.c | 1048 #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 D | sna_threads.c | 87 #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 D | 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);
|
| /xsrc/external/mit/libxcb/dist/tests/ |
| H A D | check_public.c | 225 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 D | rngtest.c | 204 c += popcount(*p);
|
| H A D | libkern.h | 486 #define popcount __builtin_popcount macro 492 unsigned int popcount(unsigned int) __constfunc;
|
| /src/sys/arch/vax/vax/ |
| H A D | 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/ |
| H A D | bitops.h | 82 return popcount(w & 0xff);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.1.5.rst | 87 - intel/perf: use the right popcount for 64bits
|
| H A D | 20.0.0.rst | 813 - gallivm: add popcount intrinsic wrapper
|
| H A D | 21.2.0.rst | 3335 - intel/perf: use the right popcount for 64bits
|
| /src/sbin/fsck_msdos/ |
| H A D | boot.c | 85 if (boot->SecPerClust == 0 || popcount(boot->SecPerClust) != 1) {
|
| /src/sys/arch/arm/cortex/ |
| H A D | gic.c | 549 if (popcount(sc->sc_mptargets) != 1) {
|
| /src/sys/arch/mips/mips/ |
| H A D | mips_machdep.c | 1253 popcount(MIPSNN_CFG1_MS_MASK);
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/clc/ |
| H A D | clc_compiler_test.cpp | 995 TEST_F(ComputeTest, popcount) 1000 inout[get_global_id(0)] = popcount(inout[get_global_id(0)]);\n\
|
Completed in 49 milliseconds