HomeSort by relevance Sort by last modified time
    Searched full:state_count (Results 1 - 2 of 2) sorted by null

  /external/bison/src/
tables.c 529 default_goto (symbol_number sym, size_t state_count[])
542 state_count[s] = 0;
545 state_count[to_state[i]]++;
548 if (state_count[s] > max)
550 max = state_count[s];
571 size_t *state_count = xnmalloc (nstates, sizeof *state_count); local
574 /* For a given nterm I, STATE_COUNT[S] is the number of times there
578 state_number default_state = default_goto (i, state_count);
582 free (state_count);
    [all...]
  /prebuilts/misc/linux-x86/bison/
bison 

Completed in 603 milliseconds