Searched refs:rix_low (Results 1 – 1 of 1) sorted by relevance
206 int rix, rix_low, rix_high, direction; in FindFromIndex() local208 rix_low= -1; in FindFromIndex()210 while ((rix_high - rix_low) > 1) { in FindFromIndex()211 rix= (rix_high + rix_low) >> 1; in FindFromIndex()216 rix_low= rix; in FindFromIndex()311 int rix, rix_low, rix_high, direction; in FindToIndex() local313 rix_low= -1; in FindToIndex()315 while ((rix_high - rix_low) > 1) { in FindToIndex()316 rix= (rix_high + rix_low) >> 1; in FindToIndex()321 rix_low= rix; in FindToIndex()