Searched defs:tree (Results 26 - 50 of 203) sorted by relevance

123456789

/freebsd-11-stable/sys/dev/jedec_ts/
H A Djedec_ts.c242 struct sysctl_oid_list *tree; local
/freebsd-11-stable/usr.bin/dtc/
H A Dchecking.hh106 bool check_tree(fdt::device_tree *tree) argument
218 check(device_tree *tree, const node_ptr &, property_ptr p) argument
[all...]
H A Dchecking.cc119 checker::visit_node(device_tree *tree, const node_ptr &n) argument
166 property_checker::check_property(device_tree *tree, const node_ptr &n, property_ptr p) argument
241 check_manager::run_checks(device_tree *tree, bool keep_going) argument
H A Ddtc.cc116 class device_tree tree; local
[all...]
/freebsd-11-stable/contrib/unbound/daemon/
H A Dacl_list.h81 rbtree_type tree; member in struct:acl_list
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_disk_private.h63 struct tree *tree; member in struct:archive_read_disk
/freebsd-11-stable/contrib/unbound/validator/
H A Dval_neg.h72 rbtree_type tree; member in struct:val_neg_cache
123 rbtree_type tree; member in struct:val_neg_zone
H A Dval_anchor.h69 rbtree_type* tree; member in struct:val_anchors
/freebsd-11-stable/contrib/unbound/util/
H A Dedns.c130 edns_string_addr_lookup(rbtree_type* tree, struct sockaddr_storage* addr, argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Dtoken.c65 svn_diff__get_node_count(svn_diff__tree_t *tree) argument
75 svn_diff__tree_create(svn_diff__tree_t **tree, apr_pool_t *pool) argument
84 tree_insert_token(svn_diff__node_t **node, svn_diff__tree_t *tree, argument
150 svn_diff__get_tokens(svn_diff__position_t **position_list, svn_diff__tree_t *tree, void *diff_baton, const svn_diff_fns2_t *vtable, svn_diff_datasource_e datasource, apr_off_t prefix_lines, apr_pool_t *pool) argument
[all...]
H A Ddiff3.c256 svn_diff__tree_t *tree; local
/freebsd-11-stable/sys/powerpc/powermac/
H A Dnvbl.c122 struct sysctl_oid *tree; local
/freebsd-11-stable/sys/mips/cavium/
H A Docteon_wdog.c154 struct sysctl_oid *tree = device_get_sysctl_tree(sc->sc_dev); local
/freebsd-11-stable/sys/dev/iicbus/
H A Dadm1030.c155 struct sysctl_oid *tree; local
/freebsd-11-stable/contrib/dtc/
H A Dtreesource.c236 static void write_tree_source_node(FILE *f, struct node *tree, int level) argument
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_errlog.c98 avl_tree_t *tree; local
H A Dzfs_rlock.c106 avl_tree_t *tree = &zp->z_range_avl; local
191 zfs_range_proxify(avl_tree_t *tree, rl_t *rl) argument
223 zfs_range_split(avl_tree_t *tree, rl_t *rl, uint64_t off) argument
254 zfs_range_new_proxy(avl_tree_t *tree, uint64_t off, uint64_t len) argument
271 zfs_range_add_reader(avl_tree_t *tree, rl_t *new, rl_t *prev, avl_index_t where) argument
358 avl_tree_t *tree = &zp->z_range_avl; local
465 avl_tree_t *tree = &zp->z_range_avl; local
[all...]
/freebsd-11-stable/usr.bin/gzip/
H A Dunpack.c86 char **tree; /* Decoding huffman tree (pointers to member in struct:__anon8623
[all...]
/freebsd-11-stable/sys/net80211/
H A Dieee80211_amrr.c439 amrr_sysctlattach(struct ieee80211vap *vap, struct sysctl_ctx_list *ctx, struct sysctl_oid *tree) argument
/freebsd-11-stable/contrib/unbound/util/storage/
H A Ddnstree.c74 void name_tree_init(rbtree_type* tree) argument
79 void addr_tree_init(rbtree_type* tree) argument
84 int name_tree_insert(rbtree_type* tree, struct name_tree_node* node, argument
96 int addr_tree_insert(rbtree_type* tree, struct addr_tree_node* node, argument
134 void addr_tree_init_parents(rbtree_type* tree) argument
140 name_tree_init_parents(rbtree_type* tree) argument
166 name_tree_find(rbtree_type* tree, uint8_t* name, size_t len, int labs, uint16_t dclass) argument
178 name_tree_lookup(rbtree_type* tree, uint8_t* name, size_t len, int labs, uint16_t dclass) argument
210 addr_tree_lookup(rbtree_type* tree, struct sockaddr_storage* addr, socklen_t addrlen) argument
241 addr_tree_find(rbtree_type* tree, struct sockaddr_storage* addr, socklen_t addrlen, int net) argument
255 name_tree_next_root(rbtree_type* tree, uint16_t* dclass) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dprefix_string.c115 auto_realloc_sub_nodes(svn_prefix_tree__t *tree, node_t *node) argument
164 svn_prefix_tree__t *tree = apr_pcalloc(pool, sizeof(*tree)); local
174 svn_prefix_string__create(svn_prefix_tree__t *tree, const char *s) argument
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/
H A Dassoc_container.hpp500 class tree : public PB_DS_BASE_C_DEC class in namespace:pb_ds
509 tree() { } function in class:pb_ds::tree
513 tree(const cmp_fn& c) function in class:pb_ds::tree
520 tree(It first, It last) function in class:pb_ds::tree
528 tree(It first, It last, const cmp_fn& c) function in class:pb_ds::tree
532 tree(const tree function in class:pb_ds::tree
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-threadedge.c212 record_temporary_equivalences_from_stmts_at_dest(edge e, VEC(tree, heap) **stack, tree (*simplify) (tree, tree)) argument
354 simplify_control_stmt_condition(edge e, tree stmt, tree dummy_cond, tree (*simplify) (tree, tree), bool handle_dominating_asserts) argument
494 thread_across_edge(tree dummy_cond, edge e, bool handle_dominating_asserts, VEC(tree, heap) **stack, tree (*simplify) (tree, tree)) argument
[all...]
H A Dtree-vect-patterns.c462 vect_pattern_recog_1( tree ( vect_recog_func) tree, tree *, tree *), block_stmt_iterator si) argument
[all...]
H A Dtree-vn.c252 vn_add_with_vuses(tree expr, tree val, VEC (tree, gc) *vuses) argument
291 vn_lookup_with_vuses(tree expr, VEC (tree, gc) *vuses) argument
330 print_creation_to_file(tree v, tree expr, VEC (tree, gc) *vuses) argument
402 vn_lookup_or_add_with_vuses(tree expr, VEC (tree, gc) *vuses) argument
[all...]

Completed in 164 milliseconds

123456789