OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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) {
/dalvik/libcore/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
...]
Completed in 2158 milliseconds