• Home
  • Raw
  • Download

Lines Matching refs:PRGDIR

88 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
823 zstd --train "$TESTDIR"/*.c "$PRGDIR"/*.c -o tmpDict3 --maxdict -v 4K && die "wrong order : --maxdi…
832 cp "$PRGDIR"/*.c dirTestDict
833 cp "$PRGDIR"/*.h dirTestDict
849 zstd -o tmpDict --train "$TESTDIR"/*.c "$PRGDIR"/*.c
851 zstd --train "$TESTDIR"/*.c "$PRGDIR"/*.c
860 zstd --train -T0 "$TESTDIR"/*.c "$PRGDIR"/*.c -o tmpDict
866 TESTFILE="$PRGDIR"/zstdcli.c
869 zstd --train-fastcover=k=46,d=8,f=15,split=80 "$TESTDIR"/*.c "$PRGDIR"/*.c -o tmpDict
875 zstd --train-fastcover=k=56,d=8 "$TESTDIR"/*.c "$PRGDIR"/*.c "$PRGDIR"/*.h -o tmpDictC
879 zstd --train-fastcover=k=46,d=8,f=15,split=80 "$TESTDIR"/*.c "$PRGDIR"/*.c --dictID=1 -o tmpDict1
882 zstd --train-fastcover=steps=1,shrink "$TESTDIR"/*.c "$PRGDIR"/*.c -o tmpShrinkDict
883 zstd --train-fastcover=steps=1,shrink=1 "$TESTDIR"/*.c "$PRGDIR"/*.c -o tmpShrinkDict1
884 zstd --train-fastcover=steps=1,shrink=5 "$TESTDIR"/*.c "$PRGDIR"/*.c -o tmpShrinkDict2
886 zstd --train-fastcover=steps=1 "$TESTDIR"/*.c "$PRGDIR"/*.c -o tmpDict2 --maxdict=4K
888 zstd --train-fastcover=k=56,d=8,split=100 -r "$TESTDIR"/*.c "$PRGDIR"/*.c
890 zstd --train-fastcover=k=56,d=8,f=16 -r "$TESTDIR"/*.c "$PRGDIR"/*.c
891 zstd --train-fastcover=k=56,d=8,accel=15 -r "$TESTDIR"/*.c "$PRGDIR"/*.c && die "Created dictionary…
893 zstd --train-fastcover=k=56,d=8,accel=2 -r "$TESTDIR"/*.c "$PRGDIR"/*.c
895 zstd --train-fastcover=k=56,d=8,accel=10 -r "$TESTDIR"/*.c "$PRGDIR"/*.c
897 zstd --train-fastcover -T4 -r "$TESTDIR"/*.c "$PRGDIR"/*.c
900 zstd -o tmpDict --train-fastcover=k=56,d=8 "$TESTDIR"/*.c "$PRGDIR"/*.c
902 zstd --train-fastcover=k=56,d=8 "$TESTDIR"/*.c "$PRGDIR"/*.c
909 TESTFILE="$PRGDIR"/zstdcli.c
912 zstd --train-legacy=selectivity=8 "$TESTDIR"/*.c "$PRGDIR"/*.c -o tmpDict
919 zstd --train-legacy=s=5 "$TESTDIR"/*.c "$PRGDIR"/*.c "$PRGDIR"/*.h -o tmpDictC
922 zstd --train-legacy -s5 "$TESTDIR"/*.c "$PRGDIR"/*.c --dictID=1 -o tmpDict1
925 zstd --train-legacy -s9 "$TESTDIR"/*.c "$PRGDIR"/*.c -o tmpDict2 --maxdict=4K
928 zstd -o tmpDict --train-legacy "$TESTDIR"/*.c "$PRGDIR"/*.c
930 zstd --train-legacy "$TESTDIR"/*.c "$PRGDIR"/*.c
1482 TESTFILE="$PRGDIR"/zstdcli.c
1485 zstd --train-cover=k=46,d=8,split=80 "$TESTDIR"/*.c "$PRGDIR"/*.c -o tmpDict
1492 zstd --train-cover=k=56,d=8 "$TESTDIR"/*.c "$PRGDIR"/*.c "$PRGDIR"/*.h -o tmpDictC
1495 zstd --train-cover=steps=256,shrink "$TESTDIR"/*.c "$PRGDIR"/*.c --dictID=1 -o tmpShrinkDict
1496 zstd --train-cover=steps=256,shrink=1 "$TESTDIR"/*.c "$PRGDIR"/*.c --dictID=1 -o tmpShrinkDict1
1497 zstd --train-cover=steps=256,shrink=5 "$TESTDIR"/*.c "$PRGDIR"/*.c --dictID=1 -o tmpShrinkDict2
1499 zstd --train-cover=k=46,d=8,split=80 "$TESTDIR"/*.c "$PRGDIR"/*.c --dictID=1 -o tmpDict1
1502 zstd --train-cover=steps=8 "$TESTDIR"/*.c "$PRGDIR"/*.c -o tmpDict2 --maxdict=4K
1504 zstd --train-cover=split=90 -r "$TESTDIR"/*.c "$PRGDIR"/*.c
1505 zstd --train-cover=split=80 -r "$TESTDIR"/*.c "$PRGDIR"/*.c
1507 zstd --train-cover=split=100 -r "$TESTDIR"/*.c "$PRGDIR"/*.c
1510 zstd -o tmpDict --train-cover "$TESTDIR"/*.c "$PRGDIR"/*.c
1512 zstd --train-cover "$TESTDIR"/*.c "$PRGDIR"/*.c