Home
last modified time | relevance | path

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

123

/third_party/lz4/lib/
DREADME.md21 the High Compression variant called **lz4hc** is available.
22 Add files **`lz4hc.c`** and **`lz4hc.h`**.
34 including, lz4 and lz4hc, and also **xxhash**.
125 cat lz4.c lz4hc.c lz4frame.c > lz4_all.c
140 The header files `lz4.h`, `lz4hc.h`, `lz4frame.h` and the dynamic library
Dlz4hc.c34 /* note : lz4hc is not an independent module, it requires lz4.h/lz4.c for proper compilation */
53 #include "lz4hc.h"
811 typedef enum { lz4hc, lz4opt } lz4hc_strat_e; in LZ4HC_compress_generic_internal() enumerator
818 { lz4hc, 2, 16 }, /* 0, unused */ in LZ4HC_compress_generic_internal()
819 { lz4hc, 2, 16 }, /* 1, unused */ in LZ4HC_compress_generic_internal()
820 { lz4hc, 2, 16 }, /* 2, unused */ in LZ4HC_compress_generic_internal()
821 { lz4hc, 4, 16 }, /* 3 */ in LZ4HC_compress_generic_internal()
822 { lz4hc, 8, 16 }, /* 4 */ in LZ4HC_compress_generic_internal()
823 { lz4hc, 16, 16 }, /* 5 */ in LZ4HC_compress_generic_internal()
824 { lz4hc, 32, 16 }, /* 6 */ in LZ4HC_compress_generic_internal()
[all …]
DMakefile204 $(INSTALL_DATA) lz4hc.h $(DESTDIR)$(includedir)/lz4hc.h
220 $(RM) $(DESTDIR)$(includedir)/lz4hc.h
/third_party/lz4/
DNEWS51 perf: speed up lz4hc on slow patterns when using external dictionary, by @terrelln
127 lz4hc : new high compression mode : levels 10-12 compress more and slower, by Przemyslaw Skibinski
179 Changed: New lz4 and lz4hc compression API. Previous function prototypes still supported.
192 Fixed : Restored lz4hc compression ratio (slightly lower since r124)
293 LZ4HC : Compression Level is now a programmable parameter (CLI from 4 to 9)
305 lz4 & lz4hc : added capability to allocate state & stream state with custom allocator (issue 99)
DBUILD.gn29 "lib/lz4hc.c",
/third_party/lz4/contrib/meson/meson/lib/
Dmeson.build16 lz4_source_root / 'lib/lz4hc.c',
70 lz4_source_root / 'lib/lz4hc.h',
/third_party/lz4/build/cmake/
DCMakeLists.txt85 "${LZ4_LIB_SOURCE_DIR}/lz4hc.c"
87 "${LZ4_LIB_SOURCE_DIR}/lz4hc.h"
205 "${LZ4_LIB_SOURCE_DIR}/lz4hc.h"
/third_party/lz4/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
194 lz4_all.c: $(LZ4DIR)/lz4.c $(LZ4DIR)/lz4hc.c $(LZ4DIR)/lz4frame.c
461 test-lz4hc-hugefile: lz4 datagen
477 test-lz4-hugefile: test-lz4-fast-hugefile test-lz4hc-hugefile
/third_party/lz4/examples/
DMakefile46 $(LZ4DIR)/liblz4.a: $(LZ4DIR)/lz4.c $(LZ4DIR)/lz4hc.c $(LZ4DIR)/lz4frame.c $(LZ4DIR)/lz4.h $(LZ4DIR…
/third_party/lz4/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"
/third_party/lz4/build/VS2010/fuzzer/
Dfuzzer.vcxproj161 <ClCompile Include="..\..\..\lib\lz4hc.c" />
167 <ClInclude Include="..\..\..\lib\lz4hc.h" />
/third_party/lz4/build/VS2010/liblz4/
Dliblz4.vcxproj163 <ClInclude Include="..\..\..\lib\lz4hc.h" />
169 <ClCompile Include="..\..\..\lib\lz4hc.c" />
/third_party/lz4/contrib/meson/
Dmeson_options.txt12 description: 'Enable run-time debug. See lib/lz4hc.c')
/third_party/lz4/build/VS2017/liblz4/
Dliblz4.vcxproj167 <ClInclude Include="..\..\..\lib\lz4hc.h" />
173 <ClCompile Include="..\..\..\lib\lz4hc.c" />
/third_party/lz4/build/VS2022/liblz4/
Dliblz4.vcxproj167 <ClInclude Include="..\..\..\lib\lz4hc.h" />
173 <ClCompile Include="..\..\..\lib\lz4hc.c" />
/third_party/lz4/build/VS2017/liblz4-dll/
Dliblz4-dll.vcxproj168 <ClInclude Include="..\..\..\lib\lz4hc.h" />
174 <ClCompile Include="..\..\..\lib\lz4hc.c" />
/third_party/lz4/build/VS2022/liblz4-dll/
Dliblz4-dll.vcxproj168 <ClInclude Include="..\..\..\lib\lz4hc.h" />
174 <ClCompile Include="..\..\..\lib\lz4hc.c" />
/third_party/lz4/build/VS2022/fullbench/
Dfullbench.vcxproj166 <ClCompile Include="..\..\..\lib\lz4hc.c" />
174 <ClInclude Include="..\..\..\lib\lz4hc.h" />
/third_party/lz4/build/VS2022/fuzzer/
Dfuzzer.vcxproj165 <ClCompile Include="..\..\..\lib\lz4hc.c" />
171 <ClInclude Include="..\..\..\lib\lz4hc.h" />
/third_party/lz4/build/VS2010/frametest/
Dframetest.vcxproj162 <ClCompile Include="..\..\..\lib\lz4hc.c" />
170 <ClInclude Include="..\..\..\lib\lz4hc.h" />
/third_party/lz4/build/VS2017/frametest/
Dframetest.vcxproj166 <ClCompile Include="..\..\..\lib\lz4hc.c" />
174 <ClInclude Include="..\..\..\lib\lz4hc.h" />
/third_party/lz4/build/VS2017/lz4/
Dlz4.vcxproj152 <ClCompile Include="..\..\..\lib\lz4hc.c" />
163 <ClInclude Include="..\..\..\lib\lz4hc.h" />

123