Searched defs:CLAMP (Results 1 – 2 of 2) sorted by relevance
2418 #define CLAMP(x, h, l) ((x) > h ? h : ((x) < l) ? l : (x)) macro
1121 # define CLAMP(cParam, val) CLAMP_TYPE(cParam, val, unsigned) in ZSTD_clampCParams() macro