Searched refs:INRANGE (Results 1 – 2 of 2) sorted by relevance
104 #define INRANGE(x,y,z) ((x) > (y) && (x) < (z)) macro
106 #define INRANGE(x,y,z) ((x) > (y) && (x) < (z)) macro