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

/external/valgrind/main/coregrind/m_debuginfo/
H A Dminilzo-inl.c2585 #if !defined(lzo_bitops_clz64) && defined(WANT_lzo_bitops_clz64) && defined(LZO_UINT64_MAX) && 0
2587 static __lzo_inline unsigned lzo_bitops_clz64(lzo_uint64 v) function
2593 #define lzo_bitops_clz64 lzo_bitops_clz64 macro
2620 #if !defined(lzo_bitops_clz64) && defined(WANT_lzo_bitops_clz64) && defined(LZO_UINT64_MAX)
2621 #define lzo_bitops_clz64(v) ((unsigned) __builtin_clzll(v))
2697 #if defined(lzo_bitops_clz64)
2700 r &= lzo_bitops_clz64(v) == 63 - i;
3118 #if !defined(lzo_bitops_clz64) && defined(WANT_lzo_bitops_clz64) && defined(LZO_UINT64_MAX) && 0
3120 static __lzo_inline unsigned lzo_bitops_clz64(lzo_uint6 function
3126 #define lzo_bitops_clz64 macro
3154 #define lzo_bitops_clz64 macro
[all...]

Completed in 169 milliseconds