Searched refs:numecs (Results 1 – 5 of 5) sorted by relevance
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
D | tblcmp.c | 100 if ( (totaltrans * 100) < (numecs * PROTO_SIZE_PERCENTAGE) ) 101 mkentry( state, numecs, statenum, JAMSTATE, totaltrans ); 186 mkentry( state, numecs, statenum, 193 mkentry( extrct[extptr], numecs, statenum, 234 peakpairs = numtemps * numecs + tblend; in cmptmps() 241 nummecs = cre8ecs( tecfwd, tecbck, numecs ); in cmptmps() 245 nummecs = numecs; in cmptmps() 257 for ( j = 1; j <= numecs; ++j ) in cmptmps() 259 trans = tnxt[numecs * i + j]; in cmptmps() 360 i = tblend - numecs; [all …]
|
D | dfa.c | 476 if ( ! fullspd && ecgroup[0] == numecs ) in ntod() 481 int use_NUL_table = (numecs == csize); in ntod() 492 if ( numecs == power_of_two ) in ntod() 510 for ( i = 0; i <= numecs; ++i ) in ntod() 523 num_full_table_rows = numecs; in ntod() 530 num_full_table_rows = numecs + 1; in ntod() 597 for ( i = 1; i <= numecs; ++i ) in ntod() 610 for ( sym = 1; sym <= numecs; ++sym ) in ntod() 1024 for ( i = 1; i <= numecs; ++i ) 1031 dupfwd[numecs] = NIL; [all …]
|
D | main.c | 82 int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs, tecfwd[CSIZE + 1]; variable 524 tblsiz = lastdfa * numecs; 542 numtemps * numecs ); 557 numecs, csize ); 562 tblsiz = tblsiz + numecs; 833 numecs = numeps = eps2 = num_reallocs = hshcol = dfaeql = totnst = 0; 1042 numecs = cre8ecs( nextecm, ecgroup, csize ); in readin() 1044 numecs = csize; in readin()
|
D | gen.c | 139 tblend + numecs + 1 ); in genctbl() 168 chk[tblend + 1] = numecs + 1; in genctbl() 195 else if ( chk[i] > numecs || chk[i] == 0 ) in genctbl() 936 out_str_dec( C_int_decl, "yy_meta", numecs + 1 ); in gentabs() 938 for ( i = 1; i <= numecs; ++i ) in gentabs() 1122 int total_table_size = tblend + numecs + 1; in make_tables()
|
D | flexdef.h | 545 extern int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs;
|