Home
last modified time | relevance | path

Searched refs:lzo_bitops_ctlz32 (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/lzo/src/
Dlzo_init.c140 #if defined(lzo_bitops_ctlz32) in _lzo_config_check()
143 r &= lzo_bitops_ctlz32(v) == 31 - i; in _lzo_config_check()
Dlzo_func.h68 #define lzo_bitops_ctlz32(v) lzo_bitops_ctlz32_func(v) in lzo_bitops_ctlz32_func() macro
73 #define lzo_bitops_ctlz32(v) lzo_bitops_ctlz32_func(v) in lzo_bitops_ctlz32_func()
76 #define lzo_bitops_ctlz32(v) ((unsigned) __builtin_clz(v)) in lzo_bitops_ctlz32_func()
Dlzo1x_c.ch219 #if (LZO_ABI_BIG_ENDIAN) && defined(lzo_bitops_ctlz32)
220 m_len += lzo_bitops_ctlz32(v) / CHAR_BIT;
/external/libvncserver/common/
Dminilzo.c3263 #define lzo_bitops_ctlz32(v) lzo_bitops_ctlz32_func(v) in lzo_bitops_ctlz32_func() macro
3268 #define lzo_bitops_ctlz32(v) lzo_bitops_ctlz32_func(v) in lzo_bitops_ctlz32_func()
3271 #define lzo_bitops_ctlz32(v) ((unsigned) __builtin_clz(v)) in lzo_bitops_ctlz32_func()
4186 #if defined(lzo_bitops_ctlz32) in _lzo_config_check()
4189 r &= lzo_bitops_ctlz32(v) == 31 - i; in _lzo_config_check()
4771 #if (LZO_ABI_BIG_ENDIAN) && defined(lzo_bitops_ctlz32) in do_compress()
4772 m_len += lzo_bitops_ctlz32(v) / CHAR_BIT; in do_compress()