Lines Matching refs:fast
421 test "$(shell $(DATAGEN) -g20KB | $(LZ4) -c --fast | wc -c)" -lt "$(shell $(DATAGEN) -g20KB | $(LZ4) -c --fast=9 | wc -c)" # -1 vs -9
422 test "$(shell $(DATAGEN) -g20KB | $(LZ4) -c -1 | wc -c)" -lt "$(shell $(DATAGEN) -g20KB| $(LZ4) -c --fast=1 | wc -c)" # 1 vs -1
423 test "$(shell $(DATAGEN) -g20KB | $(LZ4) -c --fast=1 | wc -c)" -eq "$(shell $(DATAGEN) -g20KB| $(LZ4) -c --fast| wc -c)" # checks default fast compression is -1
424 ! $(LZ4) -c --fast=0 $(FPREFIX)-dg20K # lz4 should fail when fast=0
425 ! $(LZ4) -c --fast=-1 $(FPREFIX)-dg20K # lz4 should fail when fast=-1
426 # High --fast values can result in out-of-bound dereferences #876
427 $(DATAGEN) -g1M | $(LZ4) -c --fast=999999999 > /dev/null
465 test-lz4-fast-hugefile: FPREFIX = tmp-lfh
466 test-lz4-fast-hugefile: lz4 datagen
477 test-lz4-hugefile: test-lz4-fast-hugefile test-lz4hc-hugefile