Home
last modified time | relevance | path

Searched refs:hweight64 (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/asm-alpha/
Dbitops.h308 static inline unsigned long hweight64(unsigned long w) in hweight64() function
315 #define hweight32(x) hweight64((x) & 0xfffffffful)
316 #define hweight16(x) hweight64((x) & 0xfffful)
317 #define hweight8(x) hweight64((x) & 0xfful)
/linux-2.4.37.9/include/asm-ia64/
Dbitops.h329 hweight64 (unsigned long x) in hweight64() function
336 #define hweight32(x) hweight64 ((x) & 0xfffffffful)
337 #define hweight16(x) hweight64 ((x) & 0xfffful)
338 #define hweight8(x) hweight64 ((x) & 0xfful)
/linux-2.4.37.9/include/asm-sparc64/
Dbitops.h151 static __inline__ unsigned int hweight64(unsigned long w) in hweight64() function
185 #define hweight64(x) generic_hweight64(x) macro
/linux-2.4.37.9/arch/ia64/hp/common/
Dsba_iommu.c1682 used += hweight64(*res_ptr); in ioc_show()
/linux-2.4.37.9/arch/ia64/kernel/
Dperfmon.c816 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()