Searched refs:roots (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/usr.bin/dtc/
H A Dfdt.cc1175 std::vector<node_ptr> &roots,
1244 parse_file(*include_buffer, dir, roots, depfile, read_header);
1251 std::vector<node_ptr> &roots,
1267 while(parse_include(input, dir, roots, depfile, read_header)) {}
1285 while(parse_include(input, dir, roots, depfile, read_header)) {}
1307 roots.push_back(std::move(n));
1314 while(parse_include(input, dir, roots, depfile, read_header)) {}
1544 std::vector<node_ptr> roots; local
1547 parse_file(input, dir, roots, depfile, read_header);
1548 switch (roots
1173 parse_include(input_buffer &input, const std::string &dir, std::vector<node_ptr> &roots, FILE *depfile, bool &read_header) argument
1249 parse_file(input_buffer &input, const std::string &dir, std::vector<node_ptr> &roots, FILE *depfile, bool &read_header) argument
[all...]
H A Dfdt.hh725 std::vector<node_ptr> &roots,
729 * Parses a dts file in the given buffer and adds the roots to the parsed
736 std::vector<node_ptr> &roots,
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db_wcroot.c275 apr_hash_t *roots = apr_hash_make(scratch_pool);
287 svn_hash_sets(roots, wcroot->abspath, wcroot);
293 return svn_error_trace(svn_wc__db_close_many_wcroots(roots, db->state_pool,
392 svn_wc__db_close_many_wcroots(apr_hash_t *roots,
398 for (hi = apr_hash_first(scratch_pool, roots); hi; hi = apr_hash_next(hi))
274 apr_hash_t *roots = apr_hash_make(scratch_pool); local
391 svn_wc__db_close_many_wcroots(apr_hash_t *roots, apr_pool_t *state_pool, apr_pool_t *scratch_pool) argument
H A Dwc_db_private.h117 svn_wc__db_close_many_wcroots(apr_hash_t *roots,
H A Dwc-metadata.sql871 initializes the update/switch roots to make sure future updates fetch the
H A Dwc-queries.sql1615 /* This statement returns pairs of move-roots below the path ?2 in WC_ID ?1.
/freebsd-11.0-release/contrib/gcc/
H A Dtree-ssa-structalias.c1102 sbitmap roots; member in struct:scc_info
1141 if (TEST_BIT (si->roots, w))
1196 SET_BIT (si->roots, n);
1583 si->roots = sbitmap_alloc (size);
1584 sbitmap_zero (si->roots);
1601 sbitmap_free (si->roots);
1709 if (TEST_BIT (si->roots, w))
1729 if (TEST_BIT (si->roots, w))
1756 SET_BIT (si->roots, n);
/freebsd-11.0-release/contrib/subversion/
H A Dbuild.conf612 package-roots = org
624 package-roots = org
633 package-roots = org
645 package-roots = org

Completed in 91 milliseconds