Searched refs:IN_RANGE (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/qdsp5/
H A Dadsp_driver.c68 #define IN_RANGE(r, v) ({ \ macro
81 int res = (IN_RANGE(__r1, __v) || IN_RANGE(__r1, __e)); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/camera/
H A Dmsm_camera.c46 #define IN_RANGE(r, v, field) ({ \ macro
59 int res = (IN_RANGE(__r1, __v, field) || \
60 IN_RANGE(__r1, __e, field)); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ddefxx.c3032 if (!IN_RANGE(pkt_len, FDDI_K_LLC_ZLEN, FDDI_K_LLC_LEN))
3188 if (!IN_RANGE(skb->len, FDDI_K_LLC_ZLEN, FDDI_K_LLC_LEN))
H A Ddefxx.h1691 #define IN_RANGE(value,low,high) ((value >= low) && (value <= high)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_slice.c446 #define IN_RANGE(a, b, size) (((a) >= (b)) && ((a) < ((b) + (size)))) macro
460 assert((IN_RANGE(from[i], old_base, sizeof(*old_base)) ||
461 IN_RANGE(from[i], old_base->DPB,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264.c1150 #define IN_RANGE(a, b, size) (((a) >= (b)) && ((a) < ((b)+(size)))) macro
1156 assert((IN_RANGE(from[i], old_base, sizeof(*old_base)) ||
1157 IN_RANGE(from[i], old_base->picture, sizeof(Picture) * old_base->picture_count) ||

Completed in 191 milliseconds