Searched defs:hweight64 (Results 1 - 1 of 1) sorted by relevance

/include/asm-generic/bitops/
H A Dconst_hweight.h27 #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) macro

Completed in 51 milliseconds