Searched refs:ecb_popcount32 (Results 1 – 1 of 1) sorted by relevance
925 #define ecb_popcount32(x) __builtin_popcount (x) macro973 ecb_function_ ecb_const int ecb_popcount32 (uint32_t x);975 ecb_popcount32 (uint32_t x) in ecb_popcount32() function1063 return ecb_popcount32 (x) + ecb_popcount32 (x >> 32); in ecb_popcount64()