Searched defs:lzo_bitops_clz32 (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
H A Dminilzo-inl.c2575 #if !defined(lzo_bitops_clz32) && defined(WANT_lzo_bitops_clz32) && 0
2577 static __lzo_inline unsigned lzo_bitops_clz32(lzo_uint32 v) function
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)
2694 r &= lzo_bitops_clz32(v) == 31 - i;
3108 #if !defined(lzo_bitops_clz32) && defined(WANT_lzo_bitops_clz32) && 0
3110 static __lzo_inline unsigned lzo_bitops_clz32(lzo_uint3 function
3116 #define lzo_bitops_clz32 macro
3151 #define lzo_bitops_clz32 macro
[all...]

Completed in 54 milliseconds