Searched defs:CLAMP (Results 1 – 4 of 4) sorted by relevance
79 #define CLAMP(x) if (x < 0) x = 0; if (x > 0xff) x = 0xff in hid_lgff_play() macro
140 #define CLAMP(x) if (x < 0) x = 0; if (x > 0xff) x = 0xff in hid_lg4ff_play() macro
290 #define CLAMP(x) (pwc_crop_table[MAX_OUTER_CROP_VALUE+(x)]) macro292 #define CLAMP(x) ((x)>255?255:((x)<0?0:x)) macro
41 #define CLAMP 0x44 macro