Home
last modified time | relevance | path

Searched refs:subtree (Results 1 – 25 of 36) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DIntervalMap.cpp22 path.insert(path.begin() + 1, Entry(subtree(0), Offsets.second)); in replaceRoot()
40 NodeRef NR = path[l].subtree(path[l].offset - 1); in getLeftSibling()
44 NR = NR.subtree(NR.size() - 1); in getLeftSibling()
65 NodeRef NR = subtree(l); in moveLeft()
70 NR = NR.subtree(NR.size() - 1); in moveLeft()
90 NodeRef NR = path[l].subtree(path[l].offset + 1); in getRightSibling()
94 NR = NR.subtree(0); in getRightSibling()
110 NodeRef NR = subtree(l); in moveRight()
114 NR = NR.subtree(0); in moveRight()
/freebsd-14.2/usr.sbin/makefs/
H A Dmakefs.c102 const char *subtree; in main() local
306 subtree = argv[1]; in main()
308 root = walk_dir(subtree, ".", NULL, NULL); in main()
312 subtree = "."; in main()
335 apply_specfile(specfile, subtree, root, fsoptions.onlyspec); in main()
340 printf("\nparent: %s\n", subtree); in main()
347 fstype->make_fs(argv[0], subtree, root, &fsoptions); in main()
/freebsd-14.2/contrib/jemalloc/src/
H A Drtree.c63 rtree_delete_subtree(tsdn_t *tsdn, rtree_t *rtree, rtree_node_elm_t *subtree, in rtree_delete_subtree() argument
69 (rtree_node_elm_t *)atomic_load_p(&subtree[i].child, in rtree_delete_subtree()
79 (rtree_leaf_elm_t *)atomic_load_p(&subtree[i].child, in rtree_delete_subtree()
87 if (subtree != rtree->root) { in rtree_delete_subtree()
88 rtree_node_dalloc(tsdn, rtree, subtree); in rtree_delete_subtree()
/freebsd-14.2/contrib/bsnmp/snmp_vacm/
H A Dvacm_snmp.c811 oid->subs[sub] = view->subtree.len; in vacm_append_viewindex()
813 asn_append_oid(oid, &view->subtree); in vacm_append_viewindex()
820 struct asn_oid subtree; in vacm_get_view() local
823 if (vacm_view_index_decode(oid, sub, vname, &subtree) < 0) in vacm_get_view()
828 asn_compare_oid(&subtree, &view->subtree)== 0) in vacm_get_view()
838 struct asn_oid subtree; in vacm_get_next_view() local
844 if (vacm_view_index_decode(oid, sub, vname, &subtree) < 0) in vacm_get_next_view()
849 asn_compare_oid(&subtree, &view->subtree)== 0) in vacm_get_next_view()
1011 asn_oid2str_r(&view->subtree, oidbuf), view->exclude? in vacm_dump()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h523 NodeRef &subtree(unsigned i) const { in subtree() function
744 return subtree(safeFind(0, x)); in safeLookup()
756 subtree(i) = Node; in insert()
787 NodeRef &subtree(unsigned i) const { in subtree() function
824 NodeRef &subtree(unsigned Level) const { in subtree() function
853 subtree(Level - 1).setSize(Size); in setSize()
886 push(subtree(height()), 0); in fillLeft()
1245 rootBranch().subtree(n) = node[n]; in branchRoot()
1284 rootBranch().subtree(n) = Node[n]; in splitRoot()
1301 Refs.push_back(rootBranch().subtree(i)); in visitNodes()
[all …]
/freebsd-14.2/share/snmp/mibs/
H A DFREEBSD-MIB.txt24 FreeBSD Project enterprise MIB subtree."
66 a subtree. Grab the next sequential oid in the list.
/freebsd-14.2/kerberos5/
H A DREADME1 This subtree is world-exportable, as it does not contain any
/freebsd-14.2/share/examples/kld/dyn_sysctl/
H A DREADME2 reference counting. It also contains example of attaching a subtree to the
/freebsd-14.2/contrib/bsnmp/
H A DTODO3 a private subtree for transports:
/freebsd-14.2/crypto/openssh/
H A Dxmss_fast.h16 unsigned long long subtree; member
H A DFREEBSD-upgrade61 $ git subtree merge -P crypto/openssh vendor/openssh
/freebsd-14.2/sys/contrib/openzfs/module/zstd/
H A DREADME.md5 This subtree contains the ZSTD library used in ZFS. It is heavily cut-down by
/freebsd-14.2/contrib/bsnmp/snmpd/
H A DBEGEMOT-MIB.txt56 "The root of the Begemot subtree of the fokus tree."
H A Dmain.c469 suboid = asn_is_suboid(&view->subtree, &pdu->bindings[i].var); in snmp_pdu_auth_access()
3015 return (asn_compare_oid(&v1->subtree, &v2->subtree)); in vacm_compare_view()
3033 asn_append_oid(&view->subtree, oid); in vacm_new_view()
H A Dsnmpmod.h470 struct asn_oid subtree; /* key */ member
/freebsd-14.2/contrib/one-true-awk/
H A DFREEBSD-upgrade41 % git subtree merge -P contrib/one-true-awk vendor/one-true-awk
/freebsd-14.2/usr.sbin/bsnmpd/modules/snmp_bridge/
H A DBRIDGE-MIB.txt173 -- the dot1dBase subtree
175 -- Implementation of the dot1dBase subtree is mandatory for all
327 -- the dot1dStp subtree
329 -- Implementation of the dot1dStp subtree is optional. It is
755 -- the dot1dTp subtree
757 -- Implementation of the dot1dTp subtree is optional. It is
760 -- this subtree.
1007 -- Implementation of this subtree is optional.
/freebsd-14.2/contrib/ntp/sntp/m4/
H A Dntp_cacheversion.m412 # The top-level configure.ac in a subtree using NTP_CACHEVERSION
/freebsd-14.2/.github/
H A DCODEOWNERS31 # revision or makes a commit to the specified subtree.
/freebsd-14.2/crypto/openssl/
H A DFREEBSD-upgrade64 $ git subtree merge -P crypto/openssl vendor/openssl-X.Y
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A D__tree115 // Determines if the subtree rooted at __x is a proper red black subtree. If
116 // __x is a proper subtree, returns the black height (null counts as 1). If
117 // __x is an improper subtree, returns 0.
141 return 0; // invalid left subtree
143 return 0; // invalid or different height right subtree
236 // Effects: Makes __x->__right_ the subtree root with __x as its left child
255 // Effects: Makes __x->__left_ the subtree root with __x as its right child
/freebsd-14.2/crypto/openssl/doc/man3/
H A DX509_STORE_CTX_get_error.pod337 =item B<X509_V_ERR_PERMITTED_VIOLATION: permitted subtree violation>
341 =item B<X509_V_ERR_EXCLUDED_VIOLATION: excluded subtree violation>
/freebsd-14.2/sys/dev/acpica/
H A Dacpi_if.m164 # Rescan a subtree and optionally reattach devices to handles. Users
/freebsd-14.2/usr.sbin/bsnmpd/bsnmpd/
H A Dsnmpd.config242 # The OID of the .iso.org.dod.internet subtree
/freebsd-14.2/
H A DMAINTAINERS32 makes a commit to the specified subtree.

12