Searched refs:TIMES (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/third_party/openssl/openssl/crypto/rc2/
H A Drc2speed.c63 #define TIMES macro
79 #ifdef TIMES
86 undefine TIMES, since that tells the rest of the program how things
89 #undef TIMES macro
92 #ifndef TIMES
141 #ifdef TIMES
188 #ifndef TIMES
/external/chromium_org/third_party/openssl/openssl/crypto/rc4/
H A Drc4speed.c63 #define TIMES macro
79 #ifdef TIMES
86 undefine TIMES, since that tells the rest of the program how things
89 #undef TIMES macro
92 #ifndef TIMES
141 #ifdef TIMES
188 #ifndef TIMES
/external/openssl/crypto/rc2/
H A Drc2speed.c63 #define TIMES macro
79 #ifdef TIMES
86 undefine TIMES, since that tells the rest of the program how things
89 #undef TIMES macro
92 #ifndef TIMES
141 #ifdef TIMES
188 #ifndef TIMES
/external/openssl/crypto/rc4/
H A Drc4speed.c63 #define TIMES macro
79 #ifdef TIMES
86 undefine TIMES, since that tells the rest of the program how things
89 #undef TIMES macro
92 #ifndef TIMES
141 #ifdef TIMES
188 #ifndef TIMES
/external/chromium_org/third_party/openssl/openssl/crypto/bn/
H A Dbnspeed.c75 #define TIMES macro
81 #ifdef TIMES
88 undefine TIMES, since that tells the rest of the program how things
91 #undef TIMES macro
94 #ifndef TIMES
131 #ifdef TIMES
H A Dexpspeed.c101 #define TIMES macro
107 #ifdef TIMES
114 undefine TIMES, since that tells the rest of the program how things
117 #undef TIMES macro
120 #ifndef TIMES
157 #ifdef TIMES
/external/openssl/crypto/bn/
H A Dbnspeed.c75 #define TIMES macro
81 #ifdef TIMES
88 undefine TIMES, since that tells the rest of the program how things
91 #undef TIMES macro
94 #ifndef TIMES
131 #ifdef TIMES
H A Dexpspeed.c101 #define TIMES macro
107 #ifdef TIMES
114 undefine TIMES, since that tells the rest of the program how things
117 #undef TIMES macro
120 #ifndef TIMES
157 #ifdef TIMES
/external/dropbear/libtommath/etc/
H A Dtune.c11 #define TIMES (1UL<<14UL) macro
77 for (x = 0; x < TIMES; x++) {
105 for (x = 0; x < TIMES; x++) {
/external/chromium_org/third_party/openssl/openssl/crypto/des/
H A Dspeed.c63 #define TIMES macro
80 #ifdef TIMES
87 undefine TIMES, since that tells the rest of the program how things
90 #undef TIMES macro
93 #ifndef TIMES
146 #ifdef TIMES
192 #ifndef TIMES
H A Ddes_opts.c63 #define TIMES macro
82 #ifdef TIMES
89 undefine TIMES, since that tells the rest of the program how things
92 #undef TIMES macro
95 #ifndef TIMES
363 #ifdef TIMES
440 #ifndef TIMES
/external/openssl/crypto/des/
H A Dspeed.c63 #define TIMES macro
80 #ifdef TIMES
87 undefine TIMES, since that tells the rest of the program how things
90 #undef TIMES macro
93 #ifndef TIMES
146 #ifdef TIMES
192 #ifndef TIMES
H A Ddes_opts.c63 #define TIMES macro
82 #ifdef TIMES
89 undefine TIMES, since that tells the rest of the program how things
92 #undef TIMES macro
95 #ifndef TIMES
363 #ifdef TIMES
440 #ifndef TIMES
/external/dropbear/libtomcrypt/testprof/
H A Dtomcrypt_test.h42 #define TIMES 100000 macro
H A Dx86_prof.c111 for (y1 = 0; y1 < TIMES*100; y1++) {
618 for (y1 = 0; y1 < TIMES; y1++) {
661 for (y = 0; y < TIMES; y++) {
691 for (y = 0; y < TIMES; y++) {
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Djson_results_generator.py183 TIMES = "times" variable in class:JSONResultsGeneratorBase
571 if self.TIMES in this_test:
572 self._insert_item_run_length_encoded(time, this_test[self.TIMES])
574 this_test[self.TIMES] = [[1, time]]
609 results_and_times[self.TIMES] = []
645 test[self.TIMES] = self._remove_items_over_max_number_of_builds(
646 test[self.TIMES])
652 max_time = max([time[1] for time in test[self.TIMES]])
H A Djson_results_generator_unittest.py172 for timings in test[JRG.TIMES]:
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
H A Dnasm-parser.h49 TIMES, enumerator in enum:tokentype
H A Dnasm-parse.c172 case TIMES: str = "TIMES"; break;
384 case TIMES: /* TIMES expr exp */
449 if (curtok == TIMES) {
547 "TIMES");
553 N_("instruction expected after TIMES expression"));
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index_file.cc221 SIMPLE_CACHE_UMA(TIMES,
225 SIMPLE_CACHE_UMA(TIMES,
H A Dsimple_index.cc342 SIMPLE_CACHE_UMA(TIMES,
371 SIMPLE_CACHE_UMA(TIMES,
H A Dsimple_backend_impl.cc191 SIMPLE_CACHE_UMA(TIMES, "CreationToIndex", cache_type, creation_to_index);
193 SIMPLE_CACHE_UMA(TIMES,
/external/netperf/
H A Dnetlib.h390 #define TIMES 3 macro
/external/chromium/net/disk_cache/
H A Din_flight_backend_io.cc448 CACHE_UMA(TIMES, "TotalIOTime", 0, op->ElapsedTime());
/external/chromium_org/net/disk_cache/
H A Din_flight_backend_io.cc56 CACHE_UMA(TIMES, "TotalIOTime", 0, ElapsedTime());

Completed in 549 milliseconds

12