HomeSort by: relevance | last modified time | path
    Searched refs:iFirst (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.c     [all...]
shell.c 1368 int iFirst; /* First character in a span having this width */
1445 int iFirst, iLast;
1451 iFirst = 0;
1453 while( iFirst<iLast-1 ){
1454 int iMid = (iFirst+iLast)/2;
1455 int cMid = aQrfUWidth[iMid].iFirst;
1457 iFirst = iMid;
1464 if( aQrfUWidth[iLast].iFirst > c ) return aQrfUWidth[iFirst].w;
9343 unsigned int iFirst = p->nState
    [all...]

Completed in 69 milliseconds