Home | History | Annotate | Download | only in common

Lines Matching refs:lzo_bitops_ctlz32

3263 #define lzo_bitops_ctlz32(v)    lzo_bitops_ctlz32_func(v)
3268 #define lzo_bitops_ctlz32(v) lzo_bitops_ctlz32_func(v)
3271 #define lzo_bitops_ctlz32(v) ((unsigned) __builtin_clz(v))
4186 #if defined(lzo_bitops_ctlz32)
4189 r &= lzo_bitops_ctlz32(v) == 31 - i;
4771 #if (LZO_ABI_BIG_ENDIAN) && defined(lzo_bitops_ctlz32)
4772 m_len += lzo_bitops_ctlz32(v) / CHAR_BIT;