Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/rdt/CTR/
Drdt_Stopwatch.h125 s64 m_max; variable
155 m_max = 0; in Reset()
Drdt_Stopwatch.cpp140 if(diff > m_max) in Stop()
142 m_max = diff; in Stop()
178 s64 max = nnosTickConvertToMicroSeconds(m_max); in printContents()