Home
last modified time | relevance | path

Searched refs:leaves (Results 1 – 25 of 87) sorted by relevance

1234

/freebsd-14-stable/usr.bin/sort/
HDradixsort.c63 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-14-stable/crypto/openssl/providers/common/der/
HDoids_to_c.pm105 my %leaves = map { $_ => 1 } registered_oid_leaves;
106 foreach (grep { defined $leaves{$_->[0]} } @OID_names) {
/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDmmp.c578 int leaves = MAX(vdev_count_leaves(spa), 1); in mmp_thread() local
610 skip_wait += leaves; in mmp_thread()
614 next_time = gethrtime() + mmp_interval / leaves; in mmp_thread()
626 skip_wait, leaves, (u_longlong_t)next_time); in mmp_thread()
687 leaves; in mmp_thread()
/freebsd-14-stable/sys/contrib/device-tree/Bindings/pci/
HDpci.txt59 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-14-stable/contrib/llvm-project/libcxx/include/
HDcerrno46 // Instead libc++ leaves the deprecation to the provider of errno.h.
/freebsd-14-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/inheritance/
HDstate009.cfg35 # default values leaves the values unchanged.
HDstate010.cfg35 # default values leaves the values unchanged.
/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/
HDDirectiveEmitter.cpp697 std::vector<Record *> leaves = D.getLeafConstructs(); in GenerateGetDirectiveAssociation() local
698 if (leaves.empty()) { in GenerateGetDirectiveAssociation()
705 Association Result = Self(leaves[0], Self); in GenerateGetDirectiveAssociation()
706 for (int I = 1, E = leaves.size(); I < E; ++I) { in GenerateGetDirectiveAssociation()
707 Association A = Self(leaves[I], Self); in GenerateGetDirectiveAssociation()
/freebsd-14-stable/tests/sys/cddl/zfs/tests/inheritance/
HDstate009.cfg33 # default values leaves the values unchanged.
HDstate010.cfg33 # default values leaves the values unchanged.
/freebsd-14-stable/sys/contrib/device-tree/src/arm64/qcom/
HDsc7280-qcard.dtsi494 * Technically this i2c bus actually leaves the Qcard, but it leaves directly
511 * direction or leaves the pin fully unpowered.
608 * direction or leaves the pin fully unpowered.
HDsc7280-idp.dtsi668 * direction or leaves the pin fully unpowered.
773 * direction or leaves the pin fully unpowered.
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDTypeNodes.td49 /// Nodes like `TypedefType` which are syntactically leaves but can desugar
50 /// to types that may not be leaves should not declare this.
/freebsd-14-stable/sys/contrib/device-tree/Bindings/
HDABI.rst10 "That still leaves the question of, what does a stable binding look
/freebsd-14-stable/sys/contrib/openzfs/cmd/
HDztest.c3210 uint64_t leaves; in ztest_vdev_add_remove() local
3219 leaves = MAX(zs->zs_mirrors + zs->zs_splits, 1) * in ztest_vdev_add_remove()
3224 ztest_shared->zs_vdev_next_leaf = spa_num_top_vdevs(spa) * leaves; in ztest_vdev_add_remove()
3300 uint64_t leaves; in ztest_vdev_class_add() local
3329 leaves = MAX(zs->zs_mirrors + zs->zs_splits, 1) * in ztest_vdev_class_add()
3333 ztest_shared->zs_vdev_next_leaf = spa_num_top_vdevs(spa) * leaves; in ztest_vdev_class_add()
3594 uint64_t leaves; in ztest_vdev_attach_detach() local
3615 leaves = MAX(zs->zs_mirrors, 1) * ztest_opts.zo_raid_children; in ztest_vdev_attach_detach()
3643 leaf = ztest_random(leaves); in ztest_vdev_attach_detach()
3723 top * leaves + leaf); in ztest_vdev_attach_detach()
[all …]
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
HDSyntax.td17 // The concrete node defines the element type, delimiters are always leaves.
/freebsd-14-stable/stand/ficl/softwords/
HDoo.fr107 \ 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
/freebsd-14-stable/sys/contrib/openzfs/config/
HDlib-ld.m471 # gcc leaves a trailing carriage return which upsets mingw
/freebsd-14-stable/contrib/ntp/libparse/
HDREADME65 it leaves the SYNC state. This is derived from the
/freebsd-14-stable/crypto/openssl/doc/man3/
HDOSSL_SELF_TEST_new.pod53 otherwise it leaves the array unaltered. It can be used for failure testing.
HDBIO_s_mem.pod157 BIO_set_close(mem, BIO_NOCLOSE); /* So BIO_free() leaves BUF_MEM alone */
/freebsd-14-stable/contrib/pam_modules/pam_passwdqc/
HDREADME117 Ask for the old password as well. Normally, pam_passwdqc leaves this
/freebsd-14-stable/contrib/llvm-project/lld/docs/
HDindex.rst122 LLD leaves its name and version number to a ``.comment`` section in an
/freebsd-14-stable/contrib/ntp/html/hints/
HDhpux141 and leaves xntpd in the lurch...
/freebsd-14-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_affinity.cpp2642 static int leaves[] = {0, 0}; in __kmp_affinity_create_x2apicid_map() local
2670 leaves[0] = 11; in __kmp_affinity_create_x2apicid_map()
2674 leaves[0] = 31; in __kmp_affinity_create_x2apicid_map()
2678 leaves[0] = 31; in __kmp_affinity_create_x2apicid_map()
2679 leaves[1] = 11; in __kmp_affinity_create_x2apicid_map()
2687 int leaf = leaves[i]; in __kmp_affinity_create_x2apicid_map()

1234