HomeSort by relevance Sort by last modified time
    Searched refs:TIMES (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/third_party/openssl/openssl/crypto/rc2/
rc2speed.c 63 #define TIMES
79 #ifdef TIMES
81 #include <sys/times.h>
86 undefine TIMES, since that tells the rest of the program how things
89 #undef TIMES
92 #ifndef TIMES
104 /* The following if from times(3) man page. It may need to be changed */
141 #ifdef TIMES
146 times(&tstart);
151 times(&tend)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/rc4/
rc4speed.c 63 #define TIMES
79 #ifdef TIMES
81 #include <sys/times.h>
86 undefine TIMES, since that tells the rest of the program how things
89 #undef TIMES
92 #ifndef TIMES
104 /* The following if from times(3) man page. It may need to be changed */
141 #ifdef TIMES
146 times(&tstart);
151 times(&tend)
    [all...]
  /external/openssl/crypto/rc2/
rc2speed.c 63 #define TIMES
79 #ifdef TIMES
81 #include <sys/times.h>
86 undefine TIMES, since that tells the rest of the program how things
89 #undef TIMES
92 #ifndef TIMES
104 /* The following if from times(3) man page. It may need to be changed */
141 #ifdef TIMES
146 times(&tstart);
151 times(&tend)
    [all...]
  /external/openssl/crypto/rc4/
rc4speed.c 63 #define TIMES
79 #ifdef TIMES
81 #include <sys/times.h>
86 undefine TIMES, since that tells the rest of the program how things
89 #undef TIMES
92 #ifndef TIMES
104 /* The following if from times(3) man page. It may need to be changed */
141 #ifdef TIMES
146 times(&tstart);
151 times(&tend)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bnspeed.c 75 #define TIMES
81 #ifdef TIMES
83 #include <sys/times.h>
88 undefine TIMES, since that tells the rest of the program how things
91 #undef TIMES
94 #ifndef TIMES
107 /* The following if from times(3) man page. It may need to be changed */
131 #ifdef TIMES
136 times(&tstart);
141 times(&tend)
    [all...]
expspeed.c 101 #define TIMES
107 #ifdef TIMES
109 #include <sys/times.h>
114 undefine TIMES, since that tells the rest of the program how things
117 #undef TIMES
120 #ifndef TIMES
133 /* The following if from times(3) man page. It may need to be changed */
157 #ifdef TIMES
162 times(&tstart);
167 times(&tend)
    [all...]
  /external/openssl/crypto/bn/
bnspeed.c 75 #define TIMES
81 #ifdef TIMES
83 #include <sys/times.h>
88 undefine TIMES, since that tells the rest of the program how things
91 #undef TIMES
94 #ifndef TIMES
107 /* The following if from times(3) man page. It may need to be changed */
131 #ifdef TIMES
136 times(&tstart);
141 times(&tend)
    [all...]
expspeed.c 101 #define TIMES
107 #ifdef TIMES
109 #include <sys/times.h>
114 undefine TIMES, since that tells the rest of the program how things
117 #undef TIMES
120 #ifndef TIMES
133 /* The following if from times(3) man page. It may need to be changed */
157 #ifdef TIMES
162 times(&tstart);
167 times(&tend)
    [all...]
  /external/dropbear/libtommath/etc/
tune.c 8 /* how many times todo each size mult. Depends on your computer. For slow computers
11 #define TIMES (1UL<<14UL)
77 for (x = 0; x < TIMES; x++) {
105 for (x = 0; x < TIMES; x++) {
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
speed.c 63 #define TIMES
80 #ifdef TIMES
82 #include <sys/times.h>
87 undefine TIMES, since that tells the rest of the program how things
90 #undef TIMES
93 #ifndef TIMES
105 /* The following if from times(3) man page. It may need to be changed */
146 #ifdef TIMES
151 times(&tstart);
156 times(&tend)
    [all...]
des_opts.c 63 #define TIMES
82 #ifdef TIMES
84 #include <sys/times.h>
89 undefine TIMES, since that tells the rest of the program how things
92 #undef TIMES
95 #ifndef TIMES
322 /* The following if from times(3) man page. It may need to be changed */
363 #ifdef TIMES
368 times(&tstart);
373 times(&tend)
    [all...]
  /external/openssl/crypto/des/
speed.c 63 #define TIMES
80 #ifdef TIMES
82 #include <sys/times.h>
87 undefine TIMES, since that tells the rest of the program how things
90 #undef TIMES
93 #ifndef TIMES
105 /* The following if from times(3) man page. It may need to be changed */
146 #ifdef TIMES
151 times(&tstart);
156 times(&tend)
    [all...]
des_opts.c 63 #define TIMES
82 #ifdef TIMES
84 #include <sys/times.h>
89 undefine TIMES, since that tells the rest of the program how things
92 #undef TIMES
95 #ifndef TIMES
322 /* The following if from times(3) man page. It may need to be changed */
363 #ifdef TIMES
368 times(&tstart);
373 times(&tend)
    [all...]
  /external/dropbear/libtomcrypt/testprof/
tomcrypt_test.h 42 #define TIMES 100000
x86_prof.c 111 for (y1 = 0; y1 < TIMES*100; y1++) {
264 fprintf(stderr, "\n\nKey Schedule Time Trials for the Symmetric Ciphers:\n(Times are cycles per key)\n");
618 for (y1 = 0; y1 < TIMES; y1++) {
661 for (y = 0; y < TIMES; y++) {
691 for (y = 0; y < TIMES; y++) {
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator.py 183 TIMES = "times"
259 times = test_timings_trie(self._port, self._test_results_map.values())
261 write_json(self._filesystem, times, file_path)
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])
    [all...]
json_results_generator_unittest.py 172 for timings in test[JRG.TIMES]:
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parser.h 49 TIMES,
nasm-parse.c 172 case TIMES: str = "TIMES"; break;
384 case TIMES: /* TIMES expr exp */
449 if (curtok == TIMES) {
547 "TIMES");
553 N_("instruction expected after TIMES expression"));
    [all...]
nasm-token.re 354 'times' { RETURN(TIMES); }
  /external/netperf/
netlib.h 23 #define MAXTIMES 4 /* how many times may we loop */
390 #define TIMES 3
  /external/chromium/net/disk_cache/
in_flight_backend_io.cc 448 CACHE_UMA(TIMES, "TotalIOTime", 0, op->ElapsedTime());
  /external/chromium_org/net/disk_cache/
in_flight_backend_io.cc 56 CACHE_UMA(TIMES, "TotalIOTime", 0, ElapsedTime());
  /external/chromium_org/third_party/openssl/openssl/apps/
speed.c 633 #ifndef TIMES
1137 #if defined(TIMES) || defined(USE_TOD)
    [all...]
  /external/openssl/apps/
speed.c 633 #ifndef TIMES
1137 #if defined(TIMES) || defined(USE_TOD)
    [all...]

Completed in 495 milliseconds

1 2