Home
last modified time | relevance | path

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

12

/trueos/contrib/llvm/lib/Support/
HDIntervalMap.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()
/trueos/usr.sbin/makefs/
HDmakefs.c92 char *subtree; in main() local
275 subtree = argv[1]; in main()
277 root = walk_dir(subtree, ".", NULL, NULL); in main()
281 subtree = "."; in main()
304 apply_specfile(specfile, subtree, root, fsoptions.onlyspec); in main()
309 printf("\nparent: %s\n", subtree); in main()
316 fstype->make_fs(argv[0], subtree, root, &fsoptions); in main()
/trueos/contrib/bsnmp/snmp_vacm/
HDvacm_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()
/trueos/contrib/llvm/include/llvm/ADT/
HDIntervalMap.h516 NodeRef &subtree(unsigned i) const { in subtree() function
700 const NodeRef &subtree(unsigned i) const { return this->first[i]; } in subtree() function
703 NodeRef &subtree(unsigned i) { return this->first[i]; } in subtree() function
738 return subtree(safeFind(0, x)); in safeLookup()
750 subtree(i) = Node; in insert()
779 : node(&Node.subtree(0)), size(Node.size()), offset(Offset) {} in Entry()
781 NodeRef &subtree(unsigned i) const { in subtree() function
818 NodeRef &subtree(unsigned Level) const { in subtree() function
819 return path[Level].subtree(path[Level].offset); in subtree()
825 path[Level] = Entry(subtree(Level - 1), offset(Level)); in reset()
[all …]
/trueos/share/snmp/mibs/
HDFREEBSD-MIB.txt26 FreeBSD Project enterprise MIB subtree."
50 a subtree. Grab the next sequential oid in the list.
/trueos/kerberos5/
HDREADME1 This subtree is world-exportable, as it does not contain any
/trueos/share/examples/kld/dyn_sysctl/
HDREADME2 reference counting. It also contains example of attaching a subtree to the
/trueos/contrib/bsnmp/
HDTODO3 a private subtree for transports:
/trueos/contrib/bsnmp/snmpd/
HDBEGEMOT-MIB.txt56 "The root of the Begemot subtree of the fokus tree."
HDsnmpmod.h426 struct asn_oid subtree; /* key */ member
HDmain.c470 suboid = asn_is_suboid(&view->subtree, &pdu->bindings[i].var); in snmp_pdu_auth_access()
3150 return (asn_compare_oid(&v1->subtree, &v2->subtree)); in vacm_compare_view()
3168 asn_append_oid(&view->subtree, oid); in vacm_new_view()
/trueos/usr.sbin/bsnmpd/modules/snmp_bridge/
HDBRIDGE-MIB.txt175 -- the dot1dBase subtree
177 -- Implementation of the dot1dBase subtree is mandatory for all
329 -- the dot1dStp subtree
331 -- Implementation of the dot1dStp subtree is optional. It is
757 -- the dot1dTp subtree
759 -- Implementation of the dot1dTp subtree is optional. It is
762 -- this subtree.
1009 -- Implementation of this subtree is optional.
/trueos/crypto/openssl/doc/crypto/
HDX509_STORE_CTX_get_error.pod247 =item B<X509_V_ERR_PERMITTED_VIOLATION: permitted subtree violation>
251 =item B<X509_V_ERR_EXCLUDED_VIOLATION: excluded subtree violation>
/trueos/contrib/libc++/include/
D__tree71 // Determintes if the subtree rooted at __x is a proper red black subtree. If
72 // __x is a proper subtree, returns the black height (null counts as 1). If
73 // __x is an improper subtree, returns 0.
100 return 0; // invalid left subtree
102 return 0; // invalid or different height right subtree
200 // Effects: Makes __x->__right_ the subtree root with __x as its left child
220 // Effects: Makes __x->__left_ the subtree root with __x as its right child
/trueos/sys/dev/acpica/
HDacpi_if.m135 # Rescan a subtree and optionally reattach devices to handles. Users
/trueos/etc/
HDsnmpd.config174 # The OID of the .iso.org.dod.internet subtree
/trueos/contrib/subversion/
HDCHANGES53 * merge: automatic merge confused by subtree merge (issue #4481)
421 * new w/c subtree duplication tool (tools/client-side/detach.py)
1097 * fix merges which first add a subtree and then delete it (issue #4166)
1299 * subtree merges don't unconditionally stop reintegrate merge (issue #3577)
1399 * fixed: reverse merge which adds subtree mergeinfo fails (issue #3978)
1801 * improve merge performance with implicit subtree mergeinfo (issue #3443)
1906 * avoid potential segfault with subtree mergeinfo (r36613, -15, -31, -41)
1931 * improve 'svn merge' performance with subtree mergeinfo (r36444)
2077 * avoid crash with when using subtree mergeinfo (r36613, -13, -31, -41)
2162 * fixed: invalid mergeinfo created on a subtree during merge (r34560, -2)
[all …]
/trueos/contrib/subversion/subversion/libsvn_fs_base/notes/
HDstructure78 If a particular subtree was unaffected by a given commit, the node
81 subtree. This makes it efficient to find localized changes in
/trueos/usr.sbin/bsnmpd/modules/snmp_pf/
HDBEGEMOT-PF-MIB.txt48 pf filter rules via pfLabelspfLabels subtree."
/trueos/contrib/dtc/Documentation/
HDdtc-paper.tex142 node (or whole subtree). It should be possible to do this without
/trueos/contrib/ncurses/
HDconfigure.in1436 dnl provided for it "someday". Disable the ada subtree if we are using
HDNEWS5552 binding. This invalidates nearly the whole ./Ada95/html subtree.
5553 Nearly all current files in this subtree are removed
7637 + strip RCS id's from generated .html files in Ada95 subtree.
/trueos/contrib/binutils/libiberty/
HDChangeLog1498 CV-qualifiers from D_COMP_LOCAL_NAME right subtree.
1585 D_COMP_LOCAL_NAME, pull any qualifiers off its right subtree.
/trueos/contrib/gcclibs/libiberty/
HDChangeLog1300 CV-qualifiers from D_COMP_LOCAL_NAME right subtree.
1387 D_COMP_LOCAL_NAME, pull any qualifiers off its right subtree.
/trueos/contrib/diff/doc/
HDdiff.texi4524 information for @command{patch} to transform the directory subtree into

12