Searched refs:lz4hc (Results 1 – 10 of 10) sorted by relevance
/external/lz4/lib/ |
D | README.md | 17 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
|
D | Makefile | 185 $(Q)$(INSTALL_DATA) lz4hc.h $(DESTDIR)$(includedir)/lz4hc.h 196 $(Q)$(RM) $(DESTDIR)$(includedir)/lz4hc.h
|
D | lz4hc.c | 716 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 …]
|
D | Android.bp | 29 "lz4hc.c",
|
/external/lz4/examples/ |
D | Makefile | 55 $(LZ4DIR)/liblz4.a: $(LZ4DIR)/lz4.c $(LZ4DIR)/lz4hc.c $(LZ4DIR)/lz4frame.c $(LZ4DIR)/lz4.h $(LZ4DIR…
|
/external/lz4/contrib/cmake_unofficial/ |
D | CMakeLists.txt | 84 "${LZ4_LIB_SOURCE_DIR}/lz4hc.c" 86 "${LZ4_LIB_SOURCE_DIR}/lz4hc.h" 183 "${LZ4_LIB_SOURCE_DIR}/lz4hc.h"
|
/external/lz4/tests/ |
D | Makefile | 87 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/ |
D | NEWS | 50 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)
|
D | Makefile | 180 CC=$(LIBCC) $(MAKE) -C $(TESTDIR) CFLAGS="$(CFLAGS)" lz4.o lz4hc.o lz4frame.o
|
/external/lz4/visual/ |
D | README.md | 41 The header files `lib\lz4.h`, `lib\lz4hc.h`, `lib\lz4frame.h` and the import library
|