Searched refs:OUTRANGE (Results 1 – 2 of 2) sorted by relevance
184 #ifndef OUTRANGE190 #define OUTRANGE(x,low,high) (((x) < (low)) || ((x) > (high))) macro
1228 #define OUTRANGE(x,low,high) (((x) < (low)) || ((x) > (high))) macro