Searched refs:LL_DIV (Results 1 - 17 of 17) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprinrval.c101 LL_DIV(tock, tock, msecPerSec);
116 LL_DIV(tock, tock, usecPerSec);
136 LL_DIV(tock, tock, tps);
151 LL_DIV(tock, tock, tps);
H A Dprtime.c122 LL_DIV(sec, time, usecPerSec);
135 LL_DIV(numDays64, sec, secPerDay);
688 LL_DIV(secs64, secs64, usecPerSec); /* Convert to seconds */
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestAtoms.cpp109 LL_DIV(creates, creates, ustoms);
111 LL_DIV(finds, finds, ustoms);
113 LL_DIV(lookups, lookups, ustoms);
H A DCvtURL.cpp114 LL_DIV(conversion, conversion, ustoms);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dinrval.c135 LL_DIV(per_call, elapsed, ten26th);
160 LL_DIV(elapsed, elapsed, thousand);
H A Dlltest.c723 /* LL_DIV() Division */
724 LL_DIV( result, bigOne, bigOne);
726 ResultFailed( "LL_DIV", "1 != 1", bigOne, result);
728 LL_DIV( result, bigNumber, bigOne );
730 ResultFailed( "LL_DIV", "r != n / 1", bigNumber, result);
732 LL_DIV( result, bigNumber, bigMinusOne );
734 ResultFailed( "LL_DIV", "r != n / -1", bigMinusNumber, result);
736 LL_DIV( result, bigMinusNumber, bigMinusOne );
738 ResultFailed( "LL_DIV", "r != -n / -1", bigNumber, result);
741 LL_DIV( resul
[all...]
H A Dtime.c123 LL_DIV(rv, rv, q);
H A Dtimetest.c135 LL_DIV(t, t, usec_per_sec);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmactime.c221 LL_DIV(upTime, upTime, microtomilli);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTimelineService.cpp307 LL_DIV(llsecs, tm, 1000000);
309 LL_DIV(llmsecs, tmp, 1000);
H A DnsInt64.h182 LL_DIV(mValue, mValue, aObject.mValue);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprlong.h154 ** LL_DIV Quotient (two's complement)
158 #define LL_DIV(r, a, b) ((r) = (a) / (b)) macro
284 #define LL_DIV(r, a, b) { \ macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dsolaris.c72 LL_DIV(time.pr64, time.pr64, resolution);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileWin.cpp1439 LL_DIV(*aLastModifiedTime, mFileInfo64.modifyTime, usecPerMsec);
1459 LL_DIV(*aLastModifiedTime, info.modifyTime, usecPerMsec);
H A DnsLocalFileUnix.cpp960 LL_DIV(*aLastModTime, info.modifyTime, usecPerMsec);
H A DnsLocalFileMac.cpp505 LL_DIV(dateInSeconds, aTime, usecPerSec); // dateInSeconds = aTime/1,000
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c407 LL_DIV(elapsed, elapsed, aMil);

Completed in 96 milliseconds