Searched refs:firstfree (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Tools/android/flex-2.5.4a/ |
D | tblcmp.c | 368 i = firstfree; 407 firstfree = i + 1; 442 firstfree = tblend + 1; in inittbl() 571 baseaddr = firstfree; 632 if ( baseaddr == firstfree ) 634 for ( ++firstfree; chk[firstfree] != 0; ++firstfree ) 648 if ( firstfree < sym ) 649 firstfree = sym; 651 while ( chk[firstfree] != 0 ) 652 if ( ++firstfree >= current_max_xpairs ) [all …]
|
D | flexdef.h | 603 extern int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz;
|
D | main.c | 90 int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz; variable
|