Searched refs:rix_high (Results 1 – 1 of 1) sorted by relevance
206 int rix, rix_low, rix_high, direction; in FindFromIndex() local209 rix_high= sortNum; in FindFromIndex()210 while ((rix_high - rix_low) > 1) { in FindFromIndex()211 rix= (rix_high + rix_low) >> 1; in FindFromIndex()214 rix_high= rix; in FindFromIndex()311 int rix, rix_low, rix_high, direction; in FindToIndex() local314 rix_high= sortRevNum; in FindToIndex()315 while ((rix_high - rix_low) > 1) { in FindToIndex()316 rix= (rix_high + rix_low) >> 1; in FindToIndex()319 rix_high= rix; in FindToIndex()