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