Searched defs:OUT_OF_RANGE (Results 1 – 3 of 3) sorted by relevance
371 #define OUT_OF_RANGE do { \ in uu_decode() macro
209 #define OUT_OF_RANGE(x, lo, hi) ((x) != 0 && ((x) < (lo) || (x) > (hi))) in icl_limits() macro
1517 #define OUT_OF_RANGE 0xe1 macro