Searched defs:with (Results 1 – 1 of 1) sorted by relevance
109 #define _xchg(ptr, with) ((typeof(*(ptr)))__xchg((unsigned long)(with), (ptr), \ argument129 #define xchg(ptr, with) \ argument142 #define xchg(ptr, with) _xchg(ptr, with) argument