HomeSort by: relevance | last modified time | path
    Searched refs:popcount64 (Results 1 - 8 of 8) 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 in typeref:typename:unsigned int
65 popcount64(uint64_t v) function in typeref:typename:unsigned int
81 __strong_alias(popcountl, popcount64)
85 __strong_alias(popcountll, popcount64)
88 #endif /* !popcount64 */
  /src/include/
strings.h 70 unsigned int popcount64(__uint64_t) __constfunc;
  /src/sys/arch/mips/cavium/
octeon_misc.c 93 const int numcores = popcount64(fuse);
octeon_cpunode.c 123 aprint_naive(": %u core%s\n", popcount64(fuse), fuse == 1 ? "" : "s");
124 aprint_normal(": %u core%s", popcount64(fuse), fuse == 1 ? "" : "s");
  /src/sys/lib/libkern/
libkern.h 490 #define popcount64 __builtin_popcountll macro
496 unsigned int popcount64(uint64_t) __constfunc;
  /src/sys/arch/evbmips/cavium/
machdep.c 390 const int cores = popcount64(fuse);
  /src/sys/external/bsd/common/include/linux/
bitops.h 100 return popcount64(n);
  /src/sys/arch/alpha/alpha/
trap.c 1275 res = popcount64(val);

Completed in 17 milliseconds