Home
last modified time | relevance | path

Searched refs:hiVal (Results 1 – 1 of 1) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/ta12200/
Dta12200.cxx87 unsigned int hiVal = 0; in highestValue() local
95 if (val > hiVal) in highestValue()
96 hiVal = val; in highestValue()
99 return hiVal; in highestValue()