Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/lyt/
Dlyt_Stopwatch.h240 return s_TargetNoMin <= no && no <= s_TargetNoMax; in IsTarget()
247 s_TargetNoMax = max; in SetTargetNo()
276 static int s_TargetNoMax; variable
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Stopwatch.cpp43 int Stopwatch::s_TargetNoMax = INT_MIN; member in nw::lyt::internal::Stopwatch