Searched refs:lzo_bitops_popcount32 (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
H A Dminilzo-inl.c2629 #if !defined(lzo_bitops_popcount32) && defined(WANT_lzo_bitops_popcount32)
2630 #define lzo_bitops_popcount32(v) ((unsigned) __builtin_popcount(v))
2632 #if !defined(lzo_bitops_popcount32) && defined(WANT_lzo_bitops_popcount64) && defined(LZO_UINT64_MAX)
3162 #if !defined(lzo_bitops_popcount32) && defined(WANT_lzo_bitops_popcount32)
3163 #define lzo_bitops_popcount32(v) ((unsigned) __builtin_popcount(v)) macro
3165 #if !defined(lzo_bitops_popcount32) && defined(WANT_lzo_bitops_popcount64) && defined(LZO_UINT64_MAX)

Completed in 84 milliseconds