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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprlong.h181 ** LL_I2L Convert signed to 64 bit
191 #define LL_I2L(l, i) ((l) = (PRInt64)(i)) macro
407 #define LL_I2L(l, i) { PRInt32 _i = ((PRInt32)(i)) >> 31; (l).lo = (i); (l).hi = _i; } macro

Completed in 99 milliseconds