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

/systemd/src/basic/
H A Dmacro.h84 #define UNIQ_T(x, uniq) CONCATENATE(__unique_prefix_, CONCATENATE(x, uniq)) macro
137 const typeof( ((type*)0)->member ) *UNIQ_T(A, uniq) = (ptr); \
138 (type*)( (char *)UNIQ_T(A, uniq) - offsetof(type,member) ); \
145 const typeof(a) UNIQ_T(A, aq) = (a); \
146 const typeof(b) UNIQ_T(B, bq) = (b); \
147 UNIQ_T(A,aq) > UNIQ_T(B,bq) ? UNIQ_T(A,aq) : UNIQ_T(B,bq); \
172 const typeof(a) UNIQ_T(
[all...]

Completed in 857 milliseconds