Searched refs:__CLAMP (Results 1 - 1 of 1) sorted by relevance
/systemd/src/basic/ | ||
H A D | macro.h | 192 #define CLAMP(x, low, high) __CLAMP(UNIQ, (x), UNIQ, (low), UNIQ, (high)) 193 #define __CLAMP(xq, x, lowq, low, highq, high) \ macro |
Completed in 1070 milliseconds