HomeSort by relevance Sort by last modified time
    Searched refs:tend (Results 1 - 15 of 15) sorted by null

  /external/openssl/crypto/bn/
bnspeed.c 132 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;
expspeed.c 158 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;
  /external/openssl/crypto/rc2/
rc2speed.c 142 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;
  /external/openssl/crypto/rc4/
rc4speed.c 142 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;
  /external/openssl/crypto/des/
speed.c 147 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;
des_opts.c 364 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;
  /external/expat/tests/benchmark/
benchmark.c 33 clock_t tstart, tend; local
102 tend = clock();
103 cpuTime += ((double) (tend - tstart)) / CLOCKS_PER_SEC;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
ikev2.c 144 const u8 *tend; local
158 tend = pos + transform_len;
173 if (pos < tend) {
175 pos, tend - pos);
182 if (tend - pos != 4) {
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
ikev2.c 132 const u8 *tend; local
146 tend = pos + transform_len;
161 if (pos < tend) {
163 pos, tend - pos);
171 if (tend - pos != 4) {
  /external/wpa_supplicant_8/src/eap_peer/
ikev2.c 145 const u8 *tend; local
159 tend = pos + transform_len;
174 if (pos < tend) {
176 pos, tend - pos);
183 if (tend - pos != 4) {
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
ikev2.c 133 const u8 *tend; local
147 tend = pos + transform_len;
162 if (pos < tend) {
164 pos, tend - pos);
172 if (tend - pos != 4) {
  /external/openssl/crypto/dso/
dso_dl.c 371 if (((size_t)addr >= inf.tstart && (size_t)addr < inf.tend) ||
  /external/icu4c/i18n/
rbtz.cpp 426 UDate tend = getTransitionTime((Transition*)fHistoricTransitions->elementAt(idx), local
428 if (date > tend) {
  /external/blktrace/btt/doc/
btt.tex 165 and thus tend to be quite close to the expected equation.}
256 that seeks tend to have an equal amount of forward and backwards
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 952 milliseconds