Home
last modified time | relevance | path

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

/external/lz4/lib/
DREADME.md17 the High Compression variant called **lz4hc** is available.
18 Add files **`lz4hc.c`** and **`lz4hc.h`**.
29 including, lz4 and lz4hc, and also **xxhash**.
45 The header files `lz4.h`, `lz4hc.h`, `lz4frame.h` and the dynamic library
DMakefile185 $(Q)$(INSTALL_DATA) lz4hc.h $(DESTDIR)$(includedir)/lz4hc.h
196 $(Q)$(RM) $(DESTDIR)$(includedir)/lz4hc.h
Dlz4hc.c716 typedef enum { lz4hc, lz4opt } lz4hc_strat_e; in LZ4HC_compress_generic_internal() enumerator
723 { lz4hc, 2, 16 }, /* 0, unused */ in LZ4HC_compress_generic_internal()
724 { lz4hc, 2, 16 }, /* 1, unused */ in LZ4HC_compress_generic_internal()
725 { lz4hc, 2, 16 }, /* 2, unused */ in LZ4HC_compress_generic_internal()
726 { lz4hc, 4, 16 }, /* 3 */ in LZ4HC_compress_generic_internal()
727 { lz4hc, 8, 16 }, /* 4 */ in LZ4HC_compress_generic_internal()
728 { lz4hc, 16, 16 }, /* 5 */ in LZ4HC_compress_generic_internal()
729 { lz4hc, 32, 16 }, /* 6 */ in LZ4HC_compress_generic_internal()
730 { lz4hc, 64, 16 }, /* 7 */ in LZ4HC_compress_generic_internal()
731 { lz4hc, 128, 16 }, /* 8 */ in LZ4HC_compress_generic_internal()
[all …]
DAndroid.bp29 "lz4hc.c",
/external/lz4/examples/
DMakefile55 $(LZ4DIR)/liblz4.a: $(LZ4DIR)/lz4.c $(LZ4DIR)/lz4hc.c $(LZ4DIR)/lz4frame.c $(LZ4DIR)/lz4.h $(LZ4DIR…
/external/lz4/contrib/cmake_unofficial/
DCMakeLists.txt84 "${LZ4_LIB_SOURCE_DIR}/lz4hc.c"
86 "${LZ4_LIB_SOURCE_DIR}/lz4hc.h"
183 "${LZ4_LIB_SOURCE_DIR}/lz4hc.h"
/external/lz4/tests/
DMakefile87 fullbench : lz4.o lz4hc.o lz4frame.o xxhash.o fullbench.c
100 fuzzer : lz4.o lz4hc.o xxhash.o fuzzer.c
103 frametest: lz4frame.o lz4.o lz4hc.o xxhash.o frametest.c
106 roundTripTest : lz4.o lz4hc.o xxhash.o roundTripTest.c
/external/lz4/
DNEWS50 lz4hc : new high compression mode : levels 10-12 compress more and slower, by Przemyslaw Skibinski
102 Changed: New lz4 and lz4hc compression API. Previous function prototypes still supported.
115 Fixed : Restored lz4hc compression ratio (slightly lower since r124)
228 lz4 & lz4hc : added capability to allocate state & stream state with custom allocator (issue 99)
DMakefile180 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