Searched refs:tend (Results 1 - 25 of 38) sorted by relevance

12

/macosx-10.10.1/hfs-285/CopyHFSMeta/
H A Ddump.c23 unsigned char *tend = MIN(end, cp + WIDTH); local
26 size_t gap = (cp + WIDTH) - tend;
28 if (gap != 0 || tend == end)
31 for (tmp = cp; tmp < tend; tmp++) {
49 for (i = 0, tmp = cp; tmp < tend; tmp++) {
62 for (tmp = cp; tmp < tend; tmp++) {
/macosx-10.10.1/OpenSSL098-52/src/crypto/bf/
H A Dbfspeed.c142 static struct tms tstart,tend; local
151 times(&tend);
152 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
156 static struct timeb tstart,tend; local
166 ftime(&tend);
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
178 times(&tend);
179 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
183 static struct timeb tstart,tend; local
193 ftime(&tend);
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
141 times(&tend);
142 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
146 static struct timeb tstart,tend; local
156 ftime(&tend);
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
167 times(&tend);
168 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
172 static struct timeb tstart,tend; local
182 ftime(&tend);
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
151 times(&tend);
152 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
156 static struct timeb tstart,tend; local
166 ftime(&tend);
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
188 times(&tend);
189 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
193 static struct timeb tstart,tend; local
203 ftime(&tend);
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
151 times(&tend);
152 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
156 static struct timeb tstart,tend; local
166 ftime(&tend);
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
151 times(&tend);
152 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
156 static struct timeb tstart,tend; local
166 ftime(&tend);
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
151 times(&tend);
152 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
156 static struct timeb tstart,tend; local
166 ftime(&tend);
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
159 times(&tend);
160 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
164 static struct timeb tstart,tend; local
174 ftime(&tend);
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
159 times(&tend);
160 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
164 static struct timeb tstart,tend; local
174 ftime(&tend);
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
156 times(&tend);
157 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
161 static struct timeb tstart,tend; local
171 ftime(&tend);
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
373 times(&tend);
374 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
378 static struct timeb tstart,tend; local
388 ftime(&tend);
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
151 times(&tend);
152 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
156 static struct timeb tstart,tend; local
166 ftime(&tend);
167 i=(long)tend.millitm-(long)tstart.millitm;
168 ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
/macosx-10.10.1/xnu-2782.1.97/tools/tests/perf_index/
H A Dperf_index.c104 struct timeval tend; local
105 gettimeofday(&tend, NULL);
106 if(tend.tv_usec >= tp->tv_usec) {
107 tp->tv_sec = tend.tv_sec - tp->tv_sec;
108 tp->tv_usec = tend.tv_usec - tp->tv_usec;
111 tp->tv_sec = tend.tv_sec - tp->tv_sec - 1;
112 tp->tv_usec = tend.tv_usec - tp->tv_usec + 1000000;
/macosx-10.10.1/expat-12/expat/tests/benchmark/
H A Dbenchmark.c33 clock_t tstart, tend; local
102 tend = clock();
103 cpuTime += ((double) (tend - tstart)) / CLOCKS_PER_SEC;
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Ds_time.c377 static struct tms tstart,tend; local
383 times(&tend);
384 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
388 static clock_t tstart,tend; local
397 tend=clock();
398 ret=(double)((double)(tend)-(double)(tstart));
418 static struct timeb tstart,tend; local
425 ftime(&tend);
426 i=(long)tend.millitm-(long)tstart.millitm;
427 ret=((double)(tend
[all...]
H A Dspeed.c351 static clock_t tstart,tend; local
360 tend=clock();
361 ret=(double)((double)(tend)-(double)(tstart));
375 static struct rusage tstart,tend; local
387 getrusage(RUSAGE_SELF,&tend);
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
407 gettimeofday(&tend,NULL);
408 i=(long)tend
418 static struct tms tstart,tend; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/mac-mpw/
H A DREADME17 they are put into unix tarfiles, which tend to mangle the
/macosx-10.10.1/CPANInternal-159.1/UNIVERSAL-moniker-0.08/
H A Dmoniker.pm15 written in prose. For this reason, we tend to say things like "customer" or
/macosx-10.10.1/smb-759.0/kernel/netsmb/
H A Dsmb_trantcp.c503 struct timespec tstart, tend; local
523 nanouptime(&tend);
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/hfs-285/fsck_hfs/dfalib/
H A DSUtils.c1608 unsigned char *tend = MIN(end, cp + WIDTH); local
1611 size_t gap = (cp + WIDTH) - tend;
1613 if (gap != 0 || tend == end)
1616 for (tmp = cp; tmp < tend; tmp++) {
1634 for (i = 0, tmp = cp; tmp < tend; tmp++) {
1647 for (tmp = cp; tmp < tend; tmp++) {
/macosx-10.10.1/vim-55/runtime/keymap/
H A Dbulgarian-phonetic.vim11 " Cyrillic letters tend to be mapped to their Latin homophones wherever
/macosx-10.10.1/dtrace-147/libctf/
H A Dctf_open.c311 const ctf_type_t *tend = (ctf_type_t *)(fp->ctf_buf + cth->cth_stroff); local
334 for (tp = tbuf; tp < tend; fp->ctf_typemax++) {
454 for (id = 1, tp = tbuf; tp < tend; xp++, id++) {

Completed in 301 milliseconds

12