Home
last modified time | relevance | path

Searched refs:lzo_bitops_ctlz64 (Results 1 – 14 of 14) sorted by relevance

/dports/sysutils/syslinux/syslinux-6.03/lzo/src/
H A Dlzo_init.c147 #if defined(lzo_bitops_ctlz64) in _lzo_config_check()
150 r &= lzo_bitops_ctlz64(v) == 63 - i; in _lzo_config_check()
H A Dlzo_func.h87 #define lzo_bitops_ctlz64(v) lzo_bitops_ctlz64_func(v) in lzo_bitops_ctlz64_func() macro
92 #define lzo_bitops_ctlz64(v) lzo_bitops_ctlz64_func(v) in lzo_bitops_ctlz64_func()
95 #define lzo_bitops_ctlz64(v) ((unsigned) __builtin_clzl(v)) in lzo_bitops_ctlz64_func()
98 #define lzo_bitops_ctlz64(v) ((unsigned) __builtin_clzll(v)) in lzo_bitops_ctlz64_func()
H A Dlzo1x_c.ch185 #if (LZO_ABI_BIG_ENDIAN) && defined(lzo_bitops_ctlz64)
186 m_len += lzo_bitops_ctlz64(v) / CHAR_BIT;
/dports/archivers/lzo2/lzo-2.10/src/
H A Dlzo_init.c163 #if defined(lzo_bitops_ctlz64) in _lzo_config_check()
166 r &= lzo_bitops_ctlz64(v) == 63 - i; in _lzo_config_check()
H A Dlzo_func.h90 #define lzo_bitops_ctlz64(v) lzo_bitops_ctlz64_func(v) in lzo_bitops_ctlz64_func() macro
95 #define lzo_bitops_ctlz64(v) lzo_bitops_ctlz64_func(v) in lzo_bitops_ctlz64_func()
98 #define lzo_bitops_ctlz64(v) ((unsigned) __builtin_clzl(v)) in lzo_bitops_ctlz64_func()
101 #define lzo_bitops_ctlz64(v) ((unsigned) __builtin_clzll(v)) in lzo_bitops_ctlz64_func()
H A Dlzo1x_c.ch185 #if (LZO_ABI_BIG_ENDIAN) && defined(lzo_bitops_ctlz64)
186 m_len += lzo_bitops_ctlz64(v) / CHAR_BIT;
/dports/graphics/blender/blender-2.91.0/extern/lzo/minilzo/
H A Dminilzo.c3282 #define lzo_bitops_ctlz64(v) lzo_bitops_ctlz64_func(v) in lzo_bitops_ctlz64_func() macro
3287 #define lzo_bitops_ctlz64(v) lzo_bitops_ctlz64_func(v) in lzo_bitops_ctlz64_func()
3290 #define lzo_bitops_ctlz64(v) ((unsigned) __builtin_clzl(v)) in lzo_bitops_ctlz64_func()
3293 #define lzo_bitops_ctlz64(v) ((unsigned) __builtin_clzll(v)) in lzo_bitops_ctlz64_func()
4209 #if defined(lzo_bitops_ctlz64) in _lzo_config_check()
4212 r &= lzo_bitops_ctlz64(v) == 63 - i; in _lzo_config_check()
4753 #if (LZO_ABI_BIG_ENDIAN) && defined(lzo_bitops_ctlz64) in do_compress()
4754 m_len += lzo_bitops_ctlz64(v) / CHAR_BIT; in do_compress()
/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/minilzo/
H A Dminilzo.c3282 #define lzo_bitops_ctlz64(v) lzo_bitops_ctlz64_func(v) in lzo_bitops_ctlz64_func() macro
3287 #define lzo_bitops_ctlz64(v) lzo_bitops_ctlz64_func(v) in lzo_bitops_ctlz64_func()
3290 #define lzo_bitops_ctlz64(v) ((unsigned) __builtin_clzl(v)) in lzo_bitops_ctlz64_func()
3293 #define lzo_bitops_ctlz64(v) ((unsigned) __builtin_clzll(v)) in lzo_bitops_ctlz64_func()
4209 #if defined(lzo_bitops_ctlz64) in _lzo_config_check()
4212 r &= lzo_bitops_ctlz64(v) == 63 - i; in _lzo_config_check()
4753 #if (LZO_ABI_BIG_ENDIAN) && defined(lzo_bitops_ctlz64) in do_compress()
4754 m_len += lzo_bitops_ctlz64(v) / CHAR_BIT; in do_compress()
/dports/net/libvncserver/libvncserver-LibVNCServer-0.9.13/common/
H A Dminilzo.c3282 #define lzo_bitops_ctlz64(v) lzo_bitops_ctlz64_func(v) in lzo_bitops_ctlz64_func() macro
3287 #define lzo_bitops_ctlz64(v) lzo_bitops_ctlz64_func(v) in lzo_bitops_ctlz64_func()
3290 #define lzo_bitops_ctlz64(v) ((unsigned) __builtin_clzl(v)) in lzo_bitops_ctlz64_func()
3293 #define lzo_bitops_ctlz64(v) ((unsigned) __builtin_clzll(v)) in lzo_bitops_ctlz64_func()
4193 #if defined(lzo_bitops_ctlz64) in _lzo_config_check()
4196 r &= lzo_bitops_ctlz64(v) == 63 - i; in _lzo_config_check()
4737 #if (LZO_ABI_BIG_ENDIAN) && defined(lzo_bitops_ctlz64) in do_compress()
4738 m_len += lzo_bitops_ctlz64(v) / CHAR_BIT; in do_compress()
/dports/archivers/lzo2/lzo-2.10/minilzo/
H A Dminilzo.c3594 #define lzo_bitops_ctlz64(v) lzo_bitops_ctlz64_func(v) in lzo_bitops_ctlz64_func() macro
3599 #define lzo_bitops_ctlz64(v) lzo_bitops_ctlz64_func(v) in lzo_bitops_ctlz64_func()
3602 #define lzo_bitops_ctlz64(v) ((unsigned) __builtin_clzl(v)) in lzo_bitops_ctlz64_func()
3605 #define lzo_bitops_ctlz64(v) ((unsigned) __builtin_clzll(v)) in lzo_bitops_ctlz64_func()
4521 #if defined(lzo_bitops_ctlz64) in _lzo_config_check()
4524 r &= lzo_bitops_ctlz64(v) == 63 - i; in _lzo_config_check()
5065 #if (LZO_ABI_BIG_ENDIAN) && defined(lzo_bitops_ctlz64) in do_compress()
5066 m_len += lzo_bitops_ctlz64(v) / CHAR_BIT; in do_compress()
/dports/net-mgmt/nfdump/nfdump-1.6.20/bin/
H A Dminilzo.c3594 #define lzo_bitops_ctlz64(v) lzo_bitops_ctlz64_func(v) in lzo_bitops_ctlz64_func() macro
3599 #define lzo_bitops_ctlz64(v) lzo_bitops_ctlz64_func(v) in lzo_bitops_ctlz64_func()
3602 #define lzo_bitops_ctlz64(v) ((unsigned) __builtin_clzl(v)) in lzo_bitops_ctlz64_func()
3605 #define lzo_bitops_ctlz64(v) ((unsigned) __builtin_clzll(v)) in lzo_bitops_ctlz64_func()
4521 #if defined(lzo_bitops_ctlz64) in _lzo_config_check()
4524 r &= lzo_bitops_ctlz64(v) == 63 - i; in _lzo_config_check()
5065 #if (LZO_ABI_BIG_ENDIAN) && defined(lzo_bitops_ctlz64) in do_compress()
5066 m_len += lzo_bitops_ctlz64(v) / CHAR_BIT; in do_compress()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/LZO/
H A Dminilzo.c3594 #define lzo_bitops_ctlz64(v) lzo_bitops_ctlz64_func(v) in lzo_bitops_ctlz64_func() macro
3599 #define lzo_bitops_ctlz64(v) lzo_bitops_ctlz64_func(v) in lzo_bitops_ctlz64_func()
3602 #define lzo_bitops_ctlz64(v) ((unsigned) __builtin_clzl(v)) in lzo_bitops_ctlz64_func()
3605 #define lzo_bitops_ctlz64(v) ((unsigned) __builtin_clzll(v)) in lzo_bitops_ctlz64_func()
4521 #if defined(lzo_bitops_ctlz64) in _lzo_config_check()
4524 r &= lzo_bitops_ctlz64(v) == 63 - i; in _lzo_config_check()
5065 #if (LZO_ABI_BIG_ENDIAN) && defined(lzo_bitops_ctlz64) in do_compress()
5066 m_len += lzo_bitops_ctlz64(v) / CHAR_BIT; in do_compress()
/dports/emulators/mednafen/mednafen/src/minilzo/
H A Dminilzo.c3460 #define lzo_bitops_ctlz64(v) lzo_bitops_ctlz64_func(v) in lzo_bitops_ctlz64_func() macro
3465 #define lzo_bitops_ctlz64(v) lzo_bitops_ctlz64_func(v) in lzo_bitops_ctlz64_func()
3468 #define lzo_bitops_ctlz64(v) ((unsigned) __builtin_clzl(v)) in lzo_bitops_ctlz64_func()
3471 #define lzo_bitops_ctlz64(v) ((unsigned) __builtin_clzll(v)) in lzo_bitops_ctlz64_func()
4387 #if defined(lzo_bitops_ctlz64) in _lzo_config_check()
4390 r &= lzo_bitops_ctlz64(v) == 63 - i; in _lzo_config_check()
4931 #if (LZO_ABI_BIG_ENDIAN) && defined(lzo_bitops_ctlz64) in do_compress()
4932 m_len += lzo_bitops_ctlz64(v) / CHAR_BIT; in do_compress()
/dports/devel/distcc/distcc-3.3.5/lzo/
H A Dminilzo.c3594 #define lzo_bitops_ctlz64(v) lzo_bitops_ctlz64_func(v) in lzo_bitops_ctlz64_func() macro
3599 #define lzo_bitops_ctlz64(v) lzo_bitops_ctlz64_func(v) in lzo_bitops_ctlz64_func()
3602 #define lzo_bitops_ctlz64(v) ((unsigned) __builtin_clzl(v)) in lzo_bitops_ctlz64_func()
3605 #define lzo_bitops_ctlz64(v) ((unsigned) __builtin_clzll(v)) in lzo_bitops_ctlz64_func()
4521 #if defined(lzo_bitops_ctlz64) in _lzo_config_check()
4524 r &= lzo_bitops_ctlz64(v) == 63 - i; in _lzo_config_check()
5065 #if (LZO_ABI_BIG_ENDIAN) && defined(lzo_bitops_ctlz64) in do_compress()
5066 m_len += lzo_bitops_ctlz64(v) / CHAR_BIT; in do_compress()