Searched refs:tstart (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10.1/OpenSSL098-52/src/crypto/bf/
H A Dbfspeed.c142 static struct tms tstart,tend; local
146 times(&tstart);
152 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
156 static struct timeb tstart,tend; local
161 ftime(&tstart);
167 i=(long)tend.millitm-(long)tstart.millitm;
168 ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
H A Dbf_opts.c169 static struct tms tstart,tend; local
173 times(&tstart);
179 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
183 static struct timeb tstart,tend; local
188 ftime(&tstart);
194 i=(long)tend.millitm-(long)tstart.millitm;
195 ret=((double)(tend.time-tstart.time))+((double)i)/1000.0;
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/
H A Dbnspeed.c132 static struct tms tstart,tend; local
136 times(&tstart);
142 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
146 static struct timeb tstart,tend; local
151 ftime(&tstart);
157 i=(long)tend.millitm-(long)tstart.millitm;
158 ret=((double)(tend.time-tstart.time))+((double)i)/1000.0;
H A Dexpspeed.c158 static struct tms tstart,tend; local
162 times(&tstart);
168 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
172 static struct timeb tstart,tend; local
177 ftime(&tstart);
183 i=(long)tend.millitm-(long)tstart.millitm;
184 ret=((double)(tend.time-tstart.time))+((double)i)/1000.0;
/macosx-10.10.1/OpenSSL098-52/src/crypto/cast/
H A Dcast_spd.c142 static struct tms tstart,tend; local
146 times(&tstart);
152 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
156 static struct timeb tstart,tend; local
161 ftime(&tstart);
167 i=(long)tend.millitm-(long)tstart.millitm;
168 ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
H A Dcastopts.c179 static struct tms tstart,tend; local
183 times(&tstart);
189 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
193 static struct timeb tstart,tend; local
198 ftime(&tstart);
204 i=(long)tend.millitm-(long)tstart.millitm;
205 ret=((double)(tend.time-tstart.time))+((double)i)/1000.0;
/macosx-10.10.1/OpenSSL098-52/src/crypto/rc2/
H A Drc2speed.c142 static struct tms tstart,tend; local
146 times(&tstart);
152 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
156 static struct timeb tstart,tend; local
161 ftime(&tstart);
167 i=(long)tend.millitm-(long)tstart.millitm;
168 ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
/macosx-10.10.1/OpenSSL098-52/src/crypto/rc4/
H A Drc4speed.c142 static struct tms tstart,tend; local
146 times(&tstart);
152 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
156 static struct timeb tstart,tend; local
161 ftime(&tstart);
167 i=(long)tend.millitm-(long)tstart.millitm;
168 ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
/macosx-10.10.1/OpenSSL098-52/src/crypto/rc5/
H A Drc5speed.c142 static struct tms tstart,tend; local
146 times(&tstart);
152 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
156 static struct timeb tstart,tend; local
161 ftime(&tstart);
167 i=(long)tend.millitm-(long)tstart.millitm;
168 ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbnspeed.c150 static struct tms tstart,tend; local
154 times(&tstart);
160 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
164 static struct timeb tstart,tend; local
169 ftime(&tstart);
175 i=(long)tend.millitm-(long)tstart.millitm;
176 ret=((double)(tend.time-tstart.time))+((double)i)/1000.0;
H A Dexpspeed.c150 static struct tms tstart,tend; local
154 times(&tstart);
160 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
164 static struct timeb tstart,tend; local
169 ftime(&tstart);
175 i=(long)tend.millitm-(long)tstart.millitm;
176 ret=((double)(tend.time-tstart.time))+((double)i)/1000.0;
/macosx-10.10.1/OpenSSL098-52/src/crypto/des/
H A Dspeed.c147 static struct tms tstart,tend; local
151 times(&tstart);
157 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
161 static struct timeb tstart,tend; local
166 ftime(&tstart);
172 i=(long)tend.millitm-(long)tstart.millitm;
173 ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
H A Ddes_opts.c364 static struct tms tstart,tend; local
368 times(&tstart);
374 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
378 static struct timeb tstart,tend; local
383 ftime(&tstart);
389 i=(long)tend.millitm-(long)tstart.millitm;
390 ret=((double)(tend.time-tstart.time))+((double)i)/1000.0;
/macosx-10.10.1/OpenSSL098-52/src/crypto/idea/
H A Didea_spd.c142 static struct tms tstart,tend; local
146 times(&tstart);
152 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
156 static struct timeb tstart,tend; local
161 ftime(&tstart);
167 i=(long)tend.millitm-(long)tstart.millitm;
168 ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
/macosx-10.10.1/expat-12/expat/tests/benchmark/
H A Dbenchmark.c33 clock_t tstart, tend; local
83 tstart = clock();
103 cpuTime += ((double) (tend - tstart)) / CLOCKS_PER_SEC;
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-misc.c142 struct timeval tstart, tstop, tremain, time2wait; local
145 (void) gettimeofday(&tstart, NULL);
152 (tstop.tv_sec - tstart.tv_sec);
154 (tstop.tv_usec - tstart.tv_usec);
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Ds_time.c377 static struct tms tstart,tend; local
380 times(&tstart);
384 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
388 static clock_t tstart,tend; local
392 tstart=clock();
398 ret=(double)((double)(tend)-(double)(tstart));
418 static struct timeb tstart,tend; local
422 ftime(&tstart);
426 i=(long)tend.millitm-(long)tstart.millitm;
427 ret=((double)(tend.time-tstart
[all...]
H A Dspeed.c351 static clock_t tstart,tend; local
355 tstart=clock();
361 ret=(double)((double)(tend)-(double)(tstart));
375 static struct rusage tstart,tend; local
380 getrusage(RUSAGE_SELF,&tstart);
388 i=(long)tend.ru_utime.tv_usec-(long)tstart.ru_utime.tv_usec;
389 ret=((double)(tend.ru_utime.tv_sec-tstart.ru_utime.tv_sec))
396 static struct timeval tstart,tend; local
402 gettimeofday(&tstart,NULL);
408 i=(long)tend.tv_usec-(long)tstart
418 static struct tms tstart,tend; local
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Drdataslab.c590 unsigned char *ocurrent, *ostart, *ncurrent, *tstart, *tcurrent, *data; local
710 tstart = isc_mem_get(mctx, tlength);
711 if (tstart == NULL)
713 memcpy(tstart, nslab, reservelen);
714 tcurrent = tstart + reservelen;
734 isc_mem_put(mctx, tstart, tlength);
845 INSIST(tcurrent == tstart + tlength);
847 *tslabp = tstart;
858 unsigned char *mcurrent, *sstart, *scurrent, *tstart, *tcurrent; local
948 tstart
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/examples_c/
H A Dex_thread.c42 void *tstart __P((void *));
190 &tids[i], NULL, tstart, (void *)(uintptr_t)i)) != 0)
464 * tstart --
468 tstart(arg) function
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Dregi.el162 (let* ((tstart start)
/macosx-10.10.1/remote_cmds-47/tftp.tproj/
H A Dtftp.c656 struct timeval tstart; variable in typeref:struct:timeval
663 (void)gettimeofday(&tstart, NULL);
681 ((tstart.tv_sec*10.)+(tstart.tv_usec/100000));
/macosx-10.10.1/smb-759.0/kernel/netsmb/
H A Dsmb_trantcp.c503 struct timespec tstart, tend; local
518 nanouptime(&tstart);
525 if (tstart.tv_sec < gWakeTime.tv_sec)
526 tstart.tv_sec = gWakeTime.tv_sec;
528 if (tend.tv_sec > (tstart.tv_sec + SMB_SB_RCVTIMEO)) {
530 SMBERROR("Breaking connection, sock_receivembuf blocked for %d\n", (int)(tend.tv_sec - tstart.tv_sec));
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dgdb.vim29 syn keyword gdbStatement contained stop target tbreak tdump tfind thbreak thread tp trace tstart tstatus tstop
/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_intres.c1113 register char *tstart; local
1135 tstart = cp++;
1149 return tstart;

Completed in 286 milliseconds

12