Searched refs:fTimeLimit (Results 1 – 2 of 2) sorted by relevance
1817 int32_t fTimeLimit; // Max time (in arbitrary steps) to let the variable
220 fTimeLimit = 0; in init()2349 fTimeLimit = limit; in setTimeLimit()2359 return fTimeLimit; in getTimeLimit()2659 if (fTimeLimit > 0 && fTime >= fTimeLimit) { in IncrementTime()