Home
last modified time | relevance | path

Searched refs:PRGDIR (Results 1 – 8 of 8) sorted by relevance

/external/zstd/tests/
DMakefile23 PRGDIR = ../programs macro
31 -I$(ZSTDDIR)/dictBuilder -I$(ZSTDDIR)/deprecated -I$(PRGDIR)
101 $(MAKE) -C $(PRGDIR) $@ MOREFLAGS+="$(DEBUGFLAGS)"
139 fullbench fullbench32 : $(PRGDIR)/datagen.c $(PRGDIR)/util.c $(PRGDIR)/timefn.c $(PRGDIR)/benchfn.c…
143 fullbench-lib : $(PRGDIR)/datagen.c $(PRGDIR)/util.c $(PRGDIR)/timefn.c $(PRGDIR)/benchfn.c $(ZSTDD…
147 fullbench-dll: $(PRGDIR)/datagen.c $(PRGDIR)/util.c $(PRGDIR)/benchfn.c $(PRGDIR)/timefn.c fullbenc…
154 fuzzer fuzzer32 : $(ZDICT_FILES) $(PRGDIR)/util.c $(PRGDIR)/timefn.c $(PRGDIR)/datagen.c fuzzer.c
161 fuzzer-dll : $(ZSTDDIR)/common/xxhash.c $(PRGDIR)/util.c $(PRGDIR)/timefn.c $(PRGDIR)/datagen.c fuz…
167 zbufftest zbufftest32 : $(ZSTD_OBJECTS) $(ZBUFF_FILES) $(PRGDIR)/util.c $(PRGDIR)/timefn.c $(PRGDIR
170 zbufftest-dll : $(ZSTDDIR)/common/xxhash.c $(PRGDIR)/util.c $(PRGDIR)/timefn.c $(PRGDIR)/datagen.c …
[all …]
DplayTests.sh88 PRGDIR="$SCRIPT_DIR/../programs"
91 ZSTDGREP="$PRGDIR/zstdgrep"
135 ZSTD_BIN="$PRGDIR/zstd"
792 TESTFILE="$PRGDIR"/zstdcli.c
793 zstd --train "$TESTDIR"/*.c "$PRGDIR"/*.c -o tmpDict
811 zstd --train "$TESTDIR"/*.c "$PRGDIR"/*.c "$PRGDIR"/*.h -o tmpDictC
814 zstd --train "$TESTDIR"/*.c "$PRGDIR"/*.c --dictID=1 -o tmpDict1
817 zstd --train "$TESTDIR"/*.c "$PRGDIR"/*.c --dictID -o 1 tmpDict1 && die "wrong order : --dictID mus…
819 zstd --train "$TESTDIR"/*.c "$PRGDIR"/*.c -o tmpDict2 --maxdict=4K -v
821 zstd --train "$TESTDIR"/*.c "$PRGDIR"/*.c -o tmpDict3 --maxdict=1K -v
[all …]
/external/lz4/
DMakefile34 PRGDIR = programs macro
59 @$(MAKE) -C $(PRGDIR) $@
60 @cp $(PRGDIR)/lz4$(EXT) .
77 @$(MAKE) -C $(PRGDIR) $@ > $(VOID)
95 @$(MAKE) -C $(PRGDIR) $@
136 @CFLAGS="$(CFLAGS)" $(MAKE) -C $(PRGDIR) all CC=$(CC)
142 @CFLAGS="-O3 -Werror -Wconversion -Wno-sign-conversion" $(MAKE) -C $(PRGDIR) native CC=clang
163 CFLAGS="-O3 -Werror -static" $(MAKE) -C $(PRGDIR) all
177 CC=$(CC) $(MAKE) -C $(PRGDIR) all CFLAGS="$(CFLAGS)"
185 CC=$(CC) $(MAKE) -C $(PRGDIR) all CFLAGS="$(CFLAGS)"
/external/zstd/
DMakefile14 PRGDIR = programs macro
52 $(Q)$(MAKE) -C $(PRGDIR) all
57 $(MAKE) -C $(PRGDIR) zstd32
67 $(Q)$(MAKE) -C $(PRGDIR) $@
68 $(Q)ln -sf $(PRGDIR)/zstd$(EXT) zstd$(EXT)
72 $(Q)$(MAKE) -C $(PRGDIR) $@
73 $(Q)cp $(PRGDIR)/zstd$(EXT) ./zstdmt$(EXT)
84 DEBUGLEVEL=$(DEBUGLEVEL) MOREFLAGS="$(MOREFLAGS)" $(MAKE) -j -C $(PRGDIR) allVariants
136 $(Q)$(MAKE) -C $(PRGDIR) $@ > $(VOID)
186 $(Q)$(MAKE) -C $(PRGDIR) $@
[all …]
/external/zstd/tests/gzip/
DMakefile11 PRGDIR = ../../programs macro
24 $(MAKE) -C $(PRGDIR) zstd
25 ln -sf $(PRGDIR)/zstd gzip
31 @$(MAKE) -C $(PRGDIR) $@ > $(VOID)
/external/zstd/tests/fuzz/
DMakefile27 PRGDIR = ../../programs macro
31 -I$(PRGDIR) -DZSTD_MULTITHREAD -DZSTD_LEGACY_SUPPORT=1 $(CPPFLAGS)
47 FUZZ_SRC := $(PRGDIR)/util.c ./fuzz_helpers.c ./zstd_helpers.c ./fuzz_data_producer.c
68 FUZZ_D_OBJ6 := $(subst $(PRGDIR)/,d_prg_,$(FUZZ_D_OBJ5))
77 FUZZ_RT_OBJ6 := $(subst $(PRGDIR)/,rt_prg_,$(FUZZ_RT_OBJ5))
120 rt_prg_%.o: $(PRGDIR)/%.c
141 d_prg_%.o: $(PRGDIR)/%.c
195 libregression.a: $(FUZZ_HEADERS) $(PRGDIR)/util.h $(PRGDIR)/util.c d_fuzz_regression_driver.o
/external/lz4/tests/
DMakefile32 PRGDIR := ../programs macro
43 CPPFLAGS+= -I$(LZ4DIR) -I$(PRGDIR) -DXXH_NAMESPACE=LZ4_
48 LZ4 := $(PRGDIR)/lz4$(EXT)
64 $(MAKE) -C $(PRGDIR) $@ CFLAGS="$(CFLAGS)"
70 $(LN_SF) $(LZ4) $(PRGDIR)/$@
73 $(MAKE) -C $(PRGDIR) $@ CFLAGS="-m32 $(CFLAGS)"
101 datagen : $(PRGDIR)/datagen.c datagencli.c
102 $(CC) $(FLAGS) -I$(PRGDIR) $^ -o $@$(EXT)
109 @$(MAKE) -C $(PRGDIR) $@ > $(VOID)
280 $(PRGDIR)/lz4cat tmp-tlb-hw.lz4 # must display hello world
[all …]
/external/zstd/doc/educational_decoder/
DMakefile25 -I$(ZSTDDIR)/dictBuilder -I$(ZSTDDIR)/deprecated -I$(PRGDIR)