/external/clearsilver/util/test/ |
D | hdfloadtest.c | 15 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/ |
D | rc4speed.c | 142 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/ |
D | bnspeed.c | 132 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()
|
D | expspeed.c | 158 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/ |
D | rc2speed.c | 142 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/ |
D | speed.c | 147 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()
|
D | des_opts.c | 364 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/ |
D | benchmark.c | 33 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/ |
D | ikev2.c | 132 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/ |
D | ikev2.c | 144 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/ |
D | README-linux | 13 using development kernels. These tend to have headers that conflict with
|
/external/zlib/doc/ |
D | txtvsbin.txt | 70 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/ |
D | dso_dl.c | 371 if (((size_t)addr >= inf.tstart && (size_t)addr < inf.tend) || in dl_pathbyaddr()
|
/external/icu4c/i18n/ |
D | rbtz.cpp | 424 UDate tend = getTransitionTime((Transition*)fHistoricTransitions->elementAt(idx), in getOffsetInternal() local 426 if (date > tend) { in getOffsetInternal()
|
/external/chromium/third_party/icu/source/i18n/ |
D | rbtz.cpp | 424 UDate tend = getTransitionTime((Transition*)fHistoricTransitions->elementAt(idx), in getOffsetInternal() local 426 if (date > tend) { in getOffsetInternal()
|
/external/icu4c/data/curr/ |
D | sr_Latn.txt | 529 "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/ |
D | bzip2.txt | 93 than about one hundred bytes tend to get larger, since the 263 These figures tend to understate the advantage of larger
|
D | bzip2.1.preformatted | 96 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/ |
D | WebNetscapePluginEventHandlerCarbon.mm | 341 … // 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/ |
D | sr_Latn.txt | 814 "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/ |
D | readme.txt | 160 tend to use the "default" or "traditional" code page. Many apps (and almost all
|
/external/blktrace/btt/doc/ |
D | 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
|
/external/netcat/ |
D | README | 294 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/ |
D | large.ok | 1652 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/ |
D | flex.man | 2670 Backing up messages tend to cascade. With a complicated set
|