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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprlong.h182 ** LL_UI2L Convert unsigned to 64 bit
192 #define LL_UI2L(l, ui) ((l) = (PRInt64)(ui)) macro
408 #define LL_UI2L(l, ui) ((l).lo = (ui), (l).hi = 0) macro

Completed in 32 milliseconds