HomeSort by relevance Sort by last modified time
    Searched refs:old_to_new (Results 1 - 9 of 9) sorted by null

  /external/bison/src/
conflicts.h 30 * - Where \c i is the old state number, <tt>old_to_new[i]</tt> is either:
36 void conflicts_update_state_numbers (state_number old_to_new[],
main.c 130 state_number *old_to_new = xnmalloc (nstates, sizeof *old_to_new); local
132 state_remove_unreachable_states (old_to_new);
133 lalr_update_state_numbers (old_to_new, nstates_old);
134 conflicts_update_state_numbers (old_to_new, nstates_old);
135 free (old_to_new);
lalr.h 66 * - Where \c i is the old state number, <tt>old_to_new[i]</tt> is either:
71 void lalr_update_state_numbers (state_number old_to_new[],
lalr.c 461 lalr_update_state_numbers (state_number old_to_new[], state_number nstates_old)
472 /* If old_to_new[from_state[i]] = nstates_old, remove this goto
474 if (old_to_new[from_state[i]] != nstates_old)
478 aver (old_to_new[to_state[i]] != nstates_old);
479 from_state[ngotos_reachable] = old_to_new[from_state[i]];
480 to_state[ngotos_reachable] = old_to_new[to_state[i]];
state.c 425 state_remove_unreachable_states (state_number old_to_new[])
438 old_to_new[i] = nstates_reachable++;
443 old_to_new[i] = nstates;
state.h 263 write to OLD_TO_NEW a mapping of old state numbers to new state numbers such
265 states. The size of OLD_TO_NEW must be the old value of NSTATES. */
266 void state_remove_unreachable_states (state_number old_to_new[]);
conflicts.c 413 conflicts_update_state_numbers (state_number old_to_new[],
418 if (old_to_new[i] != nstates_old)
419 conflicts[old_to_new[i]] = conflicts[i];
  /external/chromium/chrome/browser/history/
history_backend.cc 2223 URLIDMap old_to_new; \/\/ Maps original ID to new one. local
    [all...]
  /external/chromium_org/chrome/browser/history/
history_backend.cc 2972 URLIDMap old_to_new; \/\/ Maps original ID to new one. local
    [all...]

Completed in 653 milliseconds