Lines Matching refs:state_count
105 size_t state_count, trans_count; in verify_table_headers() local
114 state_count = tables[YYTD_ID_BASE]->td_lolen; in verify_table_headers()
118 if (state_count != tables[YYTD_ID_ACCEPT]->td_lolen) in verify_table_headers()
124 if (state_count != tables[YYTD_ID_ACCEPT2]->td_lolen) in verify_table_headers()
127 if (state_count != tables[YYTD_ID_DEF]->td_lolen) in verify_table_headers()
155 size_t i, state_count, trans_count; in verify_dfa() local
158 state_count = dfa->tables[YYTD_ID_BASE]->td_lolen; in verify_dfa()
160 if (state_count == 0) in verify_dfa()
162 for (i = 0; i < state_count; i++) { in verify_dfa()
164 (DEFAULT_TABLE(dfa)[i] >= state_count)) in verify_dfa()
193 if (NEXT_TABLE(dfa)[i] >= state_count) in verify_dfa()
195 if (CHECK_TABLE(dfa)[i] >= state_count) in verify_dfa()
200 for (i = 0; i < state_count; i++) { in verify_dfa()