Home
last modified time | relevance | path

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

/external/webkit/WebKitTools/android/flex-2.5.4a/
Dmain.c355 int tblsiz; local
524 tblsiz = lastdfa * numecs;
525 fprintf( stderr, _( " %d table entries\n" ), tblsiz );
530 tblsiz = 2 * (lastdfa + numtemps) + 2 * tblend;
554 tblsiz = tblsiz + csize;
562 tblsiz = tblsiz + numecs;
574 tblsiz );