Searched refs:LL_AND (Results 1 – 1 of 1) sorted by relevance
123 #define LL_AND(r, a, b) ((r) = (a) & (b)) macro217 #define LL_AND(r, a, b) ((r).lo = (a).lo & (b).lo, \ macro