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

  /external/expat/tests/benchmark/
benchmark.c 33 clock_t tstart, tend; local
102 tend = clock();
103 cpuTime += ((double) (tend - tstart)) / CLOCKS_PER_SEC;
  /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/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/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/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 139 const u8 *tend; local
153 tend = pos + transform_len;
168 if (pos < tend) {
170 pos, tend - pos);
177 if (tend - pos != 4) {
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
ikev2.c 127 const u8 *tend; local
141 tend = pos + transform_len;
156 if (pos < tend) {
158 pos, tend - pos);
166 if (tend - pos != 4) {
  /external/icu4c/i18n/
rbtz.cpp 426 UDate tend = getTransitionTime((Transition*)fHistoricTransitions->elementAt(idx), local
428 if (date > tend) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 110 milliseconds