Home
last modified time | relevance | path

Searched refs:__arch_hweight8 (Results 1 – 2 of 2) sorted by relevance

/include/asm-generic/bitops/
Darch_hweight.h17 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() function
Dconst_hweight.h26 #define hweight8(w) (__builtin_constant_p(w) ? __const_hweight8(w) : __arch_hweight8(w))