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

/systemd/src/basic/
H A Dmacro.h168 #undef MIN macro
169 #define MIN(a, b) __MIN(UNIQ, (a), UNIQ, (b)) macro
179 const typeof(x) _c = MIN(x,y); \
180 MIN(_c, z); \

Completed in 529 milliseconds