Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dshell.c1098 int iMid = (iFirst+iLast)/2; in cli_wcwidth() local
1099 int cMid = aUWidth[iMid].iFirst; in cli_wcwidth()
1101 iFirst = iMid; in cli_wcwidth()
1103 iLast = iMid - 1; in cli_wcwidth()
1105 return aUWidth[iMid].w; in cli_wcwidth()
4776 int iMid = (iFirst+iLast)/2; in percentBinarySearch() local
4777 double x = p->a[iMid]; in percentBinarySearch()
4779 iFirst = iMid + 1; in percentBinarySearch()
4781 iLast = iMid - 1; in percentBinarySearch()
4783 return iMid; in percentBinarySearch()