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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprlong.h164 ** LL_SHL Shift left [0..64] bits
169 #define LL_SHL(r, a, b) ((r) = (PRInt64)(a) << (b)) macro
321 #define LL_SHL(r, a, b) { \ macro

Completed in 43 milliseconds