Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dminilzo-inl.c2575 #if !defined(lzo_bitops_clz32) && defined(WANT_lzo_bitops_clz32) && 0 in ACCCHK_ASSERT_IS_UNSIGNED_T()
2577 static __lzo_inline unsigned lzo_bitops_clz32(lzo_uint32 v) in ACCCHK_ASSERT_IS_UNSIGNED_T()
2583 #define lzo_bitops_clz32 lzo_bitops_clz32 macro
2617 #if !defined(lzo_bitops_clz32) && defined(WANT_lzo_bitops_clz32)
2618 #define lzo_bitops_clz32(v) ((unsigned) __builtin_clz(v))
2691 #if defined(lzo_bitops_clz32) in _lzo_config_check()
2694 r &= lzo_bitops_clz32(v) == 31 - i; in _lzo_config_check()
3108 #if !defined(lzo_bitops_clz32) && defined(WANT_lzo_bitops_clz32) && 0
3110 static __lzo_inline unsigned lzo_bitops_clz32(lzo_uint32 v) in lzo_bitops_clz32() function
3116 #define lzo_bitops_clz32 lzo_bitops_clz32 macro
[all …]