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

/osnet-11/usr/src/grub/grub2/grub-core/lib/minilzo/
H A Dminilzo.c2573 #if !defined(lzo_bitops_clz32) && defined(WANT_lzo_bitops_clz32) && 0
2575 static __lzo_inline unsigned lzo_bitops_clz32(lzo_uint32 v) function
2581 #define lzo_bitops_clz32 lzo_bitops_clz32 macro
2615 #if !defined(lzo_bitops_clz32) && defined(WANT_lzo_bitops_clz32)
2616 #define lzo_bitops_clz32(v) ((unsigned) __builtin_clz(v))
2689 #if defined(lzo_bitops_clz32)
2692 r &= lzo_bitops_clz32(v) == 31 - i;
3102 #if !defined(lzo_bitops_clz32) && defined(WANT_lzo_bitops_clz32) && 0
3104 static __lzo_inline unsigned lzo_bitops_clz32(lzo_uint3 function
3110 #define lzo_bitops_clz32 macro
3145 #define lzo_bitops_clz32 macro
[all...]

Completed in 33 milliseconds