Home
last modified time | relevance | path

Searched refs:startTime (Results 1 – 20 of 20) sorted by relevance

/src/crypto/krb5/src/lib/crypto/crypto_tests/
H A Dt_mddriver.c167 time_t endTime, startTime; in MDTimeTrial() local
179 time (&startTime); in MDTimeTrial()
190 printf ("\nTime = %ld seconds\n", (long)(endTime-startTime)); in MDTimeTrial()
193 (long)TEST_BLOCK_LEN * (long)TEST_BLOCK_COUNT/(endTime-startTime)); in MDTimeTrial()
/src/tools/regression/environ/
H A Dtimings.c47 report_time(const char *action, struct timeval *startTime, in report_time() argument
57 (endTime->tv_sec - startTime->tv_sec) + in report_time()
58 (double)(endTime->tv_usec - startTime->tv_usec) / 1000000)); in report_time()
/src/contrib/ntp/sntp/libevent/
H A Devthread_win32.c240 DWORD ms = INFINITE, ms_orig = INFINITE, startTime, endTime; in evthread_win32_cond_wait() local
251 startTime = GetTickCount(); in evthread_win32_cond_wait()
270 if (startTime + ms_orig <= endTime) { in evthread_win32_cond_wait()
276 ms = startTime + ms_orig - endTime; in evthread_win32_cond_wait()
/src/contrib/libevent/
H A Devthread_win32.c240 DWORD ms = INFINITE, ms_orig = INFINITE, startTime, endTime; in evthread_win32_cond_wait() local
251 startTime = GetTickCount(); in evthread_win32_cond_wait()
270 if (startTime + ms_orig <= endTime) { in evthread_win32_cond_wait()
276 ms = startTime + ms_orig - endTime; in evthread_win32_cond_wait()
/src/crypto/openssl/crypto/x509/
H A Dv3_timespec.c50 ASN1_EXP_OPT(OSSL_TIME_SPEC_ABSOLUTE, startTime, ASN1_GENERALIZEDTIME, 0),
131 if (time->startTime != NULL && time->endTime != NULL) {
134 if (!ossl_asn1_time_print_ex(out, time->startTime, 0))
140 } else if (time->startTime != NULL) {
143 if (!ossl_asn1_time_print_ex(out, time->startTime, 0))
145 if (BIO_printf(out, "%.*s", time->startTime->length, time->startTime->data) <= 0)
/src/contrib/llvm-project/lld/Common/
H A DTimer.cpp19 startTime = std::chrono::high_resolution_clock::now(); in ScopedTimer()
25 t->addToTotal(std::chrono::high_resolution_clock::now() - startTime); in stop()
/src/sys/dev/pms/freebsd/driver/ini/src/
H A Dosapi.c160 if (ccbIO->startTime == 0) /* IO has been completed. No local abort */ in ostiInitiatorEvent()
172 if (ccbIO->startTime == 0) /* IO has been completed. */ in ostiInitiatorEvent()
225 pTMccb->startTime = ticks; in ostiInitiatorEvent()
329 pccb->startTime = 0; in ostiInitiatorIOCompleted()
486 pccb->startTime = 0; /* indicate aborted IO completion */ in osti_FastIOCb()
H A Dagtiapi.c1981 pccb->startTime = 0; in agtiapi_GetCCB()
2062 pccb->startTime = ticks; in agtiapi_QueueCmnd_()
2219 (pccb_curr->startTime == 0) /* && (pccb->startTime == 0) */) in agtiapi_CheckIOTimeout()
2223 else if ( ( (ticks-pccb_curr->startTime) >= ag_timeout_secs ) && in agtiapi_CheckIOTimeout()
2228 pccb_curr, pccb_curr->flags, pccb->startTime, in agtiapi_CheckIOTimeout()
2370 pTMccb->startTime = ticks; in agtiapi_StartTM()
4212 pccb->startTime = ticks; in agtiapi_Retry()
4557 pccb->startTime = 0; in agtiapi_FreeCCB()
4689 pccb->startTime = 0; in agtiapi_FreeSMPCCB()
4727 pccb->startTime = 0; in agtiapi_FreeTMCCB()
[all …]
H A Dagtiapi.h91 U32_64 startTime; member
/src/contrib/llvm-project/lld/include/lld/Common/
H A DTimer.h32 std::chrono::time_point<std::chrono::high_resolution_clock> startTime; member
/src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp242 startTime = tick; in start()
252 if (startTime.getValue() == 0) in stop()
255 stat->addSample(((tick - startTime) - totalPauseTime).ticks()); in stop()
261 startTime.getValue() - __kmp_stats_start_time.getValue(), in stop()
269 startTime = 0; in stop()
H A Dkmp_stats.h493 tsc_tick_count startTime; variable
499 : stat(s), timerEnumValue(te), startTime(), pauseStartTime(0), in explicitTimer()
510 startTime = 0; in reset()
/src/sys/netgraph/
H A Dng_source.h58 struct timeval startTime; member
H A Dng_source.c381 &sc->stats.startTime); in ng_source_rcvmsg()
701 getmicrotime(&sc->stats.startTime); in ng_source_start()
719 timevalsub(&sc->stats.elapsedTime, &sc->stats.startTime); in ng_source_stop()
/src/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsahw.c1422 bit32 startTime, endTime; // TestBase in siHDAMode() local
1574 startTime = ossaTimeStamp(agRoot); in siHDAMode()
1575 …SA_DBG1(("siHDAMode: Step4: Ready to push ILA to 0x00400000! (start_time = %d)\n", startTime)); … in siHDAMode()
1588 …: End Step4: (step_time[4] = %d, %d ms)\n", stepTime[4], (stepTime[4] - startTime))); // TestBase in siHDAMode()
1600 …: End Step5: (step_time[5] = %d, %d ms)\n", stepTime[5], (stepTime[5] - startTime))); // TestBase in siHDAMode()
1635 …: End Step6: (step_time[6] = %d, %d ms)\n", stepTime[6], (stepTime[6] - startTime))); // TestBase in siHDAMode()
1678 …: End Step7: (step_time[7] = %d, %d ms)\n", stepTime[7], (stepTime[7] - startTime))); // TestBase in siHDAMode()
1701 …: End Step8: (step_time[8] = %d, %d ms)\n", stepTime[8], (stepTime[8] - startTime))); // TestBase in siHDAMode()
1729 …: End Step9: (step_time[9] = %d, %d ms)\n", stepTime[9], (stepTime[9] - startTime))); // TestBase in siHDAMode()
1753 …d Step10: (step_time[10] = %d, %d ms)\n", stepTime[10], (stepTime[10] - startTime))); // TestBase in siHDAMode()
[all …]
/src/crypto/openssl/include/openssl/
H A Dx509v3.h.in1135 ASN1_GENERALIZEDTIME *startTime; member
H A Dx509v3.h1616 ASN1_GENERALIZEDTIME *startTime; member
/src/contrib/libxo/xohtml/external/
H A Djquery.js8708 this.startTime = fxNow || createFxNow();
8770 if ( gotoEnd || t >= options.duration + this.startTime ) {
8826 n = t - this.startTime;
/src/contrib/bsnmp/tests/
H A Dcatch.hpp14651 auto startTime = getCurrentNanosecondsSinceEpoch(); in estimateClockResolution() local
14667 if (ticks > startTime + 3 * nanosecondsInSecond) { in estimateClockResolution()
/src/contrib/sqlite3/
H A Dsqlite3.c24071 i64 startTime; /* Time when query started - used for profiling */ member
91525 assert( p->startTime>0 );
91529 iElapse = (iNow - p->startTime)*1000000;
91538 p->startTime = 0;
91545 if( ((P)->startTime)>0 ){ invokeProfileCallback(DB,P); }
92251 sqlite3OsCurrentTimeInt64(db->pVfs, &p->startTime);
92253 assert( p->startTime==0 );