Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/lyt/
Dlyt_Stopwatch.h242 return s_TargetNoMin <= no && no <= s_TargetNoMax; in IsTarget()
249 s_TargetNoMax = max; in SetTargetNo()
295 static int s_TargetNoMax; variable
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Stopwatch.cpp45 int Stopwatch::s_TargetNoMax = INT_MIN; member in nw::lyt::internal::Stopwatch