Searched refs:maxFound (Results 1 – 2 of 2) sorted by relevance
552 uint8_t maxFound = _shortMaxLossPr255; in MaxFilteredLossPr() local554 return maxFound; in MaxFilteredLossPr()565 if (_lossPrHistory[i].lossPr255 > maxFound) { in MaxFilteredLossPr()567 maxFound = _lossPrHistory[i].lossPr255; in MaxFilteredLossPr()570 return maxFound; in MaxFilteredLossPr()
287 bool maxFound = false; in verify() local326 maxFound = true; in verify()329 if (!maxFound) in verify()