Searched refs:__const_bitcount32 (Results 1 – 2 of 2) sorted by relevance
56 #define __const_bitcount32(x) ( \ macro61 __const_bitcount32(x) + \62 __const_bitcount32((x) >> 32))
63 #define HWEIGHT32(x) (__const_bitcount32((uint32_t)(x)))