Home
last modified time | relevance | path

Searched full:lz4frame (Results 1 – 25 of 41) sorted by relevance

12

/external/lz4/
DNEWS39 API : lz4frame : negative compression levels trigger fast acceleration, request by Lawrence Chan
40 API : lz4frame : can control block checksum and dictionary ID
53 API : lz4frame : LZ4F_frameBound(0) gives upper bound of *flush() and *End() operations (#290, #280)
89 Added : Example using lz4frame library, by Zbigniew Jędrzejewski-Szmek (#118)
117 New : lz4frame & lz4cli frame content size support
118 New : lz4frame supports skippable frames, as requested by Sergey Cherepanov
133 New : lz4frame API is now integrated into liblz4
143 Updated : lz4io, now uses lz4frame
156 Added : experimental lz4frame API, thanks to Takayuki Matsuoka and Christopher Jackson for testings
/external/lz4/lib/
DREADME.md26 This format is generated and decoded automatically by the **lz4frame** library.
27 Its public API is described in `lib/lz4frame.h`.
28 In order to work properly, lz4frame needs all other modules present in `/lib`,
45 The header files `lz4.h`, `lz4hc.h`, `lz4frame.h` and the dynamic library
Dlz4frame_static.h40 * lz4frame.h, protected by the LZ4F_STATIC_LINKING_ONLY macro. Going forward,
45 #include "lz4frame.h"
DMakefile186 $(Q)$(INSTALL_DATA) lz4frame.h $(DESTDIR)$(includedir)/lz4frame.h
197 $(Q)$(RM) $(DESTDIR)$(includedir)/lz4frame.h
DAndroid.bp21 "lz4frame.c",
Dlz4frame.h38 * lz4.h is not required when using lz4frame.h,
56 lz4frame.h implements LZ4 frame specification (doc/lz4_Frame_format.md).
57 lz4frame.h provides frame compression functions that take care
/external/lz4/contrib/gen_manual/
Dgen-lz4-manual.sh10 ./gen_manual "lz4frame $LIBVER_SCRIPT" ../../lib/lz4frame.h ./lz4frame_manual.html
DMakefile40 LZ4FAPI = ../../lib/lz4frame.h
67 echo "Update lz4frame manual in /doc"
/external/lz4/visual/
DREADME.md31 - `frametest` : Test tool that checks lz4frame integrity on target platform
41 The header files `lib\lz4.h`, `lib\lz4hc.h`, `lib\lz4frame.h` and the import library
/external/lz4/contrib/cmake_unofficial/
DCMakeLists.txt87 "${LZ4_LIB_SOURCE_DIR}/lz4frame.c"
88 "${LZ4_LIB_SOURCE_DIR}/lz4frame.h"
182 "${LZ4_LIB_SOURCE_DIR}/lz4frame.h"
/external/lz4/examples/
DMakefile55 … $(LZ4DIR)/lz4.c $(LZ4DIR)/lz4hc.c $(LZ4DIR)/lz4frame.c $(LZ4DIR)/lz4.h $(LZ4DIR)/lz4hc.h $(LZ4DIR…
DdictionaryRandomAccess.md5 Please note that the output file is not compatible with lz4frame and is platform dependent.
DblockStreaming_doubleBuffer.md10 - Output file is not compatible with lz4frame and platform dependent.
DblockStreaming_lineByLine.md10 - Output file is not compatible with lz4frame and platform dependent.
/external/lz4/visual/VS2010/liblz4/
Dliblz4.vcxproj161 <ClInclude Include="..\..\..\lib\lz4frame.h" />
168 <ClCompile Include="..\..\..\lib\lz4frame.c" />
/external/lz4/visual/VS2017/fullbench/
Dfullbench.vcxproj165 <ClCompile Include="..\..\..\lib\lz4frame.c" />
172 <ClInclude Include="..\..\..\lib\lz4frame.h" />
/external/lz4/visual/VS2017/liblz4/
Dliblz4.vcxproj165 <ClInclude Include="..\..\..\lib\lz4frame.h" />
172 <ClCompile Include="..\..\..\lib\lz4frame.c" />
/external/lz4/visual/VS2017/liblz4-dll/
Dliblz4-dll.vcxproj166 <ClInclude Include="..\..\..\lib\lz4frame.h" />
173 <ClCompile Include="..\..\..\lib\lz4frame.c" />
/external/lz4/visual/VS2017/frametest/
Dframetest.vcxproj165 <ClCompile Include="..\..\..\lib\lz4frame.c" />
172 <ClInclude Include="..\..\..\lib\lz4frame.h" />
/external/lz4/visual/VS2010/frametest/
Dframetest.vcxproj161 <ClCompile Include="..\..\..\lib\lz4frame.c" />
168 <ClInclude Include="..\..\..\lib\lz4frame.h" />
/external/lz4/visual/VS2010/liblz4-dll/
Dliblz4-dll.vcxproj162 <ClInclude Include="..\..\..\lib\lz4frame.h" />
169 <ClCompile Include="..\..\..\lib\lz4frame.c" />
/external/lz4/visual/VS2010/fullbench/
Dfullbench.vcxproj161 <ClCompile Include="..\..\..\lib\lz4frame.c" />
168 <ClInclude Include="..\..\..\lib\lz4frame.h" />
/external/lz4/visual/VS2010/lz4/
Dlz4.vcxproj165 <ClInclude Include="..\..\..\lib\lz4frame.h" />
175 <ClCompile Include="..\..\..\lib\lz4frame.c" />
/external/lz4/tests/
Dframetest.c2 frameTest - test tool for lz4frame
44 #include "lz4frame.h" /* include multiple times to test correctness/safety */
45 #include "lz4frame.h"
47 #include "lz4frame.h"
48 #include "lz4frame.h"
1065 … DISPLAY("Starting lz4frame tester (%i-bits, %s)\n", (int)(sizeof(size_t)*8), LZ4_VERSION_STRING); in main()
DREADME.md6 - `frametest` : Test tool that checks lz4frame integrity on target platform

12