Searched refs:LL_ADD (Results 1 - 18 of 18) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprinrval.c100 LL_ADD(tock, tock, rounding);
115 LL_ADD(tock, tock, rounding);
135 LL_ADD(tock, tock, rounding);
150 LL_ADD(tock, tock, rounding);
H A Dprtime.c298 LL_ADD(numSecs64, numSecs64, temp);
309 LL_ADD(retVal, retVal, temp);
H A Dprnetdb.c1894 LL_ADD(n, n, tmp);
1914 LL_ADD(n, n, tmp);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw16null.c78 LL_ADD(s, s, ms);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTimelineService.cpp142 LL_ADD(accum, mAccum, delta);
164 LL_ADD(accum, mAccum, delta);
179 LL_ADD(accum, mAccum, delta);
197 LL_ADD(now, initTime, PR_IntervalToMilliseconds(numTicks) * 1000);
276 LL_ADD(initTime, tmp1, tmp2);
H A DnsCRT.cpp425 LL_ADD(ll, ll, digitll);
H A DnsInt64.h158 LL_ADD(mValue, mValue, aObject.mValue);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlltest.c676 LL_ADD( result, bigOne, bigOne );
678 ResultFailed( "LL_ADD", "r != 1 + 1", bigTwo, result);
680 LL_ADD( result, bigMinusOne, bigOne );
682 ResultFailed( "LL_ADD", "r != -1 + 1", bigOne, result);
684 LL_ADD( result, largeVal, bigOne );
686 ResultFailed( "LL_ADD", "lVP1 != lV + 1", largeValPlusOne, result);
759 LL_ADD( result2, bigThirtyTwo, bigOne );
766 LL_ADD( result2, result2, bigSixTeen);
H A Dtimetest.c548 LL_ADD(usecs, usecs, usecPer10Min);
636 LL_ADD(usecs, usecs, usecPer10Min);
H A Dbigfile.c271 LL_ADD(big_answer, big_answer, big_fragment);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbeos.c119 LL_ADD(s, s, us);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprlong.h143 ** LL_ADD Summation (two's complement)
147 #define LL_ADD(r, a, b) ((r) = (a) + (b)) macro
240 #define LL_ADD(r, a, b) { \ macro
429 LL_ADD(l, l, _lo_d); \
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dunix.c2387 LL_ADD(info->modifyTime, info->modifyTime, us);
2391 LL_ADD(info->creationTime, info->creationTime, us);
2404 LL_ADD(info->modifyTime, info->modifyTime, us);
2408 LL_ADD(info->creationTime, info->creationTime, us);
2425 LL_ADD(info->modifyTime, info->modifyTime, us);
2429 LL_ADD(info->creationTime, info->creationTime, us);
2442 LL_ADD(info->modifyTime, info->modifyTime, us);
2446 LL_ADD(info->creationTime, info->creationTime, us);
2464 LL_ADD(info->modifyTime, info->modifyTime, us);
2468 LL_ADD(inf
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprscanf.c194 LL_ADD(x, x, d);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2misc.c105 LL_ADD(s, s, ms);
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/
H A Dprmsgc.c2936 LL_ADD(allocTime, PR_Now(), ldelta);
3170 LL_ADD(allocTime, PR_Now(), ldelta);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileMac.cpp1931 LL_ADD((*aFileSize), dataInt64, resInt64);
3307 LL_ADD((*aFileSize), dataInt64, resInt64);
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/tests/
H A DTestXPTCInvoke.cpp179 LL_ADD(*retval, p1, p2);

Completed in 97 milliseconds