Home
last modified time | relevance | path

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

/include/asm-generic/bitops/
A Darch_hweight.h7 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() function
A Dconst_hweight.h28 #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w))

Completed in 4 milliseconds