Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dminilzo-inl.c2595 #if !defined(lzo_bitops_ctz32) && defined(WANT_lzo_bitops_ctz32)
2597 static __lzo_inline unsigned lzo_bitops_ctz32(lzo_uint32 v) in lzo_bitops_ctz32() function
2603 #define lzo_bitops_ctz32 lzo_bitops_ctz32 macro
2623 #if !defined(lzo_bitops_ctz32) && defined(WANT_lzo_bitops_ctz32)
2624 #define lzo_bitops_ctz32(v) ((unsigned) __builtin_ctz(v))
2703 #if defined(lzo_bitops_ctz32) in _lzo_config_check()
2706 r &= lzo_bitops_ctz32(v) == i; in _lzo_config_check()
3128 #if !defined(lzo_bitops_ctz32) && defined(WANT_lzo_bitops_ctz32)
3130 static __lzo_inline unsigned lzo_bitops_ctz32(lzo_uint32 v) in lzo_bitops_ctz32() function
3136 #define lzo_bitops_ctz32 lzo_bitops_ctz32 macro
[all …]