Home
last modified time | relevance | path

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

/include/asm-generic/bitops/
Darch_hweight.h22 static inline unsigned long __arch_hweight64(__u64 w) in __arch_hweight64() function
Dconst_hweight.h29 #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))