| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | send_realloc_files.ksh | 66 passes=2 70 passes=2 73 passes=3 76 for i in {1..$passes}; do
|
| H A D | send_realloc_encrypted_files.ksh | 74 passes=2 78 passes=2 81 passes=3 84 for i in {1..$passes}; do
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | memtest.c | 237 int memtest_test(unsigned long *m, size_t bytes, int passes, int interactive) { in memtest_test() argument 241 while (pass != passes) { in memtest_test() 280 int memtest_preserving_test(unsigned long *m, size_t bytes, int passes) { in memtest_preserving_test() argument 306 while(pass != passes) { in memtest_preserving_test() 336 void memtest_alloc_and_test(size_t megabytes, int passes) { in memtest_alloc_and_test() argument 345 memtest_test(m,bytes,passes,1); in memtest_alloc_and_test() 349 void memtest(size_t megabytes, int passes) { in memtest() argument 354 memtest_alloc_and_test(megabytes,passes); in memtest()
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-get-link.m4 | 53 AC_MSG_CHECKING([whether iops->get_link() passes delayed]) 67 AC_MSG_CHECKING([whether iops->get_link() passes cookie]) 80 [whether iops->follow_link() passes cookie]) 92 [whether iops->follow_link() passes nameidata])
|
| H A D | kernel-put-link.m4 | 39 AC_MSG_CHECKING([whether iops->put_link() passes cookie]) 51 [whether iops->put_link() passes nameidata])
|
| H A D | kernel-inode-create.m4 | 20 AC_MSG_CHECKING([whether iops->create() passes flags])
|
| H A D | kernel-inode-lookup.m4 | 20 AC_MSG_CHECKING([whether iops->lookup() passes flags])
|
| H A D | progtest.m4 | 21 # Search path for a program which passes the given test.
|
| H A D | host-cpu-c-abi.m4 | 128 # But distinguish arm which passes floating-point arguments and 131 # passes them in float registers (s0, s1, ...) and double registers
|
| /f-stack/freebsd/contrib/zstd/lib/dictBuilder/ |
| H A D | cover.h | 82 U32 k, U32 passes);
|
| H A D | cover.c | 656 U32 nbDmers, U32 k, U32 passes) in COVER_computeEpochs() argument 660 epochs.num = MAX(1, maxDictSize / k / passes); in COVER_computeEpochs()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
| H A D | argon2.c | 56 instance.passes = context->t_cost; in argon2_ctx() 75 for (pass = 0; pass < instance.passes; pass++) { in argon2_ctx()
|
| H A D | argon2-core.h | 98 uint32_t passes; /* Number of passes */ member
|
| H A D | argon2-fill-block-ssse3.c | 114 input_block.v[4] = instance->passes; in generate_addresses()
|
| H A D | argon2-fill-block-avx512f.c | 120 input_block.v[4] = instance->passes; in generate_addresses()
|
| H A D | argon2-fill-block-avx2.c | 115 input_block.v[4] = instance->passes; in generate_addresses()
|
| H A D | argon2-fill-block-ref.c | 126 input_block.v[4] = instance->passes; in generate_addresses()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/draid/ |
| H A D | draid.c | 702 eval_maps(uint64_t children, int passes, uint64_t *map_seed, in eval_maps() argument 713 for (int i = 0; i < passes; i++) { in eval_maps() 771 int c, fd, error, verbose = 0, passes = 1, continuous = 0; in draid_generate() local 800 passes = (int)strtol(optarg, NULL, 0); in draid_generate() 876 error = eval_maps(children, passes, &map_seed, &map, in draid_generate()
|
| /f-stack/freebsd/contrib/openzfs/tests/test-runner/include/ |
| H A D | logapi.shlib | 146 # Execute a negative test and exit $STF_FAIL if test passes 157 # $STF_FAIL if test passes
|
| /f-stack/dpdk/doc/guides/tools/ |
| H A D | proc_info.rst | 85 It is not expected that the user passes any EAL arguments.
|
| /f-stack/dpdk/doc/guides/compressdevs/ |
| H A D | isal.rst | 61 Compressdev level 0 enables "No Compression", which passes the uncompressed
|
| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | hyperloglog.tcl | 2 test {HyperLogLog self test passes} {
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | vmxnet3.rst | 47 In response the hypervisor takes packets and passes them to the vSwitch, It writes into the complet…
|
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | eeprom.diff | 182 + * The atheros HAL passes in this buffer anyway, and we copy things
|
| /f-stack/freebsd/kern/ |
| H A D | subr_bus.c | 869 static driver_list_t passes = TAILQ_HEAD_INITIALIZER(passes); variable 896 TAILQ_FOREACH(dl, &passes, passlink) { in driver_register_pass() 904 TAILQ_INSERT_TAIL(&passes, new, passlink); in driver_register_pass() 922 TAILQ_FOREACH(dl, &passes, passlink) { in bus_set_pass()
|