Home
last modified time | relevance | path

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

/external/lz4/lib/
DREADME.md17 the High Compression variant called **lz4hc** is available.
18 Add files **`lz4hc.c`** and **`lz4hc.h`**.
30 including, lz4 and lz4hc, and also **xxhash**.
77 cat lz4.c lz4hc.c lz4frame.c > lz4_all.c
92 The header files `lz4.h`, `lz4hc.h`, `lz4frame.h` and the dynamic library
DMakefile196 $(Q)$(INSTALL_DATA) lz4hc.h $(DESTDIR)$(includedir)/lz4hc.h
212 $(Q)$(RM) $(DESTDIR)$(includedir)/lz4hc.h
Dlz4hc.c769 typedef enum { lz4hc, lz4opt } lz4hc_strat_e; in LZ4HC_compress_generic_internal() enumerator
776 { lz4hc, 2, 16 }, /* 0, unused */ in LZ4HC_compress_generic_internal()
777 { lz4hc, 2, 16 }, /* 1, unused */ in LZ4HC_compress_generic_internal()
778 { lz4hc, 2, 16 }, /* 2, unused */ in LZ4HC_compress_generic_internal()
779 { lz4hc, 4, 16 }, /* 3 */ in LZ4HC_compress_generic_internal()
780 { lz4hc, 8, 16 }, /* 4 */ in LZ4HC_compress_generic_internal()
781 { lz4hc, 16, 16 }, /* 5 */ in LZ4HC_compress_generic_internal()
782 { lz4hc, 32, 16 }, /* 6 */ in LZ4HC_compress_generic_internal()
783 { lz4hc, 64, 16 }, /* 7 */ in LZ4HC_compress_generic_internal()
784 { lz4hc, 128, 16 }, /* 8 */ in LZ4HC_compress_generic_internal()
[all …]
DAndroid.bp46 "lz4hc.c",
/external/lz4/contrib/meson/lib/
Dmeson.build15 join_paths(lz4_root_dir, 'lib/lz4hc.c'),
52 join_paths(lz4_root_dir, 'lib/lz4hc.h'),
/external/lz4/examples/
DMakefile46 $(LZ4DIR)/liblz4.a: $(LZ4DIR)/lz4.c $(LZ4DIR)/lz4hc.c $(LZ4DIR)/lz4frame.c $(LZ4DIR)/lz4.h $(LZ4DIR…
/external/erofs-utils/
DREADME28 LZ4_compress_destSize(). (lz4hc isn't impacted) [3].
37 For these old lz4 versions, lz4hc algorithm cannot be supported
67 Currently lz4 and lz4hc are available for compression, e.g.
171 those issues. * Again lz4hc is not affected. *
Dconfigure.ac227 #include <lz4hc.h>
254 AC_DEFINE([LZ4HC_ENABLED], [1], [Define to 1 if lz4hc is enabled.])
/external/lz4/contrib/cmake_unofficial/
DCMakeLists.txt84 "${LZ4_LIB_SOURCE_DIR}/lz4hc.c"
86 "${LZ4_LIB_SOURCE_DIR}/lz4hc.h"
184 "${LZ4_LIB_SOURCE_DIR}/lz4hc.h"
/external/lz4/tests/
DMakefile79 fullbench : lz4.o lz4hc.o lz4frame.o xxhash.o fullbench.c
92 fuzzer : lz4.o lz4hc.o xxhash.o fuzzer.c
95 frametest: lz4frame.o lz4.o lz4hc.o xxhash.o frametest.c
98 roundTripTest : lz4.o lz4hc.o xxhash.o roundTripTest.c
104 checkFrame : lz4frame.o lz4.o lz4hc.o xxhash.o checkFrame.c
167 lz4_all.c: $(LZ4DIR)/lz4.c $(LZ4DIR)/lz4hc.c $(LZ4DIR)/lz4frame.c
/external/lz4/contrib/meson/
Dmeson_options.txt13 description: 'Enable run-time debug. See lib/lz4hc.c')
/external/lz4/
DNEWS70 lz4hc : new high compression mode : levels 10-12 compress more and slower, by Przemyslaw Skibinski
122 Changed: New lz4 and lz4hc compression API. Previous function prototypes still supported.
135 Fixed : Restored lz4hc compression ratio (slightly lower since r124)
248 lz4 & lz4hc : added capability to allocate state & stream state with custom allocator (issue 99)
DMakefile193 CC=$(LIBCC) $(MAKE) -C $(TESTDIR) CFLAGS="$(CFLAGS)" lz4.o lz4hc.o lz4frame.o
/external/lz4/visual/
DREADME.md41 The header files `lib\lz4.h`, `lib\lz4hc.h`, `lib\lz4frame.h` and the import library