Home
last modified time | relevance | path

Searched refs:starttime (Results 1 – 25 of 53) sorted by relevance

123

/minix/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dpretty.build13 my $starttime = time;
55 if (time != $starttime) {
56 my $delay = time - $starttime;
62 printf("\nFinished building source (%d seconds, %3.2f files per second).\n", time - $starttime, $ra…
/minix/crypto/external/bsd/openssl/dist/crypto/rand/
H A Drand_win.c405 DWORD starttime = 0; in RAND_poll() local
441 starttime = GetTickCount(); in RAND_poll()
470 || (GetTickCount() - starttime) < in RAND_poll()
484 || (GetTickCount() - starttime) < MAXDELAY) in RAND_poll()
503 || (GetTickCount() - starttime) < MAXDELAY)); in RAND_poll()
516 starttime = GetTickCount(); in RAND_poll()
522 || (GetTickCount() - starttime) < MAXDELAY)); in RAND_poll()
531 starttime = GetTickCount(); in RAND_poll()
537 || (GetTickCount() - starttime) < MAXDELAY)); in RAND_poll()
546 starttime = GetTickCount(); in RAND_poll()
[all …]
/minix/external/bsd/bind/dist/bin/tests/pkcs11/benchmarks/
H A Drandom.c100 struct timespec starttime; in main() local
154 if (clock_gettime(CLOCK_REALTIME, &starttime) < 0) { in main()
176 endtime.tv_sec -= starttime.tv_sec; in main()
177 endtime.tv_nsec -= starttime.tv_nsec; in main()
H A Dsession.c94 struct timespec starttime; in main() local
155 if (clock_gettime(CLOCK_REALTIME, &starttime) < 0) { in main()
181 endtime.tv_sec -= starttime.tv_sec; in main()
182 endtime.tv_nsec -= starttime.tv_nsec; in main()
H A Dsha1.c101 struct timespec starttime; in main() local
162 if (clock_gettime(CLOCK_REALTIME, &starttime) < 0) { in main()
198 endtime.tv_sec -= starttime.tv_sec; in main()
199 endtime.tv_nsec -= starttime.tv_nsec; in main()
H A Dfind.c108 struct timespec starttime; in main() local
172 if (clock_gettime(CLOCK_REALTIME, &starttime) < 0) { in main()
211 endtime.tv_sec -= starttime.tv_sec; in main()
212 endtime.tv_nsec -= starttime.tv_nsec; in main()
H A Dlogin.c99 struct timespec starttime; in main() local
166 if (clock_gettime(CLOCK_REALTIME, &starttime) < 0) { in main()
217 endtime.tv_sec -= starttime.tv_sec; in main()
218 endtime.tv_nsec -= starttime.tv_nsec; in main()
H A Dcreate.c120 struct timespec starttime; in main() local
206 if (clock_gettime(CLOCK_REALTIME, &starttime) < 0) { in main()
231 endtime.tv_sec -= starttime.tv_sec; in main()
232 endtime.tv_nsec -= starttime.tv_nsec; in main()
H A Dpubrsa.c144 struct timespec starttime; in main() local
226 if (clock_gettime(CLOCK_REALTIME, &starttime) < 0) { in main()
251 endtime.tv_sec -= starttime.tv_sec; in main()
252 endtime.tv_nsec -= starttime.tv_nsec; in main()
H A Dverify.c146 struct timespec starttime; in main() local
233 if (clock_gettime(CLOCK_REALTIME, &starttime) < 0) { in main()
266 endtime.tv_sec -= starttime.tv_sec; in main()
267 endtime.tv_nsec -= starttime.tv_nsec; in main()
H A Dprivrsa.c223 struct timespec starttime; in main() local
305 if (clock_gettime(CLOCK_REALTIME, &starttime) < 0) { in main()
330 endtime.tv_sec -= starttime.tv_sec; in main()
331 endtime.tv_nsec -= starttime.tv_nsec; in main()
H A Dsign.c225 struct timespec starttime; in main() local
311 if (clock_gettime(CLOCK_REALTIME, &starttime) < 0) { in main()
344 endtime.tv_sec -= starttime.tv_sec; in main()
345 endtime.tv_nsec -= starttime.tv_nsec; in main()
H A Dgenrsa.c132 struct timespec starttime; in main() local
227 if (clock_gettime(CLOCK_REALTIME, &starttime) < 0) { in main()
253 endtime.tv_sec -= starttime.tv_sec; in main()
254 endtime.tv_nsec -= starttime.tv_nsec; in main()
/minix/minix/tests/
H A Dtest69.c154 struct timespec starttime, endtime; in main() local
157 if (clock_gettime(CLOCK_MONOTONIC, &starttime) == -1) e(1); in main()
168 if ((starttime.tv_sec > endtime.tv_sec) || in main()
169 (starttime.tv_sec == endtime.tv_sec && in main()
170 starttime.tv_nsec > endtime.tv_nsec)) e(3); in main()
/minix/minix/commands/dhrystone/
H A Ddhrystone.c260 unsigned long starttime; in Proc0() local
280 starttime = time((long *) 0); in Proc0()
285 starttime = tms.tms_utime; in Proc0()
292 nulltime = time((long *) 0) - starttime; /* Computes o'head of loop */ in Proc0()
297 nulltime = tms.tms_utime - starttime; /* Computes overhead of looping */ in Proc0()
324 starttime = time((long *) 0); in Proc0()
329 starttime = tms.tms_utime; in Proc0()
365 benchtime = time((long *) 0) - starttime; in Proc0()
370 benchtime = tms.tms_utime - starttime; in Proc0()
/minix/minix/commands/progressbar/
H A Dprogressbar.c11 prettyprogress(long b, long maxb, time_t starttime) in prettyprogress() argument
17 spent = now - starttime; in prettyprogress()
/minix/minix/include/minix/
H A Dtimers.h84 #define RESET_STATS(starttime, cum_instances, cum_spenttime, cum_starttime) { \ argument
86 cum_starttime = starttime; \
/minix/crypto/external/bsd/heimdal/dist/kdc/
H A Dkrb5tgs.c388 if(*tgt->starttime > kdc_time){ in check_tgs_flags()
456 *et->starttime = *b->from; in check_tgs_flags()
483 if(tgt->starttime) in check_tgs_flags()
484 old_life -= *tgt->starttime; in check_tgs_flags()
767 ALLOC(et.starttime); in tgs_make_reply()
768 *et.starttime = kdc_time; in tgs_make_reply()
851 *et.starttime = min(*et.starttime, *et.renew_till); in tgs_make_reply()
855 *et.starttime = min(*et.starttime, et.endtime); in tgs_make_reply()
936 ek.starttime = et.starttime; in tgs_make_reply()
1003 if(et.starttime) in tgs_make_reply()
[all …]
/minix/external/bsd/tcpdump/dist/
H A Dprint-mpcp.c72 uint8_t starttime[MPCP_TIMESTAMP_LEN]; member
181 EXTRACT_32BITS(mpcp.grant->starttime), in mpcp_print()
/minix/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Drd_cred.c290 if (kci->starttime) in krb5_rd_cred()
291 creds->times.starttime = *kci->starttime; in krb5_rd_cred()
H A Dticket.c775 if (rep->enc_part.starttime) { in _krb5_extract_ticket()
776 tmp_time = *rep->enc_part.starttime; in _krb5_extract_ticket()
780 if (creds->times.starttime == 0 in _krb5_extract_ticket()
790 if (creds->times.starttime != 0 in _krb5_extract_ticket()
791 && tmp_time != creds->times.starttime) { in _krb5_extract_ticket()
797 creds->times.starttime = tmp_time; in _krb5_extract_ticket()
H A Dcreds.c178 return a->starttime == b->starttime && in krb5_times_equal()
H A Dget_for_creds.c376 ALLOC(krb_cred_info->starttime, 1); in krb5_get_forwarded_creds()
377 *krb_cred_info->starttime = out_creds->times.starttime; in krb5_get_forwarded_creds()
/minix/crypto/external/bsd/heimdal/dist/kuser/
H A Dklist.c88 if(cred->times.starttime) in print_cred()
90 printable_time(cred->times.starttime)); in print_cred()
188 if(cred->times.authtime != cred->times.starttime) in print_cred_verbose()
190 printable_time_long(cred->times.starttime)); in print_cred_verbose()
H A Dkinit.c585 if(abs(cred.times.endtime - cred.times.starttime - ticket_life) > 30) { in get_new_tickets()
587 unparse_time_approx(cred.times.endtime - cred.times.starttime, in get_new_tickets()
593 if(abs(cred.times.renew_till - cred.times.starttime - renew) > 30) { in get_new_tickets()
595 unparse_time_approx(cred.times.renew_till - cred.times.starttime, in get_new_tickets()
682 timeout = cred->times.endtime - cred->times.starttime; in ticket_lifetime()

123