HomeSort by relevance Sort by last modified time
    Searched full:tend (Results 1 - 25 of 141) sorted by null

1 2 3 4 5 6

  /external/clearsilver/util/test/
hdfloadtest.c 15 double tend = 0; local
46 tend = ne_timef();
47 ne_warn("hdf_read_file test finished in %5.3fs, %5.3fs/rep", tend - tstart, (tend-tstart) / reps);
67 tend = ne_timef();
68 ne_warn("load/hdf_read_string test finished in %5.3fs, %5.3fs/rep", tend - tstart, (tend-tstart) / reps);
87 tend = ne_timef();
89 ne_warn("hdf_read_string test finished in %5.3fs, %5.3fs/rep", tend - tstart, (tend-tstart) / reps)
    [all...]
  /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/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/strace/
README-linux 13 using development kernels. These tend to have headers that conflict with
  /system/core/sh/
token.h 25 #define TEND 24
mktokens 65 TEND 1 "}"
  /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/apps/
s_time.c 377 static struct tms tstart,tend; local
383 times(&tend);
384 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
388 static clock_t tstart,tend; local
397 tend=clock();
398 ret=(double)((double)(tend)-(double)(tstart));
418 static struct timeb tstart,tend; local
425 ftime(&tend);
426 i=(long)tend.millitm-(long)tstart.millitm;
427 ret=((double)(tend.time-tstart.time))+((double)i)/1000.0
    [all...]
speed.c 348 static clock_t tstart,tend; local
357 tend=clock();
358 ret=(double)((double)(tend)-(double)(tstart));
372 static struct rusage tstart,tend; local
384 getrusage(RUSAGE_SELF,&tend);
385 i=(long)tend.ru_utime.tv_usec-(long)tstart.ru_utime.tv_usec;
386 ret=((double)(tend.ru_utime.tv_sec-tstart.ru_utime.tv_sec))
393 static struct timeval tstart,tend; local
404 gettimeofday(&tend,NULL);
405 i=(long)tend.tv_usec-(long)tstart.tv_usec
415 static struct tms tstart,tend; local
    [all...]
  /bionic/libm/src/
k_tanf.c 52 * non-sequential machines (the lowest degree terms tend to be ready
  /dalvik/dx/src/com/android/dx/ssa/
SetFactory.java 31 * sets are kept per basic block until phi placement and tend to be,
  /external/qemu/distrib/sdl-1.2.12/src/audio/dummy/
SDL_dummyaudio.c 147 * gate, like other SDL drivers tend to do.
  /external/webkit/WebCore/bindings/v8/
ScriptStringImpl.h 41 // This class is used for strings that tend to be shared with JavaScript frequently. The JSC implementation uses wtf::UString - see bindings/js/ScriptString.h
  /external/e2fsprogs/misc/
e2image.8.in 72 image file. Image files tend to be quite
  /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) {
  /development/pdk/docs/source/
life-of-a-bug.jd 116 we tend to do so in periodic "bug sweeps" where we review the database and
  /ndk/docs/
APPLICATION-MK.TXT 76 binaries, but the 'release' builds tend to provide less information
  /packages/apps/Phone/src/com/android/phone/
CallLogAsync.java 84 // until this class can, and Activities tend to hold
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/
XPathAPI.java 37 * These functions tend to be a little slow, since a number of objects must be
  /external/v8/src/
contexts.h 153 // tend to be very very short (depth of nesting of 'with' statements). At

Completed in 142 milliseconds

1 2 3 4 5 6