Searched refs:hweight64 (Results 1 – 5 of 5) sorted by relevance
308 static inline unsigned long hweight64(unsigned long w) in hweight64() function315 #define hweight32(x) hweight64((x) & 0xfffffffful)316 #define hweight16(x) hweight64((x) & 0xfffful)317 #define hweight8(x) hweight64((x) & 0xfful)
329 hweight64 (unsigned long x) in hweight64() function336 #define hweight32(x) hweight64 ((x) & 0xfffffffful)337 #define hweight16(x) hweight64 ((x) & 0xfffful)338 #define hweight8(x) hweight64 ((x) & 0xfful)
151 static __inline__ unsigned int hweight64(unsigned long w) in hweight64() function185 #define hweight64(x) generic_hweight64(x) macro
1682 used += hweight64(*res_ptr); in ioc_show()
816 for (i=0; i < size; i++, which++) res += hweight64(*which); in pfm_smpl_entry_size()1195 if (hweight64(pfx->ctx_cpu_mask) != 1UL) { in pfx_is_sane()