Home
last modified time | relevance | path

Searched refs:ecb_popcount32 (Results 1 – 1 of 1) sorted by relevance

/libev/
H A Dev.c925 #define ecb_popcount32(x) __builtin_popcount (x) macro
973 ecb_function_ ecb_const int ecb_popcount32 (uint32_t x);
975 ecb_popcount32 (uint32_t x) in ecb_popcount32() function
1063 return ecb_popcount32 (x) + ecb_popcount32 (x >> 32); in ecb_popcount64()