Searched refs:__arch_hweight16 (Results 1 – 12 of 12) sorted by relevance
20 ENTRY(__arch_hweight16)24 ENDPROC(__arch_hweight16)25 EXPORT_SYMBOL(__arch_hweight16)27 .word __arch_hweight16
27 _GLOBAL(__arch_hweight16)48 EXPORT_SYMBOL(__arch_hweight16)
12 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
27 #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
48 unsigned int __arch_hweight16(unsigned int w);
26 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() function
250 unsigned int __arch_hweight16(unsigned int w);
416 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
Completed in 13 milliseconds