Searched refs:maxIterCount (Results 1 – 1 of 1) sorted by relevance
97 int maxIterCount = 100; in BinarySearch() local99 while (currentIter < maxIterCount) { in BinarySearch()