Home
last modified time | relevance | path

Searched defs:OUT_OF_RANGE (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/bintrans/
H A Duudecode.c371 #define OUT_OF_RANGE do { \ in uu_decode() macro
/freebsd/sys/dev/iscsi/
H A Dicl.c209 #define OUT_OF_RANGE(x, lo, hi) ((x) != 0 && ((x) < (lo) || (x) > (hi))) in icl_limits() macro
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_reg.h1517 #define OUT_OF_RANGE 0xe1 macro