HomeSort by relevance Sort by last modified time
    Searched defs:TIMES (Results 1 - 14 of 14) sorted by null

  /external/dropbear/libtomcrypt/testprof/
tomcrypt_test.h 42 #define TIMES 100000
  /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/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/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/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/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator.py 120 TIMES = "times"
195 # For now we only include the times as this is only used for treemaps and
506 if self.TIMES in thisTest:
507 self._insert_item_run_length_encoded(time, thisTest[self.TIMES])
509 thisTest[self.TIMES] = [[1, time]]
524 results_and_times[self.TIMES] = []
560 test[self.TIMES] = self._remove_items_over_max_number_of_builds(
561 test[self.TIMES])
567 max_time = max([time[1] for time in test[self.TIMES]])
    [all...]
  /external/webkit/Source/JavaScriptCore/parser/
JSParser.h 135 TIMES = 20 | BINARY_OP_PRECEDENCE(10),
  /external/netperf/
netlib.h 23 #define MAXTIMES 4 /* how many times may we loop */
390 #define TIMES 3
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 480 milliseconds