| /src/external/bsd/zstd/dist/tests/cli-tests/basic/ |
| args.sh | 9 println "+ zstd --train-cover=k=48,d=8,steps32 file.txt" >&2 10 zstd --train-cover=k=48,d=8,steps32 file.txt
|
| /src/external/gpl2/groff/tmac/mom/momdoc/ |
| Makefile | 11 cover.html \
|
| /src/external/gpl2/groff/dist/contrib/mm/ |
| NOTES | 11 COVER [arg] 17 cover sheet. MT files is only for compatibility reasons, and has several 18 limits due to that it don't know when the cover starts, and cannot 19 change sizes. Use COVER for new coversheet macros. 24 When writing a new cover using COVER, have in mind that the cover 37 This is important, since COVER disables the page header.
|
| /src/external/mit/xorg/lib/pixman/test/ |
| Makefile | 37 cover-test \
|
| /src/external/bsd/zstd/lib/ |
| Makefile | 19 cover.c \
|
| /src/crypto/external/apache2/openssl/lib/libcrypto/arch/riscv64/ |
| sha512-riscv64-zvkb-zvknhb.S | 15 # little-endian value to cover the 4xi8 index.
|
| sha256-riscv64-zvkb-zvknha_or_zvknhb.S | 49 # little-endian value to cover the 4xi8 index.
|
| /src/external/mpl/bind/dist/bin/tests/system/catz/ns2/ |
| named.conf.j2 | 110 # the view configuration function for the test to cover the view reverting code.
|
| /src/external/mpl/bind/dist/bin/tests/system/rpz/ns3/ |
| named.conf.j2 | 187 # the view configuration function for the test to cover the view reverting code.
|
| named1.conf.j2 | 187 # the view configuration function for the test to cover the view reverting code.
|
| /src/common/dist/zlib/ |
| configure | 85 cover=0 135 --cover) cover=1; shift ;; 620 if test $cover -eq 1; then
|
| /src/external/bsd/nsd/dist/ |
| nsec3.c | 565 /* lookup in tree cover ptr (or exact) */ 573 /* find cover for *.domain for wildcard denial */ 590 /* lookup in tree cover ptr (or exact) */ 907 domain_type* cover=0; local 915 if(nsec3_find_cover(query->zone, hash, sizeof(hash), &cover)) 925 if(walk->nsec3 && walk->nsec3->nsec3_cover == cover) { 932 if(walk->nsec3 && walk->nsec3->nsec3_ds_parent_cover == cover) { 955 /* cover proves the qname does not exist */ 956 nsec3_add_rrset(query, answer, AUTHORITY_SECTION, cover); 1017 disprove is easy, it has a prehashed cover ptr. * [all...] |
| /src/external/bsd/zstd/dist/tests/ |
| playTests.sh | 1887 println "\n===> cover dictionary builder : advanced options " 1892 zstd --train-cover=k=46,d=8,split=80 "$TESTDIR"/*.c "$PRGDIR"/*.c -o tmpDict 1898 zstd --train-cover=k=56,d=8 && die "Create dictionary without input file (should error)" 1900 zstd --train-cover=k=56,d=8 "$TESTDIR"/*.c "$PRGDIR"/*.c "$PRGDIR"/*.h -o tmpDictC 1903 zstd --train-cover=steps=256,shrink "$TESTDIR"/*.c "$PRGDIR"/*.c --dictID=1 -o tmpShrinkDict 1904 zstd --train-cover=steps=256,shrink=1 "$TESTDIR"/*.c "$PRGDIR"/*.c --dictID=1 -o tmpShrinkDict1 1905 zstd --train-cover=steps=256,shrink=5 "$TESTDIR"/*.c "$PRGDIR"/*.c --dictID=1 -o tmpShrinkDict2 1906 zstd --train-cover=shrink=5,steps=256 "$TESTDIR"/*.c "$PRGDIR"/*.c --dictID=1 -o tmpShrinkDict3 1908 zstd --train-cover=k=46,d=8,split=80 "$TESTDIR"/*.c "$PRGDIR"/*.c --dictID=1 -o tmpDict1 1911 zstd --train-cover=steps=8 "$TESTDIR"/*.c "$PRGDIR"/*.c -o tmpDict2 --maxdict=4 [all...] |
| /src/usr.bin/make/unit-tests/ |
| archive.mk | 40 # The indirect references with the $$ cover the code in Arch_ParseArchive
|
| varmod-defined.mk | 90 # TODO: Add more tests for parsing the plain text part, to cover each branch
|
| directive-for-escape.mk | 36 # Cover the code in ExprLen. 72 # Try to cover the code for nested '{}' in ExprLen, without success. 127 # The second attempt to cover the code for nested '{}' in ExprLen.
|
| /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/ |
| report.py | 27 """ Generates cover report and returns the number of bugs/crashes. """ 45 # assemble the cover from multiple fragments 267 the final report (cover) only once. """
|
| /src/sys/arch/ia64/ia64/ |
| syscall_stubs.S | 134 cover
|
| exception.S | 343 cover
|
| /src/share/mk/ |
| bsd.test.mk | 176 # does not cover all the tests (e.g. it misses testing software in external).
|
| /src/external/bsd/zstd/dist/programs/ |
| zstdcli.c | 98 typedef enum { cover, fastCover, legacy } dictType; enumerator in enum:__anon287 294 DISPLAYOUT(" --train-cover[=k=#,d=#,steps=#,split=#,shrink[=#]]\n"); 295 DISPLAYOUT(" Use the cover algorithm (with optional arguments).\n"); 297 DISPLAYOUT(" Use the fast cover algorithm (with optional arguments).\n\n"); 471 * reads cover parameters from *stringPtr (e.g. "--train-cover=k=48,d=8,steps=32") into *params 472 * @return 1 means that cover parameters were correct 503 DISPLAYLEVEL(4, "cover: k=%u\nd=%u\nsteps=%u\nsplit=%u\nshrink%u\n", params->k, params->d, params->steps, (unsigned)(params->splitPoint * 100), params->shrinkDictMaxRegression); 543 DISPLAYLEVEL(4, "cover: k=%u\nd=%u\nf=%u\nsteps=%u\nsplit=%u\naccel=%u\nshrink=%u\n", params->k, params->d, params->f, params->steps, (unsigned)(params->splitPoint * 100), params->accel, params->shrinkDictMaxRegression); 581 params.splitPoint = 0.75; /* different from default splitPoint of cover */ [all...] |
| /src/usr.sbin/sysinst/ |
| msg.mi.en | 1401 disk will be overwritten and a single $3 partition used to cover the
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ChangeLog-3.x | 486 to cover "sethi" following by an insn which uses 1+i. 3187 * munch: Modified (much simpler) to cover (I hope) all cases.
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ChangeLog-3.x | 486 to cover "sethi" following by an insn which uses 1+i. 3187 * munch: Modified (much simpler) to cover (I hope) all cases.
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| random.d | 168 // Cover all elements in an array in random order 3117 - small length means 0 alloc and bit field (if up to 32(x86) or 64(x64) choices to cover) 3225 r = random-access range to cover 3376 @safe unittest // cover RandomCoverChoices postblit for heap storage 4088 * We cover 2 different cases: a sample where the ratio of sample points 4092 * For each, we also cover the case with and without a specified RNG. 4219 * constructor is called directly. These cover the case of the user
|