Home
last modified time | relevance | path

Searched refs:LZ4 (Results 1 - 3 of 3) sorted by relevance

/third_party/lz4/tests/
H A DMakefile2 # LZ4 programs - Makefile
22 # - LZ4 homepage : http://www.lz4.org
23 # - LZ4 source repository : https://github.com/lz4/lz4
27 # fullbench : Precisely measure speed for each LZ4 function variant
48 LZ4 := $(PRGDIR)/lz4$(EXT) macro
71 $(LN_SF) $(LZ4) $(PRGDIR)/$@
218 $(LZ4) -B4D $(FPREFIX)dg5M -c | $(LZ4) -dv --sparse > $(FPREFIX)cB4
220 $(LZ4) -B5D $(FPREFIX)dg5M -c | $(LZ4)
[all...]
H A Dtest-lz4-list.py12 LZ4 = os.path.abspath(os.path.dirname(os.path.realpath(__file__)) + "/../lz4") variable
13 if not os.path.exists(LZ4):
14 LZ4 = os.path.abspath(os.path.dirname(os.path.realpath(__file__)) + "/../programs/lz4") variable
43 for i, line in enumerate(execute(f"{LZ4} --list -m {filename}", print_output=True)):
121 output = execute(f"{LZ4} --list -m -v {TEMP}/test_list_concat-all.lz4 {filename}", print_output=True)
257 execute(f"{LZ4} {j} {filename} {lz4file}")
267 execute(f"{LZ4} -l {filename} {lz4file}")
/third_party/lz4/examples/
H A DMakefile2 # LZ4 examples - Makefile
22 # - LZ4 source repository : https://github.com/lz4/lz4
23 # - LZ4 forum froup : https://groups.google.com/forum/#!forum/lz4c
26 # example programs, using (mostly) LZ4 streaming library,
37 LZ4 = ../programs/lz4 macro
79 $(LZ4) :
82 test : all $(LZ4)
91 @echo "\n=== Ring Buffer + LZ4 HC ==="
99 $(LZ4) -vt $(TESTFILE).lz4
102 $(LZ4)
[all...]

Completed in 2 milliseconds