Searched refs:LL_USHR (Results 1 – 1 of 1) sorted by relevance
161 #define LL_USHR(r, a, b) ((r) = (PRUint64)(a) >> (b)) macro362 #define LL_USHR(r, a, b) { \ macro