Searched refs:kiMax (Results 1 – 1 of 1) sorted by relevance
296 …ne bool CheckInRangeCloseOpen (const int16_t kiCurrent, const int16_t kiMin, const int16_t kiMax) { in CheckInRangeCloseOpen() argument297 return ((kiCurrent >= kiMin) && (kiCurrent < kiMax)); in CheckInRangeCloseOpen()