Searched defs:LL_USHR (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprlong.h166 ** LL_USHR Unsigned shift right [0..64] bits
171 #define LL_USHR(r, a, b) ((r) = (PRUint64)(a) >> (b)) macro
372 #define LL_USHR(r, a, b) { \ macro

Completed in 59 milliseconds