Searched defs:__const_hweight64 (Results 1 – 4 of 4) sorted by relevance
21 #define __const_hweight64(w) (__const_hweight32(w) + __const_hweight32((w) >> 32)) macro