Searched defs:IN_RANGE (Results 1 – 3 of 3) sorted by relevance
315 #define IN_RANGE(VALUE, LOWER, UPPER) \ macro
1693 #define IN_RANGE(value,low,high) ((value >= low) && (value <= high)) macro