HomeSort by relevance Sort by last modified time
    Searched defs:rounds (Results 26 - 50 of 117) sorted by null

12 3 4 5

  /external/python/cpython3/Tools/pybench/
Lists.py 7 rounds = 130000 variable in class:SimpleListManipulation
14 for i in range(self.rounds):
130 for i in range(self.rounds):
137 rounds = 800 variable in class:ListSlicing
144 for i in range(self.rounds):
163 for i in range(self.rounds):
171 rounds = 80000 variable in class:SmallLists
175 for i in range(self.rounds):
294 for i in range(self.rounds):
301 rounds = 2000 variable in class:SimpleListComprehensions
327 rounds = 20000 variable in class:NestedListComprehensions
    [all...]
Numbers.py 7 rounds = 120000 variable in class:CompareIntegers
11 for i in range(self.rounds):
195 for i in range(self.rounds):
203 rounds = 80000 variable in class:CompareFloats
207 for i in range(self.rounds):
391 for i in range(self.rounds):
399 rounds = 60000 variable in class:CompareFloatsIntegers
403 for i in range(self.rounds):
587 for i in range(self.rounds):
595 rounds = 7000 variable in class:CompareLongs
    [all...]
Lookups.py 7 rounds = 100000 variable in class:SpecialClassAttribute
14 for i in range(self.rounds):
181 for i in range(self.rounds):
188 rounds = 100000 variable in class:NormalClassAttribute
195 for i in range(self.rounds):
367 for i in range(self.rounds):
374 rounds = 100000 variable in class:SpecialInstanceAttribute
382 for i in range(self.rounds):
555 for i in range(self.rounds):
562 rounds = 10000 variable in class:NormalInstanceAttribute
750 rounds = 70000 variable in class:BuiltinMethodLookup
    [all...]
Strings.py 14 rounds = 100000 variable in class:ConcatStrings
22 for i in range(self.rounds):
88 for i in range(self.rounds):
96 rounds = 200000 variable in class:CompareStrings
104 for i in range(self.rounds):
170 for i in range(self.rounds):
178 rounds = 300000 variable in class:CompareInternedStrings
186 for i in range(self.rounds):
252 for i in range(self.rounds):
260 rounds = 20000 variable in class:CreateStringsWithConcat
335 rounds = 160000 variable in class:StringSlicing
398 rounds = 70000 variable in class:StringSlicing.StringMappings
471 rounds = 100000 variable in class:StringSlicing.StringPredicates
    [all...]
Unicode.py 12 rounds = 60000 variable in class:ConcatUnicode
20 for i in range(self.rounds):
86 for i in range(self.rounds):
94 rounds = 150000 variable in class:CompareUnicode
102 for i in range(self.rounds):
168 for i in range(self.rounds):
176 rounds = 80000 variable in class:CreateUnicodeWithConcat
180 for i in range(self.rounds):
243 for i in range(self.rounds):
251 rounds = 14000 variable in class:UnicodeSlicing
312 rounds = 10000 variable in class:UnicodeMappings
385 rounds = 120000 variable in class:UnicodePredicates
462 rounds = 100000 variable in class:UnicodePredicates.UnicodeProperties
    [all...]
With.py 7 rounds = 80000 variable in class:WithFinally
19 for i in range(self.rounds):
45 for i in range(self.rounds):
53 rounds = 80000 variable in class:TryFinally
67 for i in range(self.rounds):
152 for i in range(self.rounds):
160 rounds = 100000 variable in class:WithRaiseExcept
173 for i in range(self.rounds):
188 for i in range(self.rounds):
Calls.py 7 rounds = 60000 variable in class:PythonFunctionCalls
27 for i in range(self.rounds):
107 for i in range(self.rounds):
116 rounds = 100000 variable in class:ComplexPythonFunctionCalls
128 for i in range(self.rounds):
165 for i in range(self.rounds):
174 rounds = 60000 variable in class:BuiltinFunctionCalls
185 for i in range(self.rounds):
286 for i in range(self.rounds):
295 rounds = 3000 variable in class:PythonMethodCalls
437 rounds = 100000 variable in class:Recursion
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
Lookups.py 7 rounds = 100000 variable in class:SpecialClassAttribute
14 for i in xrange(self.rounds):
181 for i in xrange(self.rounds):
188 rounds = 100000 variable in class:NormalClassAttribute
195 for i in xrange(self.rounds):
367 for i in xrange(self.rounds):
374 rounds = 100000 variable in class:SpecialInstanceAttribute
382 for i in xrange(self.rounds):
555 for i in xrange(self.rounds):
562 rounds = 100000 variable in class:NormalInstanceAttribute
750 rounds = 70000 variable in class:BuiltinMethodLookup
    [all...]
Strings.py 8 rounds = 100000 variable in class:ConcatStrings
16 for i in xrange(self.rounds):
82 for i in xrange(self.rounds):
90 rounds = 200000 variable in class:CompareStrings
98 for i in xrange(self.rounds):
164 for i in xrange(self.rounds):
172 rounds = 300000 variable in class:CompareInternedStrings
180 for i in xrange(self.rounds):
246 for i in xrange(self.rounds):
254 rounds = 200000 variable in class:CreateStringsWithConcat
329 rounds = 160000 variable in class:StringSlicing
392 rounds = 70000 variable in class:StringSlicing.StringMappings
465 rounds = 100000 variable in class:StringSlicing.StringPredicates
    [all...]
Unicode.py 13 rounds = 60000 variable in class:ConcatUnicode
21 for i in xrange(self.rounds):
87 for i in xrange(self.rounds):
95 rounds = 150000 variable in class:CompareUnicode
103 for i in xrange(self.rounds):
169 for i in xrange(self.rounds):
177 rounds = 80000 variable in class:CreateUnicodeWithConcat
181 for i in xrange(self.rounds):
244 for i in xrange(self.rounds):
252 rounds = 140000 variable in class:UnicodeSlicing
313 rounds = 10000 variable in class:UnicodeMappings
386 rounds = 120000 variable in class:UnicodePredicates
463 rounds = 100000 variable in class:UnicodePredicates.UnicodeProperties
    [all...]
With.py 8 rounds = 80000 variable in class:WithFinally
20 for i in xrange(self.rounds):
46 for i in xrange(self.rounds):
54 rounds = 80000 variable in class:TryFinally
68 for i in xrange(self.rounds):
153 for i in xrange(self.rounds):
161 rounds = 100000 variable in class:WithRaiseExcept
174 for i in xrange(self.rounds):
189 for i in xrange(self.rounds):
Calls.py 7 rounds = 60000 variable in class:PythonFunctionCalls
27 for i in xrange(self.rounds):
107 for i in xrange(self.rounds):
116 rounds = 100000 variable in class:ComplexPythonFunctionCalls
128 for i in xrange(self.rounds):
165 for i in xrange(self.rounds):
174 rounds = 60000 variable in class:BuiltinFunctionCalls
185 for i in xrange(self.rounds):
286 for i in xrange(self.rounds):
295 rounds = 30000 variable in class:PythonMethodCalls
437 rounds = 100000 variable in class:Recursion
    [all...]
Instances.py 7 rounds = 80000 variable in class:CreateInstances
29 for i in xrange(self.rounds):
65 for i in xrange(self.rounds):
NewInstances.py 16 rounds = 60000 variable in class:CreateNewInstances
38 for i in xrange(self.rounds):
74 for i in xrange(self.rounds):
  /external/fio/t/
stest.c 25 unsigned int size, nr, rounds = 0; local
29 while (rounds++ < LOOPS) {
  /external/libchrome/crypto/
symmetric_key_unittest.cc 72 unsigned int rounds; member in struct:PBKDF2TestVector
86 test_data.rounds, test_data.key_size_in_bits));
  /external/python/cpython2/Tools/pybench/
Lookups.py 7 rounds = 100000 variable in class:SpecialClassAttribute
14 for i in xrange(self.rounds):
181 for i in xrange(self.rounds):
188 rounds = 100000 variable in class:NormalClassAttribute
195 for i in xrange(self.rounds):
367 for i in xrange(self.rounds):
374 rounds = 100000 variable in class:SpecialInstanceAttribute
382 for i in xrange(self.rounds):
555 for i in xrange(self.rounds):
562 rounds = 10000 variable in class:NormalInstanceAttribute
750 rounds = 70000 variable in class:BuiltinMethodLookup
    [all...]
Strings.py 8 rounds = 100000 variable in class:ConcatStrings
16 for i in xrange(self.rounds):
82 for i in xrange(self.rounds):
90 rounds = 200000 variable in class:CompareStrings
98 for i in xrange(self.rounds):
164 for i in xrange(self.rounds):
172 rounds = 300000 variable in class:CompareInternedStrings
180 for i in xrange(self.rounds):
246 for i in xrange(self.rounds):
254 rounds = 20000 variable in class:CreateStringsWithConcat
329 rounds = 160000 variable in class:StringSlicing
392 rounds = 70000 variable in class:StringSlicing.StringMappings
465 rounds = 100000 variable in class:StringSlicing.StringPredicates
    [all...]
Unicode.py 13 rounds = 60000 variable in class:ConcatUnicode
21 for i in xrange(self.rounds):
87 for i in xrange(self.rounds):
95 rounds = 150000 variable in class:CompareUnicode
103 for i in xrange(self.rounds):
169 for i in xrange(self.rounds):
177 rounds = 80000 variable in class:CreateUnicodeWithConcat
181 for i in xrange(self.rounds):
244 for i in xrange(self.rounds):
252 rounds = 14000 variable in class:UnicodeSlicing
313 rounds = 10000 variable in class:UnicodeMappings
386 rounds = 120000 variable in class:UnicodePredicates
463 rounds = 100000 variable in class:UnicodePredicates.UnicodeProperties
    [all...]
With.py 8 rounds = 80000 variable in class:WithFinally
20 for i in xrange(self.rounds):
46 for i in xrange(self.rounds):
54 rounds = 80000 variable in class:TryFinally
68 for i in xrange(self.rounds):
153 for i in xrange(self.rounds):
161 rounds = 100000 variable in class:WithRaiseExcept
174 for i in xrange(self.rounds):
189 for i in xrange(self.rounds):
Calls.py 7 rounds = 60000 variable in class:PythonFunctionCalls
27 for i in xrange(self.rounds):
107 for i in xrange(self.rounds):
116 rounds = 100000 variable in class:ComplexPythonFunctionCalls
128 for i in xrange(self.rounds):
165 for i in xrange(self.rounds):
174 rounds = 60000 variable in class:BuiltinFunctionCalls
185 for i in xrange(self.rounds):
286 for i in xrange(self.rounds):
295 rounds = 3000 variable in class:PythonMethodCalls
437 rounds = 100000 variable in class:Recursion
    [all...]
  /external/vixl/benchmarks/aarch64/
bench-branch.cc 67 int rounds = instructions / buffer_instruction_count; local
68 for (int i = 0; i < rounds; ++i) {
bench-dataop.cc 66 unsigned rounds = instructions / buffer_instruction_count; local
67 for (unsigned i = 0; i < rounds; ++i) {
  /external/ltp/tools/pounder21/src/cpufreq/
cpufreq.c 131 unsigned int rounds; local
137 /* Usage: cpufreq control_file rounds [frequencies...] */
140 ("Usage: %s control_file rounds cpunum [frequencies...]\n",
154 rounds = atoi(argv[2]);
170 printf("Running %u loops with these %d frequencies:\n", rounds,
180 for (x = rounds; x > 0; x--) {
  /libcore/ojluni/src/main/java/javax/crypto/spec/
RC5ParameterSpec.java 35 * <p> The parameters consist of a version number, a rounds count, a word
51 private int rounds; field in class:RC5ParameterSpec
56 * rounds and word size (in bits).
59 * @param rounds the number of rounds.
62 public RC5ParameterSpec(int version, int rounds, int wordSize) {
64 this.rounds = rounds;
70 * rounds, word size (in bits), and IV.
77 * @param rounds the number of rounds
    [all...]

Completed in 431 milliseconds

12 3 4 5