Searched refs:LL_SUB (Results 1 - 14 of 14) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestAtoms.cpp108 LL_SUB(creates, end0, start);
110 LL_SUB(finds, end1, end0);
112 LL_SUB(lookups, end2, end1);
114 LL_SUB(dtor, end3, end2);
H A DCvtURL.cpp113 LL_SUB(conversion, end, start);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dinrval.c133 LL_SUB(elapsed, timeout, timein);
158 LL_SUB(elapsed, timeout, timein);
H A Dlltest.c689 LL_SUB( result, bigOne, bigOne );
691 ResultFailed( "LL_SUB", "r != 1 - 1", bigZero, result);
693 LL_SUB( result, bigTwo, bigOne );
695 ResultFailed( "LL_SUB", "r != 2 - 1", bigOne, result);
697 LL_SUB( result, largeValPlusOne, bigOne );
699 ResultFailed( "LL_SUB", "r != lVP1 - 1", largeVal, result);
H A Dbigfile.c211 LL_SUB(big_size, filesize64, one_meg);
H A Dtimetest.c721 LL_SUB(usecs, usecs, usecPer10Min);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprlong.c231 LL_SUB(a, a, b);
261 LL_SUB(m, m, b);
269 LL_SUB(a, a, m);
H A Dprtime.c130 LL_SUB(sec, sec, one);
302 LL_SUB(numSecs64, numSecs64, temp);
304 LL_SUB(numSecs64, numSecs64, temp);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTimelineService.cpp141 LL_SUB(delta, now, mStart);
163 LL_SUB(delta, Now(), mStart);
178 LL_SUB(delta, now, mStart);
361 LL_SUB(elapsed, tmp, thread->initTime);
H A DnsInt64.h166 LL_SUB(mValue, mValue, aObject.mValue);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprlong.h144 ** LL_SUB Difference (two's complement)
148 #define LL_SUB(r, a, b) ((r) = (a) - (b)) macro
247 #define LL_SUB(r, a, b) { \ macro
426 LL_SUB(l, l, _lo_d); \
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/
H A Dprmsgc.c1786 LL_SUB(diff, end, start);
1827 LL_SUB(diff, end, start);
2917 LL_SUB(ldelta, PR_Now(), allocTime);
2991 LL_SUB(ldelta, now, allocTime);
3152 LL_SUB(ldelta, PR_Now(), allocTime);
3218 LL_SUB(ldelta, now, allocTime);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprfile.c187 LL_SUB(result, end, cur);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c405 LL_SUB(elapsed, PR_Now(), stats.timeStarted);
1508 LL_SUB(result, end, cur);

Completed in 75 milliseconds