HomeSort by relevance Sort by last modified time
    Searched refs:found2 (Results 1 - 2 of 2) 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) {
  /libcore/luni/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...]

Completed in 521 milliseconds