Home
last modified time | relevance | path

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

12

/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
Dlz4hc.c34 /* note : lz4hc is not an independent module, it requires lz4.h/lz4.c for proper compilation */
53 #include "lz4hc.h"
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()
[all …]
DMakefile185 $(Q)$(INSTALL_DATA) lz4hc.h $(DESTDIR)$(includedir)/lz4hc.h
196 $(Q)$(RM) $(DESTDIR)$(includedir)/lz4hc.h
DAndroid.bp20 "lz4hc.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)
216 LZ4HC : Compression Level is now a programmable parameter (CLI from 4 to 9)
228 lz4 & lz4hc : added capability to allocate state & stream state with custom allocator (issue 99)
Dappveyor.yml63 COPY lib\lz4hc.h bin\include\ &&
/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/examples/
DMakefile55 $(LZ4DIR)/liblz4.a: $(LZ4DIR)/lz4.c $(LZ4DIR)/lz4hc.c $(LZ4DIR)/lz4frame.c $(LZ4DIR)/lz4.h $(LZ4DIR…
DHCStreaming_ringBuffer.c22 #include "lz4hc.h"
/external/lz4/visual/VS2010/liblz4/
Dliblz4.vcxproj163 <ClInclude Include="..\..\..\lib\lz4hc.h" />
169 <ClCompile Include="..\..\..\lib\lz4hc.c" />
/external/lz4/visual/VS2010/fuzzer/
Dfuzzer.vcxproj161 <ClCompile Include="..\..\..\lib\lz4hc.c" />
167 <ClInclude Include="..\..\..\lib\lz4hc.h" />
/external/lz4/visual/VS2017/fullbench/
Dfullbench.vcxproj166 <ClCompile Include="..\..\..\lib\lz4hc.c" />
174 <ClInclude Include="..\..\..\lib\lz4hc.h" />
/external/lz4/visual/VS2017/fuzzer/
Dfuzzer.vcxproj165 <ClCompile Include="..\..\..\lib\lz4hc.c" />
171 <ClInclude Include="..\..\..\lib\lz4hc.h" />
/external/lz4/visual/VS2017/liblz4/
Dliblz4.vcxproj167 <ClInclude Include="..\..\..\lib\lz4hc.h" />
173 <ClCompile Include="..\..\..\lib\lz4hc.c" />
/external/lz4/visual/VS2017/liblz4-dll/
Dliblz4-dll.vcxproj168 <ClInclude Include="..\..\..\lib\lz4hc.h" />
174 <ClCompile Include="..\..\..\lib\lz4hc.c" />
/external/lz4/visual/VS2017/frametest/
Dframetest.vcxproj166 <ClCompile Include="..\..\..\lib\lz4hc.c" />
174 <ClInclude Include="..\..\..\lib\lz4hc.h" />
/external/lz4/visual/VS2010/frametest/
Dframetest.vcxproj162 <ClCompile Include="..\..\..\lib\lz4hc.c" />
170 <ClInclude Include="..\..\..\lib\lz4hc.h" />
/external/lz4/visual/VS2010/liblz4-dll/
Dliblz4-dll.vcxproj164 <ClInclude Include="..\..\..\lib\lz4hc.h" />
170 <ClCompile Include="..\..\..\lib\lz4hc.c" />
/external/lz4/visual/VS2010/fullbench/
Dfullbench.vcxproj162 <ClCompile Include="..\..\..\lib\lz4hc.c" />
170 <ClInclude Include="..\..\..\lib\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
DroundTripTest.c42 #include "lz4hc.h"
/external/lz4/visual/VS2010/lz4/
Dlz4.vcxproj167 <ClInclude Include="..\..\..\lib\lz4hc.h" />
176 <ClCompile Include="..\..\..\lib\lz4hc.c" />
/external/lz4/visual/
DREADME.md41 The header files `lib\lz4.h`, `lib\lz4hc.h`, `lib\lz4frame.h` and the import library
/external/lz4/contrib/djgpp/
DMakefile32 LSRC = lib/lz4.c lib/lz4hc.c lib/lz4frame.c lib/xxhash.c
/external/squashfs-tools/squashfs-tools/
Dlz4_wrapper.c28 #include <lz4hc.h>

12