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

/systemd/src/basic/
H A Dmacro.h192 #define CLAMP(x, low, high) __CLAMP(UNIQ, (x), UNIQ, (low), UNIQ, (high))
193 #define __CLAMP(xq, x, lowq, low, highq, high) \ macro

Completed in 11 milliseconds