Home
last modified time | relevance | path

Searched defs:lz4 (Results 1 – 7 of 7) sorted by relevance

/external/lz4/programs/
Dlz4.1.md29 ### Difference between lz4 and gzip
64 ### Concatenation of .lz4 files
78 ### Short commands concatenation
87 ### Multiple commands
92 ### Operation mode
117 ### Operation modifiers
188 ### Other options
213 ### Benchmark mode
DMakefile78 lz4: $(OBJFILES) target
/external/lz4/lib/
Dliblz4.pc.in9 Name: lz4 name
/external/lz4/
DMakefile64 lz4 : liblz4.a target
66 lz4 lz4-release : target
/external/fonttools/Lib/fontTools/ttLib/tables/
DgrUtils.py5 lz4 = None variable
/external/lz4/tests/
DMakefile71 lz4: target
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/lz4/
DFramedLZ4CompressorInputStreamTest.java130 new FileInputStream(getFile("bla.tar.lz4")), in readBlaLz4ViaFactoryWithDecompressConcatenated()