Home
last modified time | relevance | path

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

/tools/testing/radix-tree/linux/bitops/
Dhweight.h7 extern unsigned int hweight16(unsigned int w);
/tools/include/asm-generic/bitops/
Dconst_hweight.h26 #define hweight16(w) (__builtin_constant_p(w) ? __const_hweight16(w) : __arch_hweight16(w)) macro