Home
last modified time | relevance | path

Searched defs:tree (Results 1 – 25 of 395) sorted by relevance

12345678910>>...16

/netbsd-src/external/mit/isl/dist/
H A Disl_schedule_tree.c35 int isl_schedule_tree_is_leaf(__isl_keep isl_schedule_tree *tree) in isl_schedule_tree_is_leaf()
50 isl_schedule_tree *tree; in isl_schedule_tree_alloc() local
71 __isl_keep isl_schedule_tree *tree) in isl_schedule_tree_dup()
151 __isl_take isl_schedule_tree *tree) in isl_schedule_tree_cow()
165 __isl_keep isl_schedule_tree *tree) in isl_schedule_tree_copy()
177 __isl_take isl_schedule_tree *tree) in isl_schedule_tree_free()
237 isl_schedule_tree *tree; in isl_schedule_tree_from_band() local
264 isl_schedule_tree *tree; in isl_schedule_tree_from_context() local
289 isl_schedule_tree *tree; in isl_schedule_tree_from_domain() local
315 isl_schedule_tree *tree; in isl_schedule_tree_from_expansion() local
[all …]
H A Disl_schedule_node.c27 __isl_take isl_schedule *schedule, __isl_take isl_schedule_tree *tree, in isl_schedule_node_alloc()
86 isl_schedule_tree *tree; in isl_schedule_node_from_extension() local
293 isl_schedule_tree *tree; in isl_schedule_node_get_schedule_depth() local
346 __isl_take isl_schedule_tree *tree, in collect_filter_prefix_expansion()
411 __isl_take isl_schedule_tree *tree, in collect_universe_domain_extension()
459 static isl_stat collect_filter_prefix_init(__isl_keep isl_schedule_tree *tree, in collect_filter_prefix_init()
537 static isl_stat collect_filter_prefix_update(__isl_keep isl_schedule_tree *tree, in collect_filter_prefix_update()
641 isl_schedule_tree *tree; in collect_filter_prefix() local
938 isl_schedule_tree *tree, *leaf; in isl_schedule_node_get_subtree_schedule_union_map() local
1031 isl_schedule_tree *tree; in isl_schedule_node_has_next_sibling() local
[all …]
/netbsd-src/external/bsd/kyua-cli/dist/utils/config/
H A Dtree_test.cpp134 config::tree tree; in ATF_TEST_CASE_BODY() local
153 config::tree tree; in ATF_TEST_CASE_BODY() local
216 config::tree tree; in ATF_TEST_CASE_BODY() local
226 config::tree tree; in ATF_TEST_CASE_BODY() local
268 config::tree tree; in ATF_TEST_CASE_BODY() local
286 config::tree tree; in ATF_TEST_CASE_BODY() local
314 config::tree tree; in ATF_TEST_CASE_BODY() local
323 config::tree tree; in ATF_TEST_CASE_BODY() local
333 config::tree tree; in ATF_TEST_CASE_BODY() local
364 config::tree tree; in ATF_TEST_CASE_BODY() local
[all …]
H A Dlua_module_test.cpp127 config::tree tree; in ATF_TEST_CASE_BODY() local
150 config::tree tree; in ATF_TEST_CASE_BODY() local
168 config::tree tree; in ATF_TEST_CASE_BODY() local
184 config::tree tree; in ATF_TEST_CASE_BODY() local
201 config::tree tree; in ATF_TEST_CASE_BODY() local
224 config::tree tree; in ATF_TEST_CASE_BODY() local
242 config::tree tree; in ATF_TEST_CASE_BODY() local
258 config::tree tree; in ATF_TEST_CASE_BODY() local
275 config::tree tree; in ATF_TEST_CASE_BODY() local
298 config::tree tree; in ATF_TEST_CASE_BODY() local
[all …]
H A Dparser_test.cpp56 setup(config::tree& tree, const int syntax_version) in setup()
72 mock_parser(config::tree& tree) : in mock_parser()
90 config::tree tree; in ATF_TEST_CASE_BODY() local
105 config::tree tree; in ATF_TEST_CASE_BODY() local
122 config::tree tree; in ATF_TEST_CASE_BODY() local
159 config::tree tree; in ATF_TEST_CASE_BODY() local
171 config::tree tree; in ATF_TEST_CASE_BODY() local
189 config::tree tree; in ATF_TEST_CASE_BODY() local
203 config::tree tree; in ATF_TEST_CASE_BODY() local
H A Dlua_module.cpp62 config::tree& tree = **state.to_userdata< config::tree* >(); in get_global_tree() local
161 config::tree& tree = get_global_tree(state); in redirect_newindex() local
218 const config::tree& tree = get_global_tree(state); in redirect_index() local
276 config::tree** tree = state.new_userdata< config::tree* >(); in redirect() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-attribs.cc442 handle_noreturn_attribute (tree *node, tree, tree, int, bool *) in handle_noreturn_attribute() argument
464 handle_leaf_attribute (tree *node, tree name, tree, int, bool *no_add_attrs) in handle_leaf_attribute() argument
484 handle_const_attribute (tree *node, tree, tree, int, bool *) in handle_const_attribute() argument
506 handle_malloc_attribute (tree *node, tree, tree, int, bool *) in handle_malloc_attribute() argument
518 handle_pure_attribute (tree *node, tree, tree, int, bool *) in handle_pure_attribute() argument
529 handle_novops_attribute (tree *node, tree, tree, int, bool *) in handle_novops_attribute() argument
553 handle_nonnull_attribute (tree *node, tree, tree args, int, bool *) in handle_nonnull_attribute() argument
603 handle_nothrow_attribute (tree *node, tree, tree, int, bool *) in handle_nothrow_attribute() argument
614 handle_type_generic_attribute (tree *node, tree, tree, int, bool *) in handle_type_generic_attribute() argument
629 handle_transaction_pure_attribute (tree *node, tree, tree, int, bool *) in handle_transaction_pure_attribute() argument
[all …]
/netbsd-src/external/bsd/unbound/dist/util/storage/
H A Ddnstree.c82 void name_tree_init(rbtree_type* tree) in name_tree_init()
87 void addr_tree_init(rbtree_type* tree) in addr_tree_init()
92 void addr_tree_addrport_init(rbtree_type* tree) in addr_tree_addrport_init()
97 int name_tree_insert(rbtree_type* tree, struct name_tree_node* node, in name_tree_insert()
109 int addr_tree_insert(rbtree_type* tree, struct addr_tree_node* node, in addr_tree_insert()
147 void addr_tree_init_parents(rbtree_type* tree) in addr_tree_init_parents()
153 void name_tree_init_parents(rbtree_type* tree) in name_tree_init_parents()
179 struct name_tree_node* name_tree_find(rbtree_type* tree, uint8_t* name, in name_tree_find()
191 struct name_tree_node* name_tree_lookup(rbtree_type* tree, uint8_t* name, in name_tree_lookup()
223 struct addr_tree_node* addr_tree_lookup(rbtree_type* tree, in addr_tree_lookup()
[all …]
/netbsd-src/external/cddl/osnet/dist/common/avl/
H A Davl.c136 avl_walk(avl_tree_t *tree, void *oldnode, int left) in avl_walk()
183 avl_first(avl_tree_t *tree) in avl_first()
202 avl_last(avl_tree_t *tree) in avl_last()
226 avl_nearest(avl_tree_t *tree, avl_index_t where, int direction) in avl_nearest()
255 avl_find(avl_tree_t *tree, const void *value, avl_index_t *where) in avl_find()
303 avl_rotation(avl_tree_t *tree, avl_node_t *node, int balance) in avl_rotation()
482 avl_insert(avl_tree_t *tree, void *new_data, avl_index_t where) in avl_insert()
573 avl_tree_t *tree, in avl_insert_here()
632 avl_add(avl_tree_t *tree, void *new_node) in avl_add()
678 avl_remove(avl_tree_t *tree, void *data) in avl_remove()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dpcy_tree.c54 char *str, X509_POLICY_TREE *tree, in tree_print()
85 #define TREE_PRINT(str, tree, curr) \ argument
100 X509_POLICY_TREE *tree; in tree_init() local
259 X509_POLICY_TREE *tree) in tree_link_matching_nodes()
289 X509_POLICY_TREE *tree) in tree_link_nodes()
312 X509_POLICY_NODE *node, X509_POLICY_TREE *tree) in tree_add_unmatched()
340 X509_POLICY_NODE *node, X509_POLICY_TREE *tree) in tree_link_unmatched()
376 X509_POLICY_TREE *tree) in tree_link_any()
406 static int tree_prune(X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr) in tree_prune()
481 static int tree_calculate_authority_set(X509_POLICY_TREE *tree, in tree_calculate_authority_set()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dhooks.cc274 hook_void_tree (tree) in hook_void_tree() argument
279 hook_void_FILEptr_tree (FILE *, tree) in hook_void_FILEptr_tree() argument
284 hook_void_rtx_tree (rtx, tree) in hook_void_rtx_tree() argument
294 hook_void_tree_treeptr (tree, tree *) in hook_void_tree_treeptr() argument
304 hook_bool_tree_false (tree) in hook_bool_tree_false() argument
322 hook_bool_tree_true (tree) in hook_bool_tree_true() argument
334 hook_bool_tree_tree_false (tree, tree) in hook_bool_tree_tree_false() argument
340 hook_bool_tree_tree_true (tree, tree) in hook_bool_tree_tree_true() argument
346 hook_bool_tree_bool_false (tree, bool) in hook_bool_tree_bool_false() argument
399 hook_rtx_tree_int_null (tree, int) in hook_rtx_tree_int_null() argument
[all …]
H A Dgimple-match-head.cc129 maybe_resimplify_conditional_op (gimple_seq *seq, gimple_match_op *res_op, in maybe_resimplify_conditional_op()
204 tree (*valueize)(tree)) in gimple_resimplify1() argument
269 tree (*valueize)(tree)) in gimple_resimplify2() argument
347 tree (*valueize)(tree)) in gimple_resimplify3() argument
423 tree (*valueize)(tree)) in gimple_resimplify4() argument
474 tree (*valueize)(tree)) in gimple_resimplify5() argument
509 gimple_match_op::resimplify (gimple_seq *seq, tree (*valueize)(tree)) in resimplify() argument
700 gimple_seq *seq, tree (*valueize)(tree)) in gimple_simplify() argument
721 gimple_seq *seq, tree (*valueize)(tree)) in gimple_simplify() argument
753 gimple_seq *seq, tree (*valueize)(tree)) in gimple_simplify() argument
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhooks.c274 hook_void_tree (tree) in hook_void_tree() argument
279 hook_void_FILEptr_tree (FILE *, tree) in hook_void_FILEptr_tree() argument
284 hook_void_rtx_tree (rtx, tree) in hook_void_rtx_tree() argument
294 hook_void_tree_treeptr (tree, tree *) in hook_void_tree_treeptr() argument
304 hook_bool_tree_false (tree) in hook_bool_tree_false() argument
322 hook_bool_tree_true (tree) in hook_bool_tree_true() argument
334 hook_bool_tree_tree_false (tree, tree) in hook_bool_tree_tree_false() argument
340 hook_bool_tree_tree_true (tree, tree) in hook_bool_tree_tree_true() argument
346 hook_bool_tree_bool_false (tree, bool) in hook_bool_tree_bool_false() argument
399 hook_rtx_tree_int_null (tree, int) in hook_rtx_tree_int_null() argument
[all …]
H A Dgimple-match-head.c125 maybe_resimplify_conditional_op (gimple_seq *seq, gimple_match_op *res_op, in maybe_resimplify_conditional_op()
200 tree (*valueize)(tree)) in gimple_resimplify1() argument
265 tree (*valueize)(tree)) in gimple_resimplify2() argument
342 tree (*valueize)(tree)) in gimple_resimplify3() argument
418 tree (*valueize)(tree)) in gimple_resimplify4() argument
459 tree (*valueize)(tree)) in gimple_resimplify5() argument
484 gimple_match_op::resimplify (gimple_seq *seq, tree (*valueize)(tree)) in resimplify() argument
674 gimple_seq *seq, tree (*valueize)(tree)) in gimple_simplify() argument
695 gimple_seq *seq, tree (*valueize)(tree)) in gimple_simplify() argument
727 gimple_seq *seq, tree (*valueize)(tree)) in gimple_simplify() argument
[all …]
/netbsd-src/external/bsd/kyua-cli/dist/engine/
H A Dconfig.cpp59 init_tree(config::tree& tree) in init_tree()
73 set_defaults(config::tree& tree) in set_defaults()
95 setup(config::tree& tree, const int syntax_version) in setup()
200 config::tree tree; in default_config() local
211 config::tree tree; in empty_config() local
228 config::tree tree; in load_config() local
/netbsd-src/external/bsd/unbound/dist/edns-subnet/
H A Daddrtree.c90 node_create(struct addrtree *tree, void *elem, addrlen_t scope, in node_create()
115 node_size(const struct addrtree *tree, const struct addrnode *n) in node_size()
125 struct addrtree *tree; in addrtree_create() local
154 clean_node(struct addrtree *tree, struct addrnode *node) in clean_node()
165 lru_pop(struct addrtree *tree, struct addrnode *node) in lru_pop()
186 lru_push(struct addrtree *tree, struct addrnode *node) in lru_push()
201 lru_update(struct addrtree *tree, struct addrnode *node) in lru_update()
215 purge_node(struct addrtree *tree, struct addrnode *node) in purge_node()
244 lru_cleanup(struct addrtree *tree) in lru_cleanup()
272 addrtree_size(const struct addrtree *tree) in addrtree_size()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dwinnt-stubs.c28 i386_pe_type_dllimport_p (tree) in i386_pe_type_dllimport_p() argument
35 i386_pe_type_dllexport_p (tree) in i386_pe_type_dllexport_p() argument
42 i386_pe_adjust_class_at_definition (tree) in i386_pe_adjust_class_at_definition() argument
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dwinnt-stubs.cc28 i386_pe_type_dllimport_p (tree) in i386_pe_type_dllimport_p() argument
35 i386_pe_type_dllexport_p (tree) in i386_pe_type_dllexport_p() argument
42 i386_pe_adjust_class_at_definition (tree) in i386_pe_adjust_class_at_definition() argument
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldexp.c370 fold_unary (etree_type *tree) in fold_unary()
537 fold_binary (etree_type *tree) in fold_binary()
683 fold_trinary (etree_type *tree) in fold_trinary()
714 fold_name (etree_type *tree) in fold_name()
954 is_dot (const etree_type *tree) in is_dot()
965 is_value (const etree_type *tree, bfd_vma val) in is_value()
975 is_sym_value (const etree_type *tree, bfd_vma val) in is_sym_value()
997 is_dot_ne_0 (const etree_type *tree) in is_dot_ne_0()
1009 is_dot_plus_0 (const etree_type *tree) in is_dot_plus_0()
1021 is_align_conditional (const etree_type *tree) in is_align_conditional()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldexp.c369 fold_unary (etree_type *tree) in fold_unary()
536 fold_binary (etree_type *tree) in fold_binary()
682 fold_trinary (etree_type *tree) in fold_trinary()
695 fold_name (etree_type *tree) in fold_name()
935 is_dot (const etree_type *tree) in is_dot()
946 is_value (const etree_type *tree, bfd_vma val) in is_value()
956 is_sym_value (const etree_type *tree, bfd_vma val) in is_sym_value()
978 is_dot_ne_0 (const etree_type *tree) in is_dot_ne_0()
990 is_dot_plus_0 (const etree_type *tree) in is_dot_plus_0()
1002 is_align_conditional (const etree_type *tree) in is_align_conditional()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dpcy_tree.c48 static void tree_print(char *str, X509_POLICY_TREE *tree, in tree_print()
92 X509_POLICY_TREE *tree; in tree_init() local
298 X509_POLICY_NODE *node, X509_POLICY_TREE *tree) in tree_add_unmatched()
326 X509_POLICY_NODE *node, X509_POLICY_TREE *tree) in tree_link_unmatched()
362 X509_POLICY_TREE *tree) in tree_link_any()
391 static int tree_prune(X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr) in tree_prune()
466 static int tree_calculate_authority_set(X509_POLICY_TREE *tree, in tree_calculate_authority_set()
515 static int tree_calculate_user_set(X509_POLICY_TREE *tree, in tree_calculate_user_set()
577 static int tree_evaluate(X509_POLICY_TREE *tree) in tree_evaluate()
607 void X509_policy_tree_free(X509_POLICY_TREE *tree) in X509_policy_tree_free()
[all …]
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_rlock.c106 avl_tree_t *tree = &zp->z_range_avl; in zfs_range_lock_writer() local
191 zfs_range_proxify(avl_tree_t *tree, rl_t *rl) in zfs_range_proxify()
223 zfs_range_split(avl_tree_t *tree, rl_t *rl, uint64_t off) in zfs_range_split()
254 zfs_range_new_proxy(avl_tree_t *tree, uint64_t off, uint64_t len) in zfs_range_new_proxy()
271 zfs_range_add_reader(avl_tree_t *tree, rl_t *new, rl_t *prev, avl_index_t where) in zfs_range_add_reader()
358 avl_tree_t *tree = &zp->z_range_avl; in zfs_range_lock_reader() local
465 avl_tree_t *tree = &zp->z_range_avl; in zfs_range_unlock_reader() local
/netbsd-src/external/gpl2/dtc/dist/tests/
H A Dtrees.S10 #define TREE_HDR(tree) \ argument
31 #define EMPTY_RSVMAP(tree) \ argument
37 #define PROPHDR(tree, name, len) \ argument
42 #define PROP_EMPTY(tree, name) \ argument
45 #define PROP_INT(tree, name, val) \ argument
49 #define PROP_INT64(tree, name, valh, vall) \ argument
54 #define PROP_STR(tree, name, str) \ argument
69 #define STRING(tree, name, str) \ argument
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dmemstats.c102 get_codeline(rbtree_type* tree, char* key, char* func) in get_codeline()
128 read_malloc_stat(char* line, rbtree_type* tree) in read_malloc_stat()
153 read_calloc_stat(char* line, rbtree_type* tree) in read_calloc_stat()
190 readfile(rbtree_type* tree, const char* fname) in readfile()
226 printstats(rbtree_type* tree) in printstats()
245 rbtree_type* tree = 0; in main() local
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dkwset.c52 struct tree struct
54 struct tree *llink; /* Left link; MUST be first field. */ argument
55 struct tree *rlink; /* Right link (to larger labels). */ argument
58 char balance; /* Difference in depths of subtrees. */ argument
65 struct tree *links; /* Tree of edges leaving this node. */ argument
284 enqueue (struct tree *tree, struct trie **last) in enqueue()
297 treefails (register struct tree const *tree, struct trie const *fail, in treefails()
332 treedelta (register struct tree const *tree, in treedelta()
365 treenext (struct tree const *tree, struct trie *next[]) in treenext()
592 register struct tree const *tree; in cwexec() local

12345678910>>...16