Searched refs:__arch_hweight16 (Results 1 – 14 of 14) sorted by relevance
17 ENTRY(__arch_hweight16)21 ENDPROC(__arch_hweight16)23 .word __arch_hweight16
11 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
26 #define hweight16(w) (__builtin_constant_p(w) ? __const_hweight16(w) : __arch_hweight16(w))
19 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
43 EXPORT_SYMBOL(__arch_hweight16);
69 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
46 unsigned int __arch_hweight16(unsigned int w);
32 EXPORT_SYMBOL(__arch_hweight16);
36 _GLOBAL(__arch_hweight16)
35 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
130 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
268 unsigned int __arch_hweight16(unsigned int w);
415 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
437 #define __arch_hweight16(x) ((unsigned int) __arch_hweight64((x) & 0xfffful)) macro