Home
last modified time | relevance | path

Searched refs:state_count (Results 1 – 2 of 2) sorted by relevance

/external/bison/src/
Dtables.c529 default_goto (symbol_number sym, size_t state_count[]) in default_goto() argument
542 state_count[s] = 0; in default_goto()
545 state_count[to_state[i]]++; in default_goto()
548 if (state_count[s] > max) in default_goto()
550 max = state_count[s]; in default_goto()
571 size_t *state_count = xnmalloc (nstates, sizeof *state_count); in goto_actions() local
578 state_number default_state = default_goto (i, state_count); in goto_actions()
582 free (state_count); in goto_actions()
/external/bison/
DChangeLog-201211566 (goto_actions): Likewise for state_count.