Home
last modified time | relevance | path

Searched refs:tend (Results 1 – 25 of 36) sorted by relevance

12

/external/clearsilver/util/test/
Dhdfloadtest.c15 double tend = 0; in main() local
46 tend = ne_timef(); in main()
47 ne_warn("hdf_read_file test finished in %5.3fs, %5.3fs/rep", tend - tstart, (tend-tstart) / reps); in main()
67 tend = ne_timef(); in main()
68 …ne_warn("load/hdf_read_string test finished in %5.3fs, %5.3fs/rep", tend - tstart, (tend-tstart) /… in main()
87 tend = ne_timef(); in main()
89 …ne_warn("hdf_read_string test finished in %5.3fs, %5.3fs/rep", tend - tstart, (tend-tstart) / reps… in main()
/external/openssl/crypto/rc4/
Drc4speed.c142 static struct tms tstart,tend; in Time_F() local
151 times(&tend); in Time_F()
152 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ; in Time_F()
156 static struct timeb tstart,tend; in Time_F() local
166 ftime(&tend); in Time_F()
167 i=(long)tend.millitm-(long)tstart.millitm; in Time_F()
168 ret=((double)(tend.time-tstart.time))+((double)i)/1e3; in Time_F()
/external/openssl/crypto/bn/
Dbnspeed.c132 static struct tms tstart,tend; in Time_F() local
141 times(&tend); in Time_F()
142 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ; in Time_F()
146 static struct timeb tstart,tend; in Time_F() local
156 ftime(&tend); in Time_F()
157 i=(long)tend.millitm-(long)tstart.millitm; in Time_F()
158 ret=((double)(tend.time-tstart.time))+((double)i)/1000.0; in Time_F()
Dexpspeed.c158 static struct tms tstart,tend; in Time_F() local
167 times(&tend); in Time_F()
168 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ; in Time_F()
172 static struct timeb tstart,tend; in Time_F() local
182 ftime(&tend); in Time_F()
183 i=(long)tend.millitm-(long)tstart.millitm; in Time_F()
184 ret=((double)(tend.time-tstart.time))+((double)i)/1000.0; in Time_F()
/external/openssl/crypto/rc2/
Drc2speed.c142 static struct tms tstart,tend; in Time_F() local
151 times(&tend); in Time_F()
152 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ; in Time_F()
156 static struct timeb tstart,tend; in Time_F() local
166 ftime(&tend); in Time_F()
167 i=(long)tend.millitm-(long)tstart.millitm; in Time_F()
168 ret=((double)(tend.time-tstart.time))+((double)i)/1e3; in Time_F()
/external/openssl/crypto/des/
Dspeed.c147 static struct tms tstart,tend; in Time_F() local
156 times(&tend); in Time_F()
157 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ; in Time_F()
161 static struct timeb tstart,tend; in Time_F() local
171 ftime(&tend); in Time_F()
172 i=(long)tend.millitm-(long)tstart.millitm; in Time_F()
173 ret=((double)(tend.time-tstart.time))+((double)i)/1e3; in Time_F()
Ddes_opts.c364 static struct tms tstart,tend; in Time_F() local
373 times(&tend); in Time_F()
374 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ; in Time_F()
378 static struct timeb tstart,tend; in Time_F() local
388 ftime(&tend); in Time_F()
389 i=(long)tend.millitm-(long)tstart.millitm; in Time_F()
390 ret=((double)(tend.time-tstart.time))+((double)i)/1000.0; in Time_F()
/external/expat/tests/benchmark/
Dbenchmark.c33 clock_t tstart, tend; in main() local
102 tend = clock(); in main()
103 cpuTime += ((double) (tend - tstart)) / CLOCKS_PER_SEC; in main()
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
Dikev2.c132 const u8 *tend; in ikev2_parse_transform() local
146 tend = pos + transform_len; in ikev2_parse_transform()
161 if (pos < tend) { in ikev2_parse_transform()
163 pos, tend - pos); in ikev2_parse_transform()
171 if (tend - pos != 4) { in ikev2_parse_transform()
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
Dikev2.c144 const u8 *tend; in ikev2_parse_transform() local
158 tend = pos + transform_len; in ikev2_parse_transform()
173 if (pos < tend) { in ikev2_parse_transform()
175 pos, tend - pos); in ikev2_parse_transform()
182 if (tend - pos != 4) { in ikev2_parse_transform()
/external/strace/
DREADME-linux13 using development kernels. These tend to have headers that conflict with
/external/zlib/doc/
Dtxtvsbin.txt70 The second observation is that most of the binary files tend to contain
74 labeled as textual, because the files that are genuinely binary tend to
/external/openssl/crypto/dso/
Ddso_dl.c371 if (((size_t)addr >= inf.tstart && (size_t)addr < inf.tend) || in dl_pathbyaddr()
/external/icu4c/i18n/
Drbtz.cpp424 UDate tend = getTransitionTime((Transition*)fHistoricTransitions->elementAt(idx), in getOffsetInternal() local
426 if (date > tend) { in getOffsetInternal()
/external/chromium/third_party/icu/source/i18n/
Drbtz.cpp424 UDate tend = getTransitionTime((Transition*)fHistoricTransitions->elementAt(idx), in getOffsetInternal() local
426 if (date > tend) { in getOffsetInternal()
/external/icu4c/data/curr/
Dsr_Latn.txt529 "Kazahstanski tendž (JZT)",
1869 few{"kazahstanske tendže"}
1870 many{"kazahstanskih tendži"}
1871 one{"kazahstanska tendža"}
1872 other{"kazahstanskih tendži"}
/external/bzip2/
Dbzip2.txt93 than about one hundred bytes tend to get larger, since the
263 These figures tend to understate the advantage of larger
Dbzip2.1.preformatted96 than about one hundred bytes tend to get larger, since the
266 These figures tend to understate the advantage of larger
/external/webkit/WebKit/mac/Plugins/
DWebNetscapePluginEventHandlerCarbon.mm341 … // In practice, this is not a good idea, because plug-ins tend to eat the event but return false.
/external/chromium/third_party/icu/source/data/locales/
Dsr_Latn.txt814 "Kazahstanski tendž (JZT)",
2154 few{"kazahstanske tendže"}
2155 many{"kazahstanskih tendži"}
2156 one{"kazahstanska tendža"}
2157 other{"kazahstanskih tendži"}
/external/tinyxml/
Dreadme.txt160 tend to use the "default" or "traditional" code page. Many apps (and almost all
/external/blktrace/btt/doc/
Dbtt.tex165 and thus tend to be quite close to the expected equation.}
256 that seeks tend to have an equal amount of forward and backwards
/external/netcat/
DREADME294 thing!], so I tend to construct bare-metal tools like this that I can trivially
581 "connected", the UDP stub sockets tend to show up in "netstat" just like TCP
/external/srec/config/en.us/dictionary/
Dlarge.ok1652 attend @tend
1653 attendance @tend~s
1654 attendant @tend~t
22900 pretend pr/tend
28313 superintendent sUpP~tend~t
28314 superintendents sUpP~tend~ts
28937 tend tend
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
Dflex.man2670 Backing up messages tend to cascade. With a complicated set

12