Home
last modified time | relevance | path

Searched full:lz4hc (Results 1 – 25 of 42) sorted by relevance

12

/lz4-3.4.0-2.7.6/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**.
94 cat lz4.c lz4hc.c lz4frame.c > lz4_all.c
109 The header files `lz4.h`, `lz4hc.h`, `lz4frame.h` and the dynamic library
DMakefile203 $(INSTALL_DATA) lz4hc.h $(DESTDIR)$(includedir)/lz4hc.h
219 $(RM) $(DESTDIR)$(includedir)/lz4hc.h
Dlz4hc.c34 /* note : lz4hc is not an independent module, it requires lz4.h/lz4.c for proper compilation */
53 #include "lz4hc.h"
807 typedef enum { lz4hc, lz4opt } lz4hc_strat_e; in LZ4HC_compress_generic_internal() enumerator
814 { lz4hc, 2, 16 }, /* 0, unused */ in LZ4HC_compress_generic_internal()
815 { lz4hc, 2, 16 }, /* 1, unused */ in LZ4HC_compress_generic_internal()
816 { lz4hc, 2, 16 }, /* 2, unused */ in LZ4HC_compress_generic_internal()
817 { lz4hc, 4, 16 }, /* 3 */ in LZ4HC_compress_generic_internal()
818 { lz4hc, 8, 16 }, /* 4 */ in LZ4HC_compress_generic_internal()
819 { lz4hc, 16, 16 }, /* 5 */ in LZ4HC_compress_generic_internal()
820 { lz4hc, 32, 16 }, /* 6 */ in LZ4HC_compress_generic_internal()
[all …]
/lz4-3.4.0-2.7.6/contrib/meson/meson/lib/
Dmeson.build15 join_paths(lz4_root_dir, 'lib/lz4hc.c'),
52 join_paths(lz4_root_dir, 'lib/lz4hc.h'),
/lz4-3.4.0-2.7.6/
DNEWS30 perf: speed up lz4hc on slow patterns when using external dictionary, by @terrelln
106 lz4hc : new high compression mode : levels 10-12 compress more and slower, by Przemyslaw Skibinski
158 Changed: New lz4 and lz4hc compression API. Previous function prototypes still supported.
171 Fixed : Restored lz4hc compression ratio (slightly lower since r124)
272 LZ4HC : Compression Level is now a programmable parameter (CLI from 4 to 9)
284 lz4 & lz4hc : added capability to allocate state & stream state with custom allocator (issue 99)
/lz4-3.4.0-2.7.6/build/cmake/
DCMakeLists.txt85 "${LZ4_LIB_SOURCE_DIR}/lz4hc.c"
87 "${LZ4_LIB_SOURCE_DIR}/lz4hc.h"
191 "${LZ4_LIB_SOURCE_DIR}/lz4hc.h"
/lz4-3.4.0-2.7.6/ossfuzz/
Dfuzz_data_producer.h8 #include "lz4hc.h"
Dround_trip_hc_fuzzer.c14 #include "lz4hc.h"
Dlz4_helpers.c3 #include "lz4hc.h"
Dcompress_hc_fuzzer.c15 #include "lz4hc.h"
/lz4-3.4.0-2.7.6/examples/
DMakefile46 $(LZ4DIR)/liblz4.a: $(LZ4DIR)/lz4.c $(LZ4DIR)/lz4hc.c $(LZ4DIR)/lz4frame.c $(LZ4DIR)/lz4.h $(LZ4DIR…
/lz4-3.4.0-2.7.6/contrib/meson/
Dmeson_options.txt13 description: 'Enable run-time debug. See lib/lz4hc.c')
/lz4-3.4.0-2.7.6/build/VS2010/fuzzer/
Dfuzzer.vcxproj161 <ClCompile Include="..\..\..\lib\lz4hc.c" />
167 <ClInclude Include="..\..\..\lib\lz4hc.h" />
/lz4-3.4.0-2.7.6/build/VS2010/liblz4/
Dliblz4.vcxproj163 <ClInclude Include="..\..\..\lib\lz4hc.h" />
169 <ClCompile Include="..\..\..\lib\lz4hc.c" />
/lz4-3.4.0-2.7.6/build/
DREADME.md43 The header files `lib\lz4.h`, `lib\lz4hc.h`, `lib\lz4frame.h` and the import library
/lz4-3.4.0-2.7.6/build/VS2017/frametest/
Dframetest.vcxproj166 <ClCompile Include="..\..\..\lib\lz4hc.c" />
174 <ClInclude Include="..\..\..\lib\lz4hc.h" />
/lz4-3.4.0-2.7.6/build/VS2010/liblz4-dll/
Dliblz4-dll.vcxproj164 <ClInclude Include="..\..\..\lib\lz4hc.h" />
170 <ClCompile Include="..\..\..\lib\lz4hc.c" />
/lz4-3.4.0-2.7.6/build/VS2017/liblz4-dll/
Dliblz4-dll.vcxproj168 <ClInclude Include="..\..\..\lib\lz4hc.h" />
174 <ClCompile Include="..\..\..\lib\lz4hc.c" />
/lz4-3.4.0-2.7.6/build/VS2017/lz4/
Dlz4.vcxproj152 <ClCompile Include="..\..\..\lib\lz4hc.c" />
163 <ClInclude Include="..\..\..\lib\lz4hc.h" />
/lz4-3.4.0-2.7.6/build/VS2017/fullbench/
Dfullbench.vcxproj166 <ClCompile Include="..\..\..\lib\lz4hc.c" />
174 <ClInclude Include="..\..\..\lib\lz4hc.h" />
/lz4-3.4.0-2.7.6/build/VS2017/fuzzer/
Dfuzzer.vcxproj165 <ClCompile Include="..\..\..\lib\lz4hc.c" />
171 <ClInclude Include="..\..\..\lib\lz4hc.h" />
/lz4-3.4.0-2.7.6/build/VS2017/liblz4/
Dliblz4.vcxproj167 <ClInclude Include="..\..\..\lib\lz4hc.h" />
173 <ClCompile Include="..\..\..\lib\lz4hc.c" />
/lz4-3.4.0-2.7.6/build/VS2010/frametest/
Dframetest.vcxproj162 <ClCompile Include="..\..\..\lib\lz4hc.c" />
170 <ClInclude Include="..\..\..\lib\lz4hc.h" />
/lz4-3.4.0-2.7.6/build/VS2010/fullbench/
Dfullbench.vcxproj162 <ClCompile Include="..\..\..\lib\lz4hc.c" />
170 <ClInclude Include="..\..\..\lib\lz4hc.h" />
/lz4-3.4.0-2.7.6/tests/
DMakefile80 fullbench : lz4.o lz4hc.o lz4frame.o xxhash.o fullbench.c
97 fuzzer : lz4.o lz4hc.o xxhash.o fuzzer.c
100 frametest: lz4frame.o lz4.o lz4hc.o xxhash.o frametest.c
103 roundTripTest : lz4.o lz4hc.o xxhash.o roundTripTest.c
109 checkFrame : lz4frame.o lz4.o lz4hc.o xxhash.o checkFrame.c
179 lz4_all.c: $(LZ4DIR)/lz4.c $(LZ4DIR)/lz4hc.c $(LZ4DIR)/lz4frame.c

12