Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dshell.c1012 int iFirst; /* First character in a span having this width */ member
1089 int iFirst, iLast; in cli_wcwidth() local
1095 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() local
4775 while( iLast>=iFirst ){ in percentBinarySearch()
[all …]
H A Dsqlite3.c67366 u32 iFirst = 1 + (iPg==0?0:HASHTABLE_NPAGE_ONE+(iPg-1)*HASHTABLE_NPAGE); local
67374 for(iFrame=iFirst; iFrame<=iLast; iFrame++){
69909 u32 iFirst = 0; /* First frame that may be overwritten */ local
69928 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 …]