Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dminilzo-inl.c2633 #define lzo_bitops_popcount64(v) ((unsigned) __builtin_popcountll(v))
3166 #define lzo_bitops_popcount64(v) ((unsigned) __builtin_popcountll(v)) macro