Searched refs:LL_L2UI (Results 1 - 15 of 15) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprinrval.c102 LL_L2UI(ticks, tock);
117 LL_L2UI(ticks, tock);
137 LL_L2UI(milli, tock);
152 LL_L2UI(micro, tock);
H A Dprnetdb.c1886 LL_L2UI(lo, n);
1888 LL_L2UI(hi, tmp);
1906 LL_L2UI(lo, n);
1908 LL_L2UI(hi, tmp);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dinrval.c161 LL_L2UI(delta, elapsed);
H A Dlltest.c512 /* LL_L2UI -- Convert 64bit to unsigned 32bit */
513 LL_L2UI( resultU32, bigMinusOne );
515 SetFailed( "LL_L2UI", "r != -1");
517 LL_L2UI( resultU32, bigOne );
519 SetFailed( "LL_L2UI", "r != 1");
H A Dranfile.c132 LL_L2UI(rv, shift);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsInt64.h123 LL_L2UI(result, mValue);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprlong.h178 ** LL_L2UI Convert to unsigned 32 bit
187 #define LL_L2UI(ui, l) ((ui) = (PRUint32)(l)) macro
389 #define LL_L2UI(ui, l) ((ui) = (l).lo) macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/
H A Dranfile.cpp143 LL_L2UI(rv, shift);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsFastLoadService.cpp521 LL_L2UI(entry->mOffset, thisOffset);
H A DnsFastLoadFile.cpp1949 LL_L2UI(mHeader.mFooterOffset, footerOffset);
1981 LL_L2UI(mHeader.mFileSize, fileSize);
H A DnsLocalFileMac.cpp506 LL_L2UI(*aOutMacTime, dateInSeconds);
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiManifest.cpp209 LL_L2UI(size32, file.GetSize());
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dsolaris.c73 LL_L2UI(ticks, time.pr64);
H A Dunix.c3507 LL_L2UI(sz, size);
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tools/
H A Dxpt_dump.c879 LL_L2UI(uintout, cd->value.ui64);

Completed in 95 milliseconds