Home
last modified time | relevance | path

Searched refs:firstfree (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Tools/android/flex-2.5.4a/
Dtblcmp.c368 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 …]
Dflexdef.h603 extern int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz;
Dmain.c90 int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz; variable