Searched refs:lzo_bitops_popcount64 (Results 1 – 1 of 1) sorted by relevance
2633 #define lzo_bitops_popcount64(v) ((unsigned) __builtin_popcountll(v))3166 #define lzo_bitops_popcount64(v) ((unsigned) __builtin_popcountll(v)) macro