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

/barrelfish-2018-10-04/lib/openssl-1.0.0d/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;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/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;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/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;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/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;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/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;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/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;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/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;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/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;
/barrelfish-2018-10-04/tools/usbboot/
H A Dusbboot.c249 double tend= end.tv_sec + end.tv_nsec * 1e-9; local
250 double elapsed= tend - tstart;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/dso/
H A Ddso_dl.c371 if (((size_t)addr >= inf.tstart && (size_t)addr < inf.tend) ||
/barrelfish-2018-10-04/include/vm/
H A Dvm_object.c858 vm_pindex_t pi, tend, tstart; local
878 tend = (end == 0) ? object->size : OFF_TO_IDX(end + PAGE_MASK);
879 clearobjflags = tstart == 0 && tend >= object->size;
887 if (pi >= tend)
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dicintro.tex563 tend to provide more global reasoning than the constraints in the main IC
H A Dsearch.tex714 search heuristic, the solutions tend to be towards the left hand side.
/barrelfish-2018-10-04/lib/tommath/
H A Dtommath.tex6129 Linear Feedback Shift Registers (LFSR) tend to use registers with periods which are co-prime (\textit{e.g. the greatest common divisor is one.}).

Completed in 140 milliseconds