Searched defs:IN_RANGE (Results 1 – 2 of 2) sorted by relevance
59 IN_RANGE = 2 variable in ProximityState
1694 #define IN_RANGE(value,low,high) ((value >= low) && (value <= high)) macro