Home
last modified time | relevance | path

Searched defs:IN_RANGE (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/fs.d/pcfs/fsck/
H A Dpcfs_common.h46 #define IN_RANGE(n, x, y) (((n) >= (x)) && ((n) <= (y))) macro
/titanic_44/usr/src/uts/intel/io/pci/
H A Dpci_memlist.c149 #define IN_RANGE(a, b, e) ((a) >= (b) && (a) <= (e)) macro
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Dutils.h125 #define IN_RANGE(_var, _min, _max) ( ((_var) >= (_min)) && ((_var) <= (_max)) ) macro
/titanic_44/usr/src/cmd/sgs/rtld.4.x/
H A Drtld.4.x.c55 #define IN_RANGE(v, n) ((-(1<<((n)-1))) <= (v) && (v) < (1<<((n)-1))) macro
/titanic_44/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c56 #define IN_RANGE(n, x, y) (((n) >= (x)) && ((n) <= (y))) macro