Searched refs:iFirst (Results 1 – 2 of 2) sorted by relevance
66032 u32 iFirst = 1 + (iPg==0?0:HASHTABLE_NPAGE_ONE+(iPg-1)*HASHTABLE_NPAGE);66040 for(iFrame=iFirst; iFrame<=iLast; iFrame++){68559 u32 iFirst = 0; /* First frame that may be overwritten */68578 iFirst = pLive->mxFrame+1;68652 if( iFirst && (p->pDirty || isCommit==0) ){68656 if( iWrite>=iFirst ){77663 int iFirst, /* First cell in pCArray to use */77671 int i = iFirst; /* Which cell to copy from pCArray*/77757 int iFirst, /* Index of first cell to add */77761 int i = iFirst; /* Loop counter - cell index to insert */[all …]
6795 unsigned int iFirst = p->nState; in re_subcompile_string() local6819 if( p->nState>iFirst ) p->aArg[iFirst] = p->nState - iFirst; in re_subcompile_string()