Home
last modified time | relevance | path

Searched defs:old_to_new (Results 1 – 5 of 5) sorted by relevance

/external/bison/src/
Dmain.c130 state_number *old_to_new = xnmalloc (nstates, sizeof *old_to_new); in main() local
Dconflicts.c412 conflicts_update_state_numbers (state_number old_to_new[], in conflicts_update_state_numbers()
Dlalr.c461 lalr_update_state_numbers (state_number old_to_new[], state_number nstates_old) in lalr_update_state_numbers()
Dstate.c425 state_remove_unreachable_states (state_number old_to_new[]) in state_remove_unreachable_states()
/external/chromium_org/third_party/cython/src/Cython/Plex/
DDFA.py100 def old_to_new(self, old_state_set): member in StateMap