Searched refs:lowLimit (Results 1 – 1 of 1) sorted by relevance
105 int lowLimit = 0; // Initially 0, that is recognized as failure. in run() local109 int probe = (lowLimit + upLimit) / 2; in run()110 if (probe == lowLimit) { in run()141 lowLimit = probe; in run()