HomeSort by relevance Sort by last modified time
    Searched refs:highIndex (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/Scripts/
bisect-builds 251 my $highIndex = $#{$nightlies};
253 return $highIndex if uc($revision) eq 'HEAD' || $revision >= $nightlies->[$highIndex]->{rev};
256 while (abs($highIndex - $lowIndex) > 1) {
257 my $index = $lowIndex + int(($highIndex - $lowIndex) / 2);
259 $highIndex = $index;
267 return ($round eq "floor") ? $lowIndex : $highIndex;
  /external/icu4c/i18n/
usearch.cpp     [all...]

Completed in 34 milliseconds