Searched refs:hiVal (Results 1 – 1 of 1) sorted by relevance
87 unsigned int hiVal = 0; in highestValue() local95 if (val > hiVal) in highestValue()96 hiVal = val; in highestValue()99 return hiVal; in highestValue()