Searched refs:iFirst (Results 1 – 2 of 2) sorted by relevance
1012 int iFirst; /* First character in a span having this width */ member1089 int iFirst, iLast; in cli_wcwidth() local1095 iFirst = 0; in cli_wcwidth()1097 while( iFirst<iLast-1 ){ in cli_wcwidth()1098 int iMid = (iFirst+iLast)/2; in cli_wcwidth()1099 int cMid = aUWidth[iMid].iFirst; in cli_wcwidth()1101 iFirst = iMid; in cli_wcwidth()1108 if( aUWidth[iLast].iFirst > c ) return aUWidth[iFirst].w; in cli_wcwidth()4773 int iFirst = 0; /* First element of search range */ in percentBinarySearch() local4775 while( iLast>=iFirst ){ in percentBinarySearch()[all …]
67366 u32 iFirst = 1 + (iPg==0?0:HASHTABLE_NPAGE_ONE+(iPg-1)*HASHTABLE_NPAGE); local67374 for(iFrame=iFirst; iFrame<=iLast; iFrame++){69909 u32 iFirst = 0; /* First frame that may be overwritten */ local69928 iFirst = pLive->mxFrame+1;70002 if( iFirst && (p->pDirty || isCommit==0) ){70006 if( iWrite>=iFirst ){79132 int iFirst, /* First cell in pCArray to use */79140 int i = iFirst; /* Which cell to copy from pCArray*/79228 int iFirst, /* Index of first cell to add */79232 int i = iFirst; /* Loop counter - cell index to insert */[all …]