Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/dtc/
H A Dfstree.c31 struct node *tree; in read_fstree() local
84 struct node *tree; in dt_from_fs() local
H A Dlivetree.c379 struct node *tree, uint32_t boot_cpuid_phys) in build_dt_info()
427 struct property *get_property_by_label(struct node *tree, const char *label, in get_property_by_label()
453 struct marker *get_marker_label(struct node *tree, const char *label, in get_marker_label()
492 struct node *get_node_by_path(struct node *tree, const char *path) in get_node_by_path()
519 struct node *get_node_by_label(struct node *tree, const char *label) in get_node_by_label()
539 struct node *get_node_by_phandle(struct node *tree, cell_t phandle) in get_node_by_phandle()
560 struct node *get_node_by_ref(struct node *tree, const char *ref) in get_node_by_ref()
601 uint32_t guess_boot_cpuid(struct node *tree) in guess_boot_cpuid()
H A Ddtc.c44 static void fill_fullpaths(struct node *tree, const char *prefix) in fill_fullpaths()
H A Dtreesource.c236 static void write_tree_source_node(FILE *f, struct node *tree, int level) in write_tree_source_node()
H A Dflattree.c250 static void flatten_tree(struct node *tree, struct emitter *emit, in flatten_tree()
824 struct node *tree; in dt_from_blob() local
/rk3399_rockchip-uboot/lib/zlib/
H A Dtrees.c168 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) argument
172 # define send_code(s, c, tree) \ argument
438 #define pqremove(s, tree, top) \ argument
449 #define smaller(tree, n, m, depth) \ argument
459 local void pqdownheap(s, tree, k) in pqdownheap() argument
498 ct_data *tree = desc->dyn_tree; local
581 local void gen_codes (tree, max_code, bl_count) in gen_codes() argument
627 ct_data *tree = desc->dyn_tree; local
711 local void scan_tree (s, tree, max_code) in scan_tree() argument
756 local void send_tree (s, tree, max_code) in send_tree() argument
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dgconf.c57 GtkTreeStore *tree1, *tree2, *tree; variable