HomeSort by: relevance | last modified time | path
    Searched defs:new_root (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/utils/config/
tree.cpp 67 detail::static_inner_node* new_root = local
69 return config::tree(new_root);
  /src/sys/arch/atari/stand/tostools/chg_pid/
chg_pid.c 212 daddr_t new_root = g_local[i].p_st; local
218 if (read_block(buf, new_root, drive) == 0)
219 fatal(-1, "Cannot read block %d\r\n", new_root);
224 new_root = g_local[i].p_st + g_root->parts[j].p_st;
232 if (write_block(buf, new_root, drive) == 0)
233 fatal(-1, "Cannot write block %d\r\n",new_root);
  /src/external/gpl3/gcc/dist/gcc/
ipa-prop.cc 3855 NEW_ROOT and NEW_ROOT_INFO is the node and its info that JFUNC lattices are
3861 struct cgraph_node *new_root,
3875 new_root,
3927 parameter the call is based on brings along with it. NEW_ROOT and
3935 struct cgraph_node *new_root,
3958 new_root,
4051 struct cgraph_node *new_root; local
4057 new_root = cs->caller->inlined_to
4059 new_root_info = ipa_node_params_sum->get (new_root);
4097 new_root,
4228 struct cgraph_node *new_root = cs->caller->inlined_to local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-prop.cc 3767 NEW_ROOT and NEW_ROOT_INFO is the node and its info that JFUNC lattices are
3773 struct cgraph_node *new_root,
3784 new_root,
3844 parameter the call is based on brings along with it. NEW_ROOT and
3852 struct cgraph_node *new_root,
3872 new_root,
3968 struct cgraph_node *new_root; local
3974 new_root = cs->caller->inlined_to
3976 new_root_info = ipa_node_params_sum->get (new_root);
4014 new_root,
4145 struct cgraph_node *new_root = cs->caller->inlined_to local
    [all...]
  /src/external/bsd/openldap/dist/libraries/liblmdb/
mdb.c 8720 int rc = MDB_SUCCESS, new_root = 0, did_split = 0; local
8764 new_root = mc->mc_db->md_depth++;
9085 if (new_root) {
9091 for (k=new_root; k>=0; k--) {
9454 pgno_t root, new_root; local
9517 root = new_root = txn->mt_dbs[MAIN_DBI].md_root;
9534 new_root = txn->mt_next_pgno - 1 - freecount;
9535 mm->mm_last_pg = new_root;
9537 mm->mm_dbs[MAIN_DBI].md_root = new_root;
9551 if (rc == MDB_SUCCESS && root != new_root) {
    [all...]

Completed in 37 milliseconds