Searched refs:PR_Now (Results 1 - 25 of 29) sorted by relevance
12
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/ |
H A D | time.cpp | 50 RCTime now(PR_Now());
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | formattm.c | 50 now = PR_Now();
|
H A D | inrval.c | 129 timein = PR_Now(); 131 timeout = PR_Now(); 138 output, "Overhead of 'PR_Now()' is %u nsecs\n\n", overhead); 154 timein = PR_Now(); 156 timeout = PR_Now();
|
H A D | time.c | 122 rv = PR_Now(); 134 rv = PR_Now();
|
H A D | timemac.c | 101 ** Testing PR_Now(), PR_ExplodeTime, and PR_ImplodeTime 113 printf("** Testing PR_Now(), PR_ExplodeTime, and **\n"); 117 t1 = PR_Now();
|
H A D | perf.c | 95 time = PR_Now();
|
H A D | y2k.c | 166 * Call PR_Now, convert to calendar time using PR_ExplodeTime and 170 * Tested functions: PR_Now, PR_ExplodeTime, PR_ImplodeTime, 325 now = PR_Now();
|
H A D | timetest.c | 233 ** Testing PR_Now(), PR_ExplodeTime, and PR_ImplodeTime 246 printf("** Testing PR_Now(), PR_ExplodeTime, and **\n"); 251 t1 = PR_Now();
|
H A D | cltsrv.c | 232 PR_ExplodeTime(PR_Now(), PR_LocalTimeParameters, &tod);
|
/vbox/src/libs/xpcom18a4/xpcom/tests/ |
H A D | TestAtoms.cpp | 58 PRTime start = PR_Now(); 72 PRTime end0 = PR_Now(); 80 PRTime end1 = PR_Now(); 96 PRTime end2 = PR_Now(); 105 PRTime end3 = PR_Now();
|
H A D | CvtURL.cpp | 97 PRTime start = PR_Now(); 110 PRTime end = PR_Now();
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/ |
H A D | rctime.cpp | 48 RCTime::RCTime(RCTime::Current): RCBase() { gmt = PR_Now(); }
|
H A D | rctime.h | 110 inline void RCTime::Now() { gmt = PR_Now(); }
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ |
H A D | w16null.c | 50 * PR_Now -- 66 PR_Now(void) function
|
H A D | ntmisc.c | 76 * PR_Now -- 88 PR_Now(void)
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/ |
H A D | prtime.h | 54 #define PR_Now VBoxNsprPR_Now macro 178 * The PR_Now routine returns the current time relative to the 195 PR_Now(void);
|
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsTime.h | 60 nsTime(void) : nsInt64(PR_Now()) {
|
H A D | nsTimelineService.cpp | 186 * PR_Now() on the Mac only gives us a resolution of seconds. Using 203 return PR_Now(); 223 new_data->initTime = PR_Now(); 279 (PRUint32)(PR_Now() - initTime));
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/ |
H A D | mactime.c | 107 * PR_Now -- 118 PRTime PR_Now(void) function
|
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/ |
H A D | xptiMisc.cpp | 128 PR_ExplodeTime(PR_Now(), PR_LocalTimeParameters, &expTime);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/ |
H A D | beos.c | 97 * PR_Now -- 109 PR_Now(void)
|
/vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/ |
H A D | profile_main.cpp | 71 return nsInt64( PR_Now() );
|
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/ |
H A D | prmsgc.c | 1192 PRInt64 now = PR_Now(); 1660 start = PR_Now(); 1783 end = PR_Now(); 2795 allocTime = PR_Now(); 2917 LL_SUB(ldelta, PR_Now(), allocTime); 2936 LL_ADD(allocTime, PR_Now(), ldelta); 2985 PRInt64 now = PR_Now(); 3152 LL_SUB(ldelta, PR_Now(), allocTime); 3170 LL_ADD(allocTime, PR_Now(), ldelta); 3212 PRInt64 now = PR_Now(); [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/ |
H A D | os2misc.c | 81 * PR_Now -- 93 PR_Now(void)
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
H A D | prtrace.c | 408 tep->time = PR_Now();
|
Completed in 2428 milliseconds
12