Searched refs:fTimeLimit (Results 1 – 2 of 2) sorted by relevance
1852 int32_t fTimeLimit; // Max time (in arbitrary steps) to let the variable
213 fTimeLimit = 0; in init()2353 fTimeLimit = limit; in setTimeLimit()2363 return fTimeLimit; in getTimeLimit()2667 if (fTimeLimit > 0 && fTime >= fTimeLimit) { in IncrementTime()