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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprlong.h165 ** LL_SHR Shift right [0..64] bits with sign extension
170 #define LL_SHR(r, a, b) ((r) = (PRInt64)(a) >> (b)) macro
356 #define LL_SHR(r, a, b) { \ macro

Completed in 503 milliseconds