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

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprinrval.c95 LL_UI2L(tock, milli);
110 LL_UI2L(tock, micro);
130 LL_UI2L(tock, ticks);
145 LL_UI2L(tock, ticks);
H A Dprnetdb.c1891 LL_UI2L(n, lo);
1893 LL_UI2L(tmp, hi);
1911 LL_UI2L(n, lo);
1913 LL_UI2L(tmp, hi);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsCRT.cpp424 LL_UI2L(digitll, (*str - '0'));
H A DnsInt64.h77 LL_UI2L(mValue, aUint32);
H A DnsVariant.cpp683 LL_UI2L(*_retval, tempData.u.mUint32Value);
/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
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2io.c582 LL_UI2L(info->size,info32.size);
640 LL_UI2L(info->size,info32.size);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlltest.c548 /* LL_UI2L -- Convert 32bit unsigned to 64bit unsigned */
549 LL_UI2L( resultU, (PRUint32) one );
551 SetFailed( "LL_UI2L", "r != 1");
555 LL_UI2L( resultU, (PRUint32) minusOne );
557 ResultFailed( "LL_UI2L", "r != -1", bigZeroFox, resultU);
/vbox/src/libs/xpcom18a4/nsprpub/tools/
H A Dhttpget.c200 LL_UI2L(sz64, size);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsStorageStream.cpp519 LL_UI2L(*aResult, mLogicalCursor);
H A DnsLocalFileUnix.cpp1083 LL_UI2L(*aFileSize, (PRUint32)mCachedStat.st_size);
1112 LL_UI2L(*aFileSize, (PRUint32)sbuf.st_size);
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiManifest.cpp547 LL_UI2L(size, size32);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxshm.c584 LL_UI2L(size64, size); /* PRSize (size_t) is unsigned */

Completed in 81 milliseconds