Searched refs:popcount64 (Results 1 – 10 of 10) sorted by relevance
46 #ifndef popcount64 // might be defined to use a __builtin58 popcount64(uint64_t v) in popcount64() function65 popcount64(uint64_t v) in popcount64() function81 __strong_alias(popcountl, popcount64)85 __strong_alias(popcountll, popcount64)
26 SRCS+= popcount32.c popcount64.c64 MLINKS+=popcount.3 popcount64.3
70 unsigned int popcount64(__uint64_t) __constfunc;
93 const int numcores = popcount64(fuse); in octeon_cpu_model()
123 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()
487 #define popcount64 __builtin_popcountll493 unsigned int popcount64(uint64_t) __constfunc;535 #define popcount64 global() macro
78 SRCS+= popcount32.c popcount64.c
390 const int cores = popcount64(fuse); in mach_init_memory()
100 return popcount64(n); in hweight64()
1275 res = popcount64(val); in handle_opdec()