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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-lgff.c85 #define CLAMP(x) if (x < 0) x = 0; if (x > 0xff) x = 0xff macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_color.c174 #define CLAMP(f,min,max) ((f)<(min)?(min):(f)>(max)?(max):(f)) macro
262 #undef CLAMP macro
H A Dtif_pixarlog.c872 #define CLAMP(v) ( (v<(float)0.) ? 0 \ macro
927 #undef CLAMP macro
928 #define CLAMP macro
980 #undef CLAMP macro
981 #define CLAMP macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dghash.c42 #undef CLAMP macro
43 #define CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x))) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dghash.c42 #undef CLAMP macro
43 #define CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x))) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pwc/
H A Dpwc-dec23.c271 #define CLAMP(x) (pwc_crop_table[MAX_OUTER_CROP_VALUE+(x)]) macro
273 #define CLAMP(x) ((x)>255?255:((x)<0?0:x)) macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/davinci/
H A Ddm355_ccdc_regs.h41 #define CLAMP 0x44 macro

Completed in 77 milliseconds