Home
last modified time | relevance | path

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

123

/external/lz4/
DNEWS5 api : lz4frame: ability to provide custom allocators at state creation
50 perf: improved lz4frame streaming API speed, by @dreambottle
60 api : fix : lz4frame initializers compatibility with c++, reported by @degski
116 API : lz4frame : negative compression levels trigger fast acceleration, request by Lawrence Chan
117 API : lz4frame : can control block checksum and dictionary ID
130 API : lz4frame : LZ4F_frameBound(0) gives upper bound of *flush() and *End() operations (#290, #280)
166 Added : Example using lz4frame library, by Zbigniew Jędrzejewski-Szmek (#118)
194 New : lz4frame & lz4cli frame content size support
195 New : lz4frame supports skippable frames, as requested by Sergey Cherepanov
210 New : lz4frame API is now integrated into liblz4
[all …]
/external/lz4/lib/
DREADME.md31 This format is generated and decoded automatically by the **lz4frame** library.
32 Its public API is described in `lib/lz4frame.h`.
33 In order to work properly, lz4frame needs all other modules present in `/lib`,
47 `lz4file` relies on `lz4frame` in order to produce compressed data
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
Dlz4frame_static.h40 * lz4frame.h, protected by the LZ4F_STATIC_LINKING_ONLY macro. Going forward,
45 #include "lz4frame.h"
DMakefile205 $(INSTALL_DATA) lz4frame.h $(DESTDIR)$(includedir)/lz4frame.h
221 $(RM) $(DESTDIR)$(includedir)/lz4frame.h
DAndroid.bp48 "lz4frame.c",
/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/contrib/meson/meson/lib/
Dmeson.build15 lz4_source_root / 'lib/lz4frame.c',
71 lz4_source_root / 'lib/lz4frame.h'
/external/lz4/build/
DREADME.md33 - `frametest` : Test tool that checks lz4frame integrity on target platform
43 The header files `lib\lz4.h`, `lib\lz4hc.h`, `lib\lz4frame.h` and the import library
/external/lz4/tests/
DcheckFrame.c35 #include "lz4frame.h" /* include multiple times to test correctness/safety */
36 #include "lz4frame.h"
38 #include "lz4frame.h"
39 #include "lz4frame.h"
/external/lz4/build/cmake/
DCMakeLists.txt88 "${LZ4_LIB_SOURCE_DIR}/lz4frame.c"
89 "${LZ4_LIB_SOURCE_DIR}/lz4frame.h"
204 "${LZ4_LIB_SOURCE_DIR}/lz4frame.h"
/external/lz4/ossfuzz/
Dlz4_helpers.h4 #include "lz4frame.h"
Dfuzz_data_producer.h7 #include "lz4frame.h"
Dround_trip_frame_fuzzer.c13 #include "lz4frame.h"
Dcompress_frame_fuzzer.c14 #include "lz4frame.h"
/external/lz4/examples/
DMakefile46 … $(LZ4DIR)/lz4.c $(LZ4DIR)/lz4hc.c $(LZ4DIR)/lz4frame.c $(LZ4DIR)/lz4.h $(LZ4DIR)/lz4hc.h $(LZ4DIR…
/external/lz4/build/VS2010/liblz4/
Dliblz4.vcxproj161 <ClInclude Include="..\..\..\lib\lz4frame.h" />
168 <ClCompile Include="..\..\..\lib\lz4frame.c" />
/external/lz4/contrib/meson/meson/contrib/gen_manual/
Dmeson.build26 manual_pages = ['lz4', 'lz4frame']
/external/lz4/build/VS2017/liblz4/
Dliblz4.vcxproj165 <ClInclude Include="..\..\..\lib\lz4frame.h" />
172 <ClCompile Include="..\..\..\lib\lz4frame.c" />
/external/lz4/build/VS2022/frametest/
Dframetest.vcxproj165 <ClCompile Include="..\..\..\lib\lz4frame.c" />
172 <ClInclude Include="..\..\..\lib\lz4frame.h" />
/external/lz4/build/VS2010/frametest/
Dframetest.vcxproj161 <ClCompile Include="..\..\..\lib\lz4frame.c" />
168 <ClInclude Include="..\..\..\lib\lz4frame.h" />
/external/lz4/build/VS2010/liblz4-dll/
Dliblz4-dll.vcxproj162 <ClInclude Include="..\..\..\lib\lz4frame.h" />
169 <ClCompile Include="..\..\..\lib\lz4frame.c" />
/external/lz4/build/VS2017/liblz4-dll/
Dliblz4-dll.vcxproj166 <ClInclude Include="..\..\..\lib\lz4frame.h" />
173 <ClCompile Include="..\..\..\lib\lz4frame.c" />
/external/lz4/build/VS2022/fullbench/
Dfullbench.vcxproj165 <ClCompile Include="..\..\..\lib\lz4frame.c" />
172 <ClInclude Include="..\..\..\lib\lz4frame.h" />
/external/lz4/build/VS2017/fullbench/
Dfullbench.vcxproj165 <ClCompile Include="..\..\..\lib\lz4frame.c" />
172 <ClInclude Include="..\..\..\lib\lz4frame.h" />

123