Home
last modified time | relevance | path

Searched refs:popcount64 (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/common/lib/libc/string/
H A Dpopcount64.c46 #ifndef popcount64 // might be defined to use a __builtin
58 popcount64(uint64_t v) in popcount64() function
65 popcount64(uint64_t v) in popcount64() function
81 __strong_alias(popcountl, popcount64)
85 __strong_alias(popcountll, popcount64)
/netbsd-src/lib/libc/string/
H A DMakefile.inc26 SRCS+= popcount32.c popcount64.c
64 MLINKS+=popcount.3 popcount64.3
/netbsd-src/include/
H A Dstrings.h70 unsigned int popcount64(__uint64_t) __constfunc;
/netbsd-src/sys/arch/mips/cavium/
H A Docteon_misc.c93 const int numcores = popcount64(fuse); in octeon_cpu_model()
H A Docteon_cpunode.c123 aprint_naive(": %u core%s\n", popcount64(fuse), fuse == 1 ? "" : "s"); in cpunode_mainbus_attach()
124 aprint_normal(": %u core%s", popcount64(fuse), fuse == 1 ? "" : "s"); in cpunode_mainbus_attach()
/netbsd-src/sys/lib/libkern/
H A Dlibkern.h487 #define popcount64 __builtin_popcountll
493 unsigned int popcount64(uint64_t) __constfunc;
535 #define popcount64 global() macro
H A DMakefile.libkern78 SRCS+= popcount32.c popcount64.c
/netbsd-src/sys/arch/evbmips/cavium/
H A Dmachdep.c390 const int cores = popcount64(fuse); in mach_init_memory()
/netbsd-src/sys/external/bsd/common/include/linux/
H A Dbitops.h100 return popcount64(n); in hweight64()
/netbsd-src/sys/arch/alpha/alpha/
H A Dtrap.c1275 res = popcount64(val); in handle_opdec()