Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/asm-generic/bitops/
H A Dconst_hweight.h20 #define __const_hweight32(w) (__const_hweight16(w) + __const_hweight16((w) >> 16)) macro
/openbmc/linux/include/asm-generic/bitops/
H A Dconst_hweight.h20 #define __const_hweight32(w) (__const_hweight16(w) + __const_hweight16((w) >> 16)) macro