Home
last modified time | relevance | path

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

/external/bison/src/
Dtables.c519 default_goto (symbol_number sym, size_t state_count[]) in default_goto() argument
532 state_count[s] = 0; in default_goto()
535 state_count[to_state[i]]++; in default_goto()
538 if (state_count[s] > max) in default_goto()
540 max = state_count[s]; in default_goto()
561 size_t *state_count = xnmalloc (nstates, sizeof *state_count); in goto_actions() local
568 state_number default_state = default_goto (i, state_count); in goto_actions()
572 free (state_count); in goto_actions()
/external/tesseract/wordrec/
Dchopper.cpp508 inT32 state_count; //no of states in chop_word_main() local
513 state_count = 0; in chop_word_main()
535 chop_states[state_count] = state; in chop_word_main()
536 state_count++; in chop_word_main()
560 &state_count); in chop_word_main()
578 bits_in_states = bit_count + state_count - 1; in chop_word_main()
620 inT32 *state_count) { in improve_by_chopping() argument
648 if (*state_count > 0) { in improve_by_chopping()
649 for (index = 0; index < *state_count; index++) { in improve_by_chopping()
654 (*state_count)++; in improve_by_chopping()
[all …]
Dwordrec.h132 inT32 *state_count);
/external/bison/
DChangeLog3305 (goto_actions): Likewise for state_count.