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

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dtimer.h65 uint64_t tend; \
69 tend = AV_READ_TIME(); \
75 tend - tstart < 8 * tsum / tcount || \
76 tend - tstart < 2000) { \
77 tsum+= tend - tstart; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dtimer.h50 uint64_t tend; \
54 tend = AV_READ_TIME(); \
60 tend - tstart < 8 * tsum / tcount || \
61 tend - tstart < 2000) { \
62 tsum+= tend - tstart; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bf/
H A Dbfspeed.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;
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/rc2/
H A Drc2speed.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/rc4/
H A Drc4speed.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/rc5/
H A Drc5speed.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/timemachine/openssl-0.9.8e/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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc2/
H A Drc2speed.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/crypto/rc4/
H A Drc4speed.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/crypto/rc5/
H A Drc5speed.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/timemachine/openssl-0.9.8e/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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbnspeed.c134 static struct tms tstart, tend; local
140 times(&tend);
141 ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ;
145 static struct timeb tstart, tend; local
152 ftime(&tend);
153 i = (long)tend.millitm - (long)tstart.millitm;
154 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 Dcast_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 Dbfspeed.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/bn/
H A Dbnspeed.c134 static struct tms tstart, tend; local
140 times(&tend);
141 ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ;
145 static struct timeb tstart, tend; local
152 ftime(&tend);
153 i = (long)tend.millitm - (long)tstart.millitm;
154 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 Dcast_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/timemachine/openssl-0.9.8e/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;

Completed in 289 milliseconds

123