Searched refs:tend (Results 26 - 50 of 53) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dexpspeed.c160 static struct tms tstart, tend; local
166 times(&tend);
167 ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ;
171 static struct timeb tstart, tend; local
178 ftime(&tend);
179 i = (long)tend.millitm - (long)tstart.millitm;
180 ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1000.0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/cast/
H A Dcastopts.c171 static struct tms tstart, tend; local
177 times(&tend);
178 ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ;
182 static struct timeb tstart, tend; local
189 ftime(&tend);
190 i = (long)tend.millitm - (long)tstart.millitm;
191 ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1000.0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Dspeed.c141 static struct tms tstart, tend; local
147 times(&tend);
148 ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ;
152 static struct timeb tstart, tend; local
159 ftime(&tend);
160 i = (long)tend.millitm - (long)tstart.millitm;
161 ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1e3;
H A Ddes_opts.c367 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
385 ftime(&tend);
386 i = (long)tend.millitm - (long)tstart.millitm;
387 ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1000.0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/idea/
H A Didea_spd.c136 static struct tms tstart, tend; local
142 times(&tend);
143 ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ;
147 static struct timeb tstart, tend; local
154 ftime(&tend);
155 i = (long)tend.millitm - (long)tstart.millitm;
156 ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1e3;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bf/
H A Dbf_opts.c161 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
179 ftime(&tend);
180 i = (long)tend.millitm - (long)tstart.millitm;
181 ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1000.0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dexpspeed.c160 static struct tms tstart, tend; local
166 times(&tend);
167 ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ;
171 static struct timeb tstart, tend; local
178 ftime(&tend);
179 i = (long)tend.millitm - (long)tstart.millitm;
180 ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1000.0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cast/
H A Dcastopts.c171 static struct tms tstart, tend; local
177 times(&tend);
178 ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ;
182 static struct timeb tstart, tend; local
189 ftime(&tend);
190 i = (long)tend.millitm - (long)tstart.millitm;
191 ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1000.0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A Dspeed.c141 static struct tms tstart, tend; local
147 times(&tend);
148 ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ;
152 static struct timeb tstart, tend; local
159 ftime(&tend);
160 i = (long)tend.millitm - (long)tstart.millitm;
161 ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1e3;
H A Ddes_opts.c367 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
385 ftime(&tend);
386 i = (long)tend.millitm - (long)tstart.millitm;
387 ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1000.0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/idea/
H A Didea_spd.c136 static struct tms tstart, tend; local
142 times(&tend);
143 ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ;
147 static struct timeb tstart, tend; local
154 ftime(&tend);
155 i = (long)tend.millitm - (long)tstart.millitm;
156 ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1e3;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/tests/benchmark/
H A Dbenchmark.c33 clock_t tstart, tend; local
102 tend = clock();
103 cpuTime += ((double) (tend - tstart)) / CLOCKS_PER_SEC;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/tests/benchmark/
H A Dbenchmark.c33 clock_t tstart, tend; local
102 tend = clock();
103 cpuTime += ((double) (tend - tstart)) / CLOCKS_PER_SEC;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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.c336 static clock_t tstart,tend; local
345 tend=clock();
346 ret=(double)((double)(tend)-(double)(tstart));
360 static struct rusage tstart,tend; local
372 getrusage(RUSAGE_SELF,&tend);
373 i=(long)tend.ru_utime.tv_usec-(long)tstart.ru_utime.tv_usec;
374 ret=((double)(tend.ru_utime.tv_sec-tstart.ru_utime.tv_sec))
381 static struct timeval tstart,tend; local
392 gettimeofday(&tend,NULL);
393 i=(long)tend
403 static struct tms tstart,tend; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
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;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pnp/
H A Dresource.c170 resource_size_t *port, *end, *tport, *tend; local
198 tend = &tres->end;
199 if (ranged_conflict(port, end, tport, tend))
217 tend = &tres->end;
218 if (ranged_conflict(port, end, tport, tend))
232 resource_size_t *addr, *end, *taddr, *tend; local
260 tend = &tres->end;
261 if (ranged_conflict(addr, end, taddr, tend))
279 tend = &tres->end;
280 if (ranged_conflict(addr, end, taddr, tend))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Ducc_slow.h175 int tend; member in struct:ucc_slow_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dm68360_quicc.h269 volatile unsigned short tend:1; member in struct:quicc::scc_regs::__anon9635::__anon9636
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dso/
H A Ddso_dl.c357 if (((size_t)addr >= inf.tstart && (size_t)addr < inf.tend) ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dso/
H A Ddso_dl.c357 if (((size_t)addr >= inf.tstart && (size_t)addr < inf.tend) ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dpci_iommu.c763 dma_addr_t tend;
792 tend = addr + size - 1;
794 if (fend < tend) fend = tend;
762 dma_addr_t tend; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/qe_lib/
H A Ducc_slow.c293 if (us_info->tend)
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/
H A Depi_ttcp.c1831 struct timeval tdiff, tend, tstart; local
1834 tvadd( &tend, &r1->ru_utime, &r1->ru_stime ); /* user + sys time @ end */
1836 tvsub( &tdiff, &tend, &tstart );

Completed in 198 milliseconds

123