Searched refs:found2 (Results 1 – 4 of 4) sorted by relevance
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) {
387 boolean found1 = false, found2 = false; in isNodeAfterSibling()396 if (found2) in isNodeAfterSibling()414 found2 = true; in isNodeAfterSibling()432 boolean found1 = false, found2 = false; in isNodeAfterSibling()440 if (found2) in isNodeAfterSibling()458 found2 = true; in isNodeAfterSibling()
561 … int found2 = ChoiceTrackingFace2(pFaceTracker, nElements, big_face, new_face, new_energy, noel); in cvTrackFace() local562 if (found2 && new_energy < 100000) in cvTrackFace()
3648 PriorityMap::iterator found2 = network_update_requests_.find(service_path); in ParseNetwork() local3649 if (found2 != network_update_requests_.end()) { in ParseNetwork()3650 network->priority_order_ = found2->second; in ParseNetwork()3651 network_update_requests_.erase(found2); in ParseNetwork()