Searched defs:lz4 (Results 1 – 13 of 13) sorted by relevance
/external/lz4/programs/ |
D | lz4.1.md | 29 ### Difference between lz4 and gzip 64 ### Concatenation of .lz4 files 78 ### Short commands concatenation 86 ### Multiple commands 91 ### Operation mode 120 ### Operation modifiers 204 ### Other options 229 ### Benchmark mode
|
D | Makefile | 81 lz4: $(OBJFILES) lz4-exe.o target 84 lz4: $(OBJFILES) target
|
/external/lz4/contrib/meson/programs/ |
D | meson.build | 30 lz4 = executable('lz4', variable
|
/external/lz4/lib/ |
D | liblz4.pc.in | 9 Name: lz4 name
|
/external/lz4/contrib/meson/lib/ |
D | meson.build | 34 liblz4 = library('lz4', build
|
/external/zstd/build/meson/ |
D | meson_options.txt | 35 option('lz4', type: 'feature', value: 'auto', feature
|
/external/lz4/ |
D | Makefile | 56 lz4 : liblz4.a target 58 lz4 lz4-release : target
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | grUtils.py | 5 lz4 = None variable
|
/external/erofs-utils/ |
D | configure.ac | 62 AC_ARG_ENABLE(lz4, optenable
|
/external/lz4/contrib/meson/ |
D | meson.build | 10 project('lz4', ['c'], project
|
/external/lz4/tests/ |
D | Makefile | 63 lz4: target
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/lz4/ |
D | FramedLZ4CompressorInputStreamTest.java | 130 new FileInputStream(getFile("bla.tar.lz4")), in readBlaLz4ViaFactoryWithDecompressConcatenated()
|
/external/llvm-project/lldb/tools/debugserver/source/ |
D | RNBRemote.h | 32 enum class compression_types { zlib_deflate, lz4, lzma, lzfse, none }; enumerator
|