Searched refs:LL_OR (Results 1 – 1 of 1) sorted by relevance
124 #define LL_OR(r, a, b) ((r) = (a) | (b)) macro219 #define LL_OR(r, a, b) ((r).lo = (a).lo | (b).lo, \ macro