Home
last modified time | relevance | path

Searched defs:hweight32 (Results 1 – 3 of 3) sorted by relevance

/arch/sparc/include/asm/
Dbitops_64.h55 static inline unsigned int hweight32(unsigned int w) in hweight32() function
/arch/alpha/include/asm/
Dbitops.h413 static inline unsigned int hweight32(unsigned int w) in hweight32() function
/arch/ia64/include/asm/
Dbitops.h448 #define hweight32(x) (unsigned int) hweight64((x) & 0xfffffffful) macro