Searched defs:CHKRANGE (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dstb6100.h76 #define CHKRANGE(val, x, y) (((val >= x) && (val < y)) ? 1 : 0) macro

Completed in 60 milliseconds