HomeSort by: relevance | last modified time | path
    Searched refs:TREE (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl2/dtc/dist/tests/
dumptrees.c 23 #define TREE(name) { &name, #name ".dtb" }
24 TREE(test_tree1),
25 TREE(bad_node_char), TREE(bad_node_format), TREE(bad_prop_char),
26 TREE(ovf_size_strings),
27 TREE(truncated_property), TREE(truncated_string),
28 TREE(truncated_memrsv),
46 printf("Tree \"%s\", %d bytes\n", filename, size)
    [all...]
run_tests.sh 234 tree="overlay_bad_fixup_$test"
235 run_dtc_test -I dts -O dtb -o $tree.test.dtb $tree.dts
236 run_test overlay_bad_fixup overlay_base_no_symbols.test.dtb $tree.test.dtb
299 TREE=$1
302 run_test get_mem_rsv $TREE
303 run_test root_node $TREE
304 run_test find_property $TREE
305 run_test subnode_offset $TREE
306 run_test path_offset $TREE
    [all...]
  /src/usr.sbin/npf/npfctl/
npf_scan.l 114 tree return TREE;
npf_parse.y 175 %token TREE
379 | TREE
381 warnx("warning - table type \"tree\" is deprecated and may be "
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 160 trees_in : bytes_in - tree reader
161 trees_out : bytes_out - tree writer
210 #include "cp-tree.h"
216 #include "tree-iterator.h"
223 #include "tree-diagnostic.h"
271 static inline cpp_hashnode *cpp_node (tree id)
276 static inline tree identifier (const cpp_hashnode *node)
1505 unsigned name (tree ident);
1509 unsigned qualified_name (tree decl, bool is_defn);
1513 void strtab_write (tree decl, int)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 166 trees_in : bytes_in - tree reader
167 trees_out : bytes_out - tree writer
216 #include "cp-tree.h"
223 #include "tree-iterator.h"
230 #include "tree-diagnostic.h"
279 static inline cpp_hashnode *cpp_node (tree id)
284 static inline tree identifier (const cpp_hashnode *node)
1541 unsigned name (tree ident);
1545 unsigned qualified_name (tree decl, bool is_defn);
1549 void strtab_write (tree decl, int)
    [all...]
  /src/external/gpl3/gcc/dist/libobjc/
encoding.c 64 #define TREE_TYPE(TREE) (TREE)
  /src/external/gpl3/gcc.old/dist/libobjc/
encoding.c 64 #define TREE_TYPE(TREE) (TREE)
  /src/external/gpl2/lvm2/dist/tools/
dmsetup.c 10 * It includes tree drawing code based on pstree: http://psmisc.sourceforge.net/
156 DR_TREE = 8, /* Complete dependency tree required */
1598 * Tree drawing code
1684 * Tree drawing functions.
1771 * Display tree
1818 /* Sub-tree for targets has 2 more depth */
1874 * Walk the dependency tree
1913 * Create and walk dependency tree
2372 FIELD_F(TREE, STR, "DevNames", 8, dm_deps_names, "devs_used", "List of names of mapped devices used by this one.")
2375 FIELD_F(TREE, NUM, "#Refs", 5, dm_tree_parents_count, "device_ref_count", "Number of mapped devices referencing (…)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree.h 1 /* Definitions for the ubiquitous 'tree' type for GNU compilers.
23 #include "tree-core.h"
215 /* Returns nonzero iff CLASS is the tree-code class of an
237 #define NULL_TREE (tree) NULL
239 /* Define accessors for the fields that all tree nodes have
242 /* The tree-code says what kind of node it is.
243 Codes are defined in tree.def. */
247 /* When checking is enabled, errors will be generated if a tree node
318 (*(CONST_CAST2 (tree *, typeof (T)*, \
326 (*(CONST_CAST2 (tree*, typeof (T)*,
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree.h 1 /* Definitions for the ubiquitous 'tree' type for GNU compilers.
23 #include "tree-core.h"
78 /* Helper to transparently allow tree codes and builtin function codes
290 /* Returns nonzero iff CLASS is the tree-code class of an
317 #define NULL_TREE (tree) NULL
319 /* Define accessors for the fields that all tree nodes have
322 /* The tree-code says what kind of node it is.
323 Codes are defined in tree.def. */
327 /* When checking is enabled, errors will be generated if a tree node
406 (*(CONST_CAST2 (tree *, typeof (T)*,
    [all...]
  /src/sys/external/bsd/acpica/dist/tests/misc/
grammar.asl 6673 TREE, 3,

Completed in 59 milliseconds