Home
last modified time | relevance | path

Searched defs:__const_hweight16 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/include/asm-generic/bitops/
H A Dconst_hweight.h19 #define __const_hweight16(w) (__const_hweight8(w) + __const_hweight8((w) >> 8 )) macro
/openbmc/linux/include/asm-generic/bitops/
H A Dconst_hweight.h19 #define __const_hweight16(w) (__const_hweight8(w) + __const_hweight8((w) >> 8 )) macro