Home | History | Annotate | Download | only in common

Lines Matching defs:row

808         for (n=0; n<fDStates->size(); n++) {              //    For each state  s (row in the state table)
1077 // how much storage to add to a row for the total columns.
1121 RBBIStateTableRow *row = (RBBIStateTableRow *)(table->fTableData + state*table->fRowLen);
1124 row->fAccepting = (int16_t)sd->fAccepting;
1125 row->fLookAhead = (int16_t)sd->fLookAhead;
1126 row->fTagIdx = (int16_t)sd->fTagsIdx;
1128 row->fNextState[col] = (uint16_t)sd->fDtran->elementAti(col);