Searched defs:CLAMP (Results 1 – 3 of 3) sorted by relevance
365 CLAMP, enumerator
2626 #define CLAMP(x, h, l) ((x) > h ? h : ((x) < l) ? l : (x)) in ttsetwater() macro
111 static inline void CLAMP(mp_int z_) { in CLAMP() function