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

/systemd/src/basic/
H A Dmacro.h85 #define UNIQ __COUNTER__ macro
134 #define container_of(ptr, type, member) __container_of(UNIQ, (ptr), type, member)
142 #define MAX(a, b) __MAX(UNIQ, (a), UNIQ, (b))
169 #define MIN(a, b) __MIN(UNIQ, (a), UNIQ, (b))
183 #define LESS_BY(a, b) __LESS_BY(UNIQ, (a), UNIQ, (b))
192 #define CLAMP(x, low, high) __CLAMP(UNIQ, (x), UNIQ, (lo
[all...]

Completed in 10 milliseconds