Searched refs:LL_XOR (Results 1 – 1 of 1) sorted by relevance
125 #define LL_XOR(r, a, b) ((r) = (a) ^ (b)) macro221 #define LL_XOR(r, a, b) ((r).lo = (a).lo ^ (b).lo, \ macro