Searched refs:lzo_bitops_cttz32 (Results 1 – 4 of 4) sorted by relevance
154 #if defined(lzo_bitops_cttz32) in _lzo_config_check()157 r &= lzo_bitops_cttz32(v) == i; in _lzo_config_check()
109 #define lzo_bitops_cttz32(v) lzo_bitops_cttz32_func(v) in lzo_bitops_cttz32_func() macro114 #define lzo_bitops_cttz32(v) lzo_bitops_cttz32_func(v) in lzo_bitops_cttz32_func()117 #define lzo_bitops_cttz32(v) ((unsigned) __builtin_ctz(v)) in lzo_bitops_cttz32_func()
226 #elif (LZO_ABI_LITTLE_ENDIAN) && defined(lzo_bitops_cttz32)227 m_len += lzo_bitops_cttz32(v) / CHAR_BIT;
3304 #define lzo_bitops_cttz32(v) lzo_bitops_cttz32_func(v) in lzo_bitops_cttz32_func() macro3309 #define lzo_bitops_cttz32(v) lzo_bitops_cttz32_func(v) in lzo_bitops_cttz32_func()3312 #define lzo_bitops_cttz32(v) ((unsigned) __builtin_ctz(v)) in lzo_bitops_cttz32_func()4200 #if defined(lzo_bitops_cttz32) in _lzo_config_check()4203 r &= lzo_bitops_cttz32(v) == i; in _lzo_config_check()4778 #elif (LZO_ABI_LITTLE_ENDIAN) && defined(lzo_bitops_cttz32) in do_compress()4779 m_len += lzo_bitops_cttz32(v) / CHAR_BIT; in do_compress()