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

  /external/dropbear/libtommath/
booker.pl 130 $found2 = 0;
139 for ($i = $parms[0] - 1; $i >= 0 && $found2 == 0; $i--) {
142 $found2 = 1;
147 if ($found1 == 1 && $found2 == 0) {
150 } elsif ($found1 == 0 && $found2 == 1) {
153 } elsif ($found1 == 1 && $found2 == 1) {
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMHelper.java 387 boolean found1 = false, found2 = false;
396 if (found2)
414 found2 = true;
432 boolean found1 = false, found2 = false;
440 if (found2)
458 found2 = true;
    [all...]
  /external/opencv/cvaux/src/
cvvecfacetracking.cpp 561 int found2 = ChoiceTrackingFace2(pFaceTracker, nElements, big_face, new_face, new_energy, noel); local
562 if (found2 && new_energy < 100000)
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc 3648 PriorityMap::iterator found2 = network_update_requests_.find(service_path); local
    [all...]

Completed in 241 milliseconds