/external/expat/tests/benchmark/ |
benchmark.c | 33 clock_t tstart, tend; local 102 tend = clock(); 103 cpuTime += ((double) (tend - tstart)) / CLOCKS_PER_SEC;
|
/external/chromium_org/third_party/openssl/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/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/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/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/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_8/src/eap_peer/ |
ikev2.c | 122 const u8 *tend; local 136 tend = pos + transform_len; 151 if (pos < tend) { 153 pos, tend - pos); 160 if (tend - pos != 4) {
|
/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/chromium_org/third_party/icu/source/i18n/ |
rbtz.cpp | 426 UDate tend = getTransitionTime((Transition*)fHistoricTransitions->elementAt(idx), local 428 if (date > tend) {
|
/external/icu/icu4c/source/i18n/ |
rbtz.cpp | 442 UDate tend = getTransitionTime((Transition*)fHistoricTransitions->elementAt(idx), local 444 if (date > tend) {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
com.ibm.icu_4.2.1.v20100412.jar | |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |