Home
last modified time | relevance | path

Searched refs:root (Results 1 – 25 of 1332) sorted by relevance

12345678910>>...54

/openbsd-src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td52 /// * The names of the root nodes (requires at least one)
71 /// The operator at the root of a GICombineRule.Defs dag.
78 /// Declare a root node. There must be at least one of these in every combine
80 /// TODO: The plan is to elide `root` definitions and determine it from the DAG
83 def root : GIDefKind;
95 /// The operator at the root of a GICombineRule.Match dag.
113 /// The operator at the root of a GICombineRule.Apply dag.
129 (defs root:$d),
139 (defs root:$mi),
147 (defs root:$root, extending_load_matchdata:$matchinfo),
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64Combine.td15 (defs root:$root),
16 (match (wip_match_opcode G_FCONSTANT):$root,
17 [{ return matchFConstantToConstant(*${root}, MRI); }]),
18 (apply [{ applyFConstantToConstant(*${root}); }])>;
22 (defs root:$root, icmp_redundant_trunc_matchdata:$matchinfo),
23 (match (wip_match_opcode G_ICMP):$root,
24 [{ return matchICmpRedundantTrunc(*${root}, MRI, Helper.getKnownBits(), ${matchinfo}); }]),
25 (apply [{ applyICmpRedundantTrunc(*${root}, MRI, B, Observer, ${matchinfo}); }])>;
30 (defs root:$root, fold_global_offset_matchdata:$matchinfo),
31 (match (wip_match_opcode G_GLOBAL_VALUE):$root,
[all …]
/openbsd-src/etc/mtree/
H A Dspecial6 . type=dir mode=0755 uname=root gname=wheel
8 dev type=dir mode=0755 uname=root gname=wheel
9 fd type=dir mode=0555 uname=root gname=wheel ignore
11 kmem type=char mode=0640 uname=root gname=kmem
12 mem type=char mode=0640 uname=root gname=kmem
15 etc type=dir mode=0755 uname=root gname=wheel
16 acme-client.conf type=file mode=0644 uname=root gname=wheel optional
17 bgpd.conf type=file mode=0600 uname=root gname=wheel optional
18 chio.conf type=file mode=0644 uname=root gname=operator optional
19 crontab type=file mode=0600 uname=root gname=wheel optional
[all …]
H A D4.4BSD.dist3 /set type=dir uname=root gname=wheel mode=0755
17 authpf uname=root mode=0755
34 private uname=root mode=0700
38 pubkeys uname=root mode=0755
39 fqdn uname=root mode=0755
41 ipv4 uname=root mode=0755
43 ipv6 uname=root mode=0755
45 ufqdn uname=root mode=0755
60 private uname=root mode=0700
64 pubkeys uname=root mode=0755
[all …]
/openbsd-src/sys/dev/pci/drm/
H A Dlinux_radix.c43 radix_max(struct radix_tree_root *root) in radix_max() argument
45 return ((1UL << (root->height * RADIX_TREE_MAP_SHIFT)) - 1UL); in radix_max()
55 radix_tree_lookup(struct radix_tree_root *root, unsigned long index) in radix_tree_lookup() argument
62 node = root->rnode; in radix_tree_lookup()
63 height = root->height - 1; in radix_tree_lookup()
64 if (index > radix_max(root)) in radix_tree_lookup()
76 radix_tree_iter_find(struct radix_tree_root *root, struct radix_tree_iter *iter, in radix_tree_iter_find() argument
84 node = root->rnode; in radix_tree_iter_find()
87 height = root->height - 1; in radix_tree_iter_find()
88 if (height == -1 || index > radix_max(root)) in radix_tree_iter_find()
[all …]
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Di386linux.c154 struct aout_link_hash_entry root; member
159 struct aout_link_hash_table root; member
234 if (! NAME(aout,link_hash_table_init) (&ret->root, abfd,
246 return &ret->root.root;
253 aout_link_hash_lookup (&(table)->root, (string), (create), (copy),\
260 (&(table)->root, \
374 && (h->root.root.type == bfd_link_hash_defined
375 || h->root.root.type == bfd_link_hash_defweak))
440 if (h->root.root.type == bfd_link_hash_warning)
441 h = (struct linux_link_hash_entry *) h->root.root.u.i.link;
[all …]
H A Dsparclinux.c155 struct aout_link_hash_entry root; member
160 struct aout_link_hash_table root; member
235 if (! NAME(aout,link_hash_table_init) (&ret->root, abfd,
247 return &ret->root.root;
254 aout_link_hash_lookup (&(table)->root, (string), (create), (copy),\
261 (&(table)->root, \
375 && (h->root.root.type == bfd_link_hash_defined
376 || h->root.root.type == bfd_link_hash_defweak))
441 if (h->root.root.type == bfd_link_hash_warning)
442 h = (struct linux_link_hash_entry *) h->root.root.u.i.link;
[all …]
H A Dm68klinux.c155 struct aout_link_hash_entry root; member
160 struct aout_link_hash_table root; member
238 if (! NAME(aout,link_hash_table_init) (&ret->root, abfd,
250 return &ret->root.root;
257 aout_link_hash_lookup (&(table)->root, (string), (create), (copy),\
264 (&(table)->root, \
378 && (h->root.root.type == bfd_link_hash_defined
379 || h->root.root.type == bfd_link_hash_defweak))
444 if (h->root.root.type == bfd_link_hash_warning)
445 h = (struct linux_link_hash_entry *) h->root.root.u.i.link;
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dsparclinux.c155 struct aout_link_hash_entry root; member
160 struct aout_link_hash_table root; member
235 if (!NAME(aout,link_hash_table_init) (&ret->root, abfd,
248 return &ret->root.root;
255 aout_link_hash_lookup (&(table)->root, (string), (create), (copy),\
262 (&(table)->root, \
376 && (h->root.root.type == bfd_link_hash_defined
377 || h->root.root.type == bfd_link_hash_defweak))
442 if (h->root.root.type == bfd_link_hash_warning)
443 h = (struct linux_link_hash_entry *) h->root.root.u.i.link;
[all …]
H A Di386linux.c154 struct aout_link_hash_entry root; member
159 struct aout_link_hash_table root; member
234 if (!NAME(aout,link_hash_table_init) (&ret->root, abfd,
247 return &ret->root.root;
254 aout_link_hash_lookup (&(table)->root, (string), (create), (copy),\
261 (&(table)->root, \
375 && (h->root.root.type == bfd_link_hash_defined
376 || h->root.root.type == bfd_link_hash_defweak))
441 if (h->root.root.type == bfd_link_hash_warning)
442 h = (struct linux_link_hash_entry *) h->root.root.u.i.link;
[all …]
H A Dm68klinux.c155 struct aout_link_hash_entry root; member
160 struct aout_link_hash_table root; member
238 if (!NAME(aout,link_hash_table_init) (&ret->root, abfd,
251 return &ret->root.root;
258 aout_link_hash_lookup (&(table)->root, (string), (create), (copy),\
265 (&(table)->root, \
379 && (h->root.root.type == bfd_link_hash_defined
380 || h->root.root.type == bfd_link_hash_defweak))
445 if (h->root.root.type == bfd_link_hash_warning)
446 h = (struct linux_link_hash_entry *) h->root.root.u.i.link;
[all …]
/openbsd-src/usr.bin/cvs/
H A Droot.c65 static struct cvsroot *root = NULL; in cvsroot_parse() local
67 if (root != NULL) in cvsroot_parse()
68 return (root); in cvsroot_parse()
70 root = xcalloc(1, sizeof(*root)); in cvsroot_parse()
71 root->cr_method = CVS_METHOD_NONE; in cvsroot_parse()
72 root->cr_str = xstrdup(str); in cvsroot_parse()
73 root->cr_buf = xstrdup(str); in cvsroot_parse()
75 sp = root->cr_buf; in cvsroot_parse()
76 cp = root->cr_buf; in cvsroot_parse()
86 root->cr_method = i; in cvsroot_parse()
[all …]
/openbsd-src/usr.sbin/snmpd/
H A Dsmi.c212 smi_debug_elements(struct ber_element *root) in smi_debug_elements() argument
219 ober_calc_len(root); in smi_debug_elements()
221 switch (root->be_encoding) { in smi_debug_elements()
224 constructed = root->be_encoding; in smi_debug_elements()
231 fprintf(stderr, "%*slen %lu ", indent, "", root->be_len); in smi_debug_elements()
232 switch (root->be_class) { in smi_debug_elements()
234 fprintf(stderr, "class: universal(%u) type: ", root->be_class); in smi_debug_elements()
235 switch (root->be_type) { in smi_debug_elements()
267 root->be_class); in smi_debug_elements()
268 switch (root->be_type) { in smi_debug_elements()
[all …]
/openbsd-src/usr.sbin/ldapd/
H A Dfilter.c28 static int ldap_filt_eq(struct ber_element *root, struct plan *plan);
29 static int ldap_filt_subs(struct ber_element *root, struct plan *plan);
30 static int ldap_filt_and(struct ber_element *root, struct plan *plan);
31 static int ldap_filt_or(struct ber_element *root, struct plan *plan);
32 static int ldap_filt_not(struct ber_element *root, struct plan *plan);
35 ldap_filt_eq(struct ber_element *root, struct plan *plan) in ldap_filt_eq() argument
43 a = ldap_get_attribute(root, plan->adesc); in ldap_filt_eq()
45 a = ldap_find_attribute(root, plan->at); in ldap_filt_eq()
116 ldap_filt_subs(struct ber_element *root, struct plan *plan) in ldap_filt_subs() argument
124 a = ldap_get_attribute(root, plan->adesc); in ldap_filt_subs()
[all …]
H A Dlogmsg.c89 ldap_debug_elements(struct ber_element *root, int context, const char *fmt, ...) in ldap_debug_elements() argument
111 ober_calc_len(root); in ldap_debug_elements()
113 switch (root->be_encoding) { in ldap_debug_elements()
116 constructed = root->be_encoding; in ldap_debug_elements()
123 fprintf(stderr, "%*slen %lu ", indent, "", root->be_len); in ldap_debug_elements()
124 switch (root->be_class) { in ldap_debug_elements()
126 fprintf(stderr, "class: universal(%u) type: ", root->be_class); in ldap_debug_elements()
127 switch (root->be_type) { in ldap_debug_elements()
162 root->be_class); in ldap_debug_elements()
163 switch (root->be_type) { in ldap_debug_elements()
[all …]
/openbsd-src/gnu/llvm/lldb/examples/scripting/
H A Dtree_utils.py22 def DFS(root, word, cur_path): argument
38 root_word_ptr = root.GetChildMemberWithName("word")
39 left_child_ptr = root.GetChildMemberWithName("left")
40 right_child_ptr = root.GetChildMemberWithName("right")
77 def tree_size(root): argument
86 if (root.GetValue is None):
89 if (int(root.GetValue(), 16) == 0):
92 left_size = tree_size(root.GetChildAtIndex(1))
93 right_size = tree_size(root.GetChildAtIndex(2))
99 def print_tree(root): argument
[all …]
/openbsd-src/gnu/lib/libiberty/src/
H A Dsplay-tree.c140 if (sp->root == 0) in splay_tree_splay()
147 n = sp->root; in splay_tree_splay()
170 rotate_left (&sp->root, n, c); in splay_tree_splay()
172 rotate_right (&sp->root, n, c); in splay_tree_splay()
180 rotate_left (&sp->root, n, n->left); in splay_tree_splay()
185 rotate_right (&sp->root, n, n->right); in splay_tree_splay()
190 rotate_left (&sp->root, n, n->left); in splay_tree_splay()
195 rotate_right (&sp->root, n, n->right); in splay_tree_splay()
270 sp->root = 0; in splay_tree_new_with_allocator()
286 splay_tree_delete_helper (sp, sp->root); in splay_tree_delete()
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/Safe/
H A DSafe.pm20 # Create anon sub ref in root of compartment.
150 my($class, $root, $mask) = @_;
154 if (defined($root)) {
155 croak "Can't use \"$root\" as root name"
156 if $root =~ /^main\b/ or $root !~ /^\w[:\w]*$/;
157 $obj->{Root} = $root;
190 my $pkg = $obj->root();
231 sub root {
229 sub root { global() subroutine
[all...]
/openbsd-src/usr.sbin/mopd/otherOS/linux2/
H A Dmopd-x.x.x.spec57 %attr(755, root, root) /tftpboot/mop
58 %attr(755, root, root) /usr/sbin/mopchk
59 %attr(644, root, root) /usr/man/man1/mopchk.1
60 %attr(755, root, root) /usr/sbin/mopd
61 %attr(644, root, root) /usr/man/man8/mopd.8
62 %attr(755, root, root) /usr/sbin/mopprobe
63 %attr(644, root, root) /usr/man/man1/mopprobe.1
64 %attr(755, root, root) /usr/sbin/moptrace
65 %attr(644, root, root) /usr/man/man1/moptrace.1
66 %config %attr(755, root, root) /etc/rc.d/init.d/mopd
/openbsd-src/usr.bin/snmp/
H A Dsmi.c71 smi_debug_elements(struct ber_element *root, int utf8) in smi_debug_elements() argument
78 ober_calc_len(root); in smi_debug_elements()
80 switch (root->be_encoding) { in smi_debug_elements()
83 constructed = root->be_encoding; in smi_debug_elements()
90 fprintf(stderr, "%*slen %lu ", indent, "", root->be_len); in smi_debug_elements()
91 switch (root->be_class) { in smi_debug_elements()
93 fprintf(stderr, "class: universal(%u) type: ", root->be_class); in smi_debug_elements()
94 switch (root->be_type) { in smi_debug_elements()
126 root->be_class); in smi_debug_elements()
127 switch (root->be_type) { in smi_debug_elements()
[all …]
/openbsd-src/sys/dev/pci/drm/include/linux/
H A Drbtree.h70 #define RB_EMPTY_ROOT(root) ((root)->rb_node == NULL) argument
74 #define rb_insert_color(node, root) \ argument
75 linux_root_RB_INSERT_COLOR((struct linux_root *)(root), (node))
76 #define rb_erase(node, root) \ argument
77 linux_root_RB_REMOVE((struct linux_root *)(root), (node))
80 #define rb_first(root) RB_MIN(linux_root, (struct linux_root *)(root)) argument
81 #define rb_last(root) RB_MAX(linux_root, (struct linux_root *)(root)) argument
83 #define rb_insert_color_cached(node, root, leftmost) \ argument
84 linux_root_RB_INSERT_COLOR((struct linux_root *)(&(root)->rb_root), (node))
85 #define rb_erase_cached(node, root) \ argument
[all …]
/openbsd-src/usr.sbin/ypldap/
H A Daldap.c126 aldap_send(struct aldap *ldap, struct ber_element *root) in aldap_send() argument
133 len = ober_calc_len(root); in aldap_send()
134 error = ober_write_elements(&ldap->ber, root); in aldap_send()
135 ober_free_elements(root); in aldap_send()
164 struct ber_element *root = NULL, *ber; in aldap_req_starttls() local
166 if ((root = ober_add_sequence(NULL)) == NULL) in aldap_req_starttls()
169 ber = ober_printf_elements(root, "d{tst", ++ldap->msgid, BER_CLASS_APP, in aldap_req_starttls()
176 if (aldap_send(ldap, root) == -1) in aldap_req_starttls()
181 if (root != NULL) in aldap_req_starttls()
182 ober_free_elements(root); in aldap_req_starttls()
[all …]
/openbsd-src/regress/sys/sys/tree/rb/
H A Drb-test.c118 struct tree root = RB_INITIALIZER(&root); variable
189 RB_INIT(&root); in RB_PROTOTYPE()
206 ins = RB_ROOT(&root); in RB_PROTOTYPE()
212 ins = RB_MIN(tree, &root); in RB_PROTOTYPE()
221 ins = RB_MAX(tree, &root); in RB_PROTOTYPE()
228 ins = RB_ROOT(&root); in RB_PROTOTYPE()
230 assert(RB_REMOVE(tree, &root, ins) == ins); in RB_PROTOTYPE()
233 assert(ITER == (RB_ROOT(&root))->size); in RB_PROTOTYPE()
239 tmp = RB_ROOT(&root); in RB_PROTOTYPE()
241 assert(RB_REMOVE(tree, &root, tmp) == tmp); in RB_PROTOTYPE()
[all …]
H A Drbt-test.c117 struct tree root = RBT_INITIALIZER(&root); variable
188 RBT_INIT(tree, &root); in main()
205 ins = RBT_ROOT(tree, &root); in main()
211 ins = RBT_MIN(tree, &root); in main()
220 ins = RBT_MAX(tree, &root); in main()
227 ins = RBT_ROOT(tree, &root); in main()
229 assert(RBT_REMOVE(tree, &root, ins) == ins); in main()
232 assert(ITER == (RBT_ROOT(tree, &root))->size); in main()
238 tmp = RBT_ROOT(tree, &root); in main()
240 assert(RBT_REMOVE(tree, &root, tmp) == tmp); in main()
[all …]
/openbsd-src/gnu/usr.bin/cvs/src/
H A Droot.c31 char *root = NULL; local
75 if (get_line (&root, &root_allocated, fpin) < 0)
86 if ((cp = strrchr (root, '\n')) != NULL)
96 (strchr (root, ':') == NULL) &&
98 ! isabsolute (root))
109 if ((strchr (root, ':') == NULL) && !isdir (root))
111 if (!isdir (root))
117 CVSADM_ROOT, root);
123 strip_trailing_slashes (root);
124 ret = xstrdup (root);
[all …]

12345678910>>...54