Home
last modified time | relevance | path

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

/external/srec/tools/grxmlcompile/
Dsub_supp.cpp206 int rix, rix_low, rix_high, direction; in FindFromIndex() local
209 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() local
314 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()