Home
last modified time | relevance | path

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

123

/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/llvm/docs/HistoricalNotes/
D2000-12-06-EncodingIdea.txt21 numbers would tend to stay small, even at the end of the procedure (where
D2000-12-06-MeetingSummary.txt68 is that it would tend to splinter that 'standard' LLVM definition.
/external/wpa_supplicant_8/src/eap_server/
Dikev2.c127 const u8 *tend; in ikev2_parse_transform() local
141 tend = pos + transform_len; in ikev2_parse_transform()
156 if (pos < tend) { in ikev2_parse_transform()
158 pos, tend - pos); in ikev2_parse_transform()
166 if (tend - pos != 4) { in ikev2_parse_transform()
/external/strace/
DREADME-linux13 using development kernels. These tend to have headers that conflict with
/external/wpa_supplicant_8/src/eap_peer/
Dikev2.c139 const u8 *tend; in ikev2_parse_transform() local
153 tend = pos + transform_len; in ikev2_parse_transform()
168 if (pos < tend) { in ikev2_parse_transform()
170 pos, tend - pos); in ikev2_parse_transform()
177 if (tend - pos != 4) { in ikev2_parse_transform()
/external/llvm/docs/CommandGuide/
Dllvm-diff.rst33 which tend to stop any downstream changes from being detected.
/external/zlib/src/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/qemu/distrib/sdl-1.2.15/
DREADME.Qtopia44 correctly. Their icon remains in the taskbar and they tend to
/external/clang/test/Analysis/
Ddelegates.m88 // involving [NSObject performSelector...] tend to lead to false positives.
/external/icu4c/test/perf/howExpensiveIs/
Dreadme.txt14 ** Test runs outside of a margin of error will be thrown out. So, this will tend to produce more ac…
/external/libmtp/
DTODO18 2. COMPATIBILITY: several devices tend to "hang" after disconnect,
/external/icu4c/i18n/
Drbtz.cpp426 UDate tend = getTransitionTime((Transition*)fHistoricTransitions->elementAt(idx), in getOffsetInternal() local
428 if (date > tend) { in getOffsetInternal()
/external/icu4c/data/curr/
Dsr_Latn.txt528 "Kazahstanski tendž (JZT)",
1869 few{"kazahstanske tendže"}
1870 many{"kazahstanskih tendži"}
1871 one{"kazahstanska tendža"}
1872 other{"kazahstanskih tendži"}
Dbs.txt548 "Kazahstanski tendž",
1939 few{"kazahstanske tendže"}
1940 many{"kazahstanskih tendži"}
1941 one{"kazahstanska tendža"}
1942 other{"kazahstanskih tendži"}
/external/valgrind/main/docs/
DREADME100 DocBook, but the tools tend to lag behind somewhat. It is
/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
/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginEventHandlerCarbon.mm345 … // In practice, this is not a good idea, because plug-ins tend to eat the event but return false.

123