Searched refs:LL_SHR (Results 1 – 1 of 1) sorted by relevance
160 #define LL_SHR(r, a, b) ((r) = (PRInt64)(a) >> (b)) macro346 #define LL_SHR(r, a, b) { \ macro