Home
last modified time | relevance | path

Searched defs:CLAMP (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/usb/pwc/
H A Dpwc-dec23.c278 #define CLAMP(x) (pwc_crop_table[MAX_OUTER_CROP_VALUE+(x)]) macro
280 #define CLAMP(x) ((x)>255?255:((x)<0?0:x)) macro
/linux/drivers/hid/
H A Dhid-lgff.c65 #define CLAMP(x) if (x < 0) x = 0; if (x > 0xff) x = 0xff in hid_lgff_play() macro
/linux/arch/arm/mach-qcom/
H A Dplatsmp.c33 #define CLAMP BIT(0) macro
/linux/lib/zstd/compress/
H A Dzstd_compress.c1348 # define CLAMP(cParam, val) CLAMP_TYPE(cParam, val, unsigned) in ZSTD_clampCParams() macro