Searched defs:hweight8 (Results 1 – 2 of 2) sorted by relevance
26 #define hweight8(w) (__builtin_constant_p(w) ? __const_hweight8(w) : __arch_hweight8(w)) macro
Completed in 3 milliseconds