| /freebsd/usr.bin/sort/ |
| H A D | radixsort.c | 63 struct sort_list_item **leaves; member 249 sl->leaves = sort_realloc(sl->leaves, in add_leaf() 252 sl->leaves[sl->leaves_num - 1] = item; in add_leaf() 303 if (sl->leaves) in free_sort_level() 304 sort_free(sl->leaves); in free_sort_level() 379 sl->leaves = sl->tosort; in run_sort_level_next() 382 sl->leaves = sort_realloc(sl->leaves, in run_sort_level_next() 391 if (mergesort(sl->leaves, sl->leaves_num, in run_sort_level_next() 397 DEFAULT_SORT_FUNC_RADIXSORT(sl->leaves, sl->leaves_num, in run_sort_level_next() 402 sl->leaves, sl->leaves_num * in run_sort_level_next() [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/gang_blocks/ |
| H A D | gang_blocks_dyn_header_pos.ksh | 50 leaves=$(read_gang_header $TESTPOOL $first_block 1000 | \ 52 first_child=$(echo "$leaves" | head -n 1) 55 num_leaves=$(echo "$leaves" | wc -l) 57 log_fail "used a larger gang header too soon: \"$leaves\"" 66 leaves=$(read_gang_header $TESTPOOL $first_block 1000 | \ 68 first_child=$(echo "$leaves" | head -n 1) 71 num_leaves=$(echo "$leaves" | wc -l) 73 log_fail "didn't use a larger gang header: \"$leaves\""
|
| H A D | gang_blocks_001_pos.ksh | 46 leaves=$(read_gang_header $TESTPOOL $first_block 200 | grep -v hole | wc -l) 47 [[ "$leaves" -gt 1 ]] || log_fail "Only one leaf in gang block, should not be possible"
|
| H A D | gang_blocks_dyn_multi.ksh | 46 leaves=$(read_gang_header $TESTPOOL $first_block 200) 47 gangs=$(echo "$leaves" | grep -c gang)
|
| H A D | gang_blocks_dyn_header_neg.ksh | 46 leaves=$(read_gang_header $TESTPOOL $first_block 200) 47 gangs=$(echo "$leaves" | grep -c gang)
|
| /freebsd/crypto/openssl/providers/common/der/ |
| H A D | oids_to_c.pm | 105 my %leaves = map { $_ => 1 } registered_oid_leaves; 106 foreach (grep { defined $leaves{$_->[0]} } @OID_names) {
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | mmp.c | 691 int leaves = MAX(vdev_count_leaves(spa), 1); in mmp_thread() local 723 skip_wait += leaves; in mmp_thread() 727 next_time = gethrtime() + mmp_interval / leaves; in mmp_thread() 739 skip_wait, leaves, (u_longlong_t)next_time); in mmp_thread() 801 leaves; in mmp_thread()
|
| /freebsd/bin/sh/tests/parameters/ |
| H A D | positional9.0 | 1 # Although POSIX leaves the result of expanding ${#@} and ${#*} unspecified,
|
| /freebsd/bin/sh/tests/expansion/ |
| H A D | cmdsubst24.0 | 1 # POSIX leaves the effect of NUL bytes in command substitution output
|
| H A D | plus-minus3.0 | 28 # POSIX leaves this undefined, and various other shells treat
|
| /freebsd/sys/contrib/device-tree/Bindings/pci/ |
| H A D | pci.txt | 59 If firmware leaves the ARI Forwarding Enable bit set in the bridge 62 recommends that firmware only leaves ARI enabled when it knows that the
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | cerrno | 46 // Instead libc++ leaves the deprecation to the provider of errno.h.
|
| /freebsd/tests/sys/cddl/zfs/tests/inheritance/ |
| H A D | state009.cfg | 30 # default values leaves the values unchanged.
|
| H A D | state010.cfg | 30 # default values leaves the values unchanged.
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | cerrno | 49 // Instead libc++ leaves the deprecation to the provider of errno.h.
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/inheritance/ |
| H A D | state010.cfg | 36 # default values leaves the values unchanged.
|
| H A D | state009.cfg | 36 # default values leaves the values unchanged.
|
| /freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | sc7280-qcard.dtsi | 493 * Technically this i2c bus actually leaves the Qcard, but it leaves directly 510 * direction or leaves the pin fully unpowered. 607 * direction or leaves the pin fully unpowered.
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 49 /// Nodes like `TypedefType` which are syntactically leaves but can desugar 50 /// to types that may not be leaves should not declare this.
|
| /freebsd/sys/contrib/device-tree/Bindings/ |
| H A D | ABI.rst | 10 "That still leaves the question of, what does a stable binding look
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | ztest.c | 3326 uint64_t leaves; in ztest_vdev_add_remove() local 3338 leaves = MAX(zs->zs_mirrors + zs->zs_splits, 1) * raidz_children; in ztest_vdev_add_remove() 3342 ztest_shared->zs_vdev_next_leaf = spa_num_top_vdevs(spa) * leaves; in ztest_vdev_add_remove() 3418 uint64_t leaves; in ztest_vdev_class_add() local 3449 leaves = MAX(zs->zs_mirrors + zs->zs_splits, 1) * raidz_children; in ztest_vdev_class_add() 3452 ztest_shared->zs_vdev_next_leaf = spa_num_top_vdevs(spa) * leaves; in ztest_vdev_class_add() 3713 uint64_t leaves; in ztest_vdev_attach_detach() local 3736 leaves = MAX(zs->zs_mirrors, 1) * raidz_children; in ztest_vdev_attach_detach() 3773 leaf = ztest_random(leaves); in ztest_vdev_attach_detach() 3852 top * leaves + leaf); in ztest_vdev_attach_detach() [all …]
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OSSL_ERR_STATE_save.pod | 36 L<ERR_clear_last_mark(3)>. (Since a call to OSSL_ERR_STATE_save_to_mark() leaves
|
| /freebsd/contrib/bc/ |
| H A D | MAINTENANCE-TERMS.md | 69 The \$3000 above is the start, which leaves \$12,000. Fuzzing is expected to
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
| H A D | Syntax.td | 17 // The concrete node defines the element type, delimiters are always leaves.
|
| /freebsd/stand/ficl/softwords/ |
| H A D | oo.fr | 107 \ the class that's on the stack. If successful, it leaves the class on the stack 210 \ The metaclass SUB method, defined below, leaves the address 492 \ This method leaves the stack and search order ready for instance variable 497 \ Postcondition: leaves the address of the new class in current-class
|