Home
last modified time | relevance | path

Searched defs:rounds (Results 1 – 25 of 42) sorted by relevance

12

/external/python/cpython2/Tools/pybench/
DStrings.py8 rounds = 100000 variable in ConcatStrings
90 rounds = 200000 variable in CompareStrings
172 rounds = 300000 variable in CompareInternedStrings
254 rounds = 200000 variable in CreateStringsWithConcat
329 rounds = 160000 variable in StringSlicing
392 rounds = 70000 variable in StringMappings
465 rounds = 100000 variable in StringPredicates
DUnicode.py13 rounds = 60000 variable in ConcatUnicode
95 rounds = 150000 variable in CompareUnicode
177 rounds = 80000 variable in CreateUnicodeWithConcat
252 rounds = 140000 variable in UnicodeSlicing
313 rounds = 10000 variable in UnicodeMappings
386 rounds = 120000 variable in UnicodePredicates
463 rounds = 100000 variable in UnicodeProperties
DLists.py7 rounds = 130000 variable in SimpleListManipulation
137 rounds = 800 variable in ListSlicing
171 rounds = 80000 variable in SmallLists
301 rounds = 20000 variable in SimpleListComprehensions
327 rounds = 20000 variable in NestedListComprehensions
DDict.py7 rounds = 80000 variable in DictCreation
82 rounds = 200000 variable in DictWithStringKeys
171 rounds = 150000 variable in DictWithFloatKeys
260 rounds = 200000 variable in DictWithIntegerKeys
349 rounds = 100000 variable in SimpleDictManipulation
DArithmetic.py7 rounds = 120000 variable in SimpleIntegerArithmetic
162 rounds = 120000 variable in SimpleFloatArithmetic
317 rounds = 120000 variable in SimpleIntFloatArithmetic
473 rounds = 60000 variable in SimpleLongArithmetic
628 rounds = 80000 variable in SimpleComplexArithmetic
DNumbers.py7 rounds = 120000 variable in CompareIntegers
203 rounds = 80000 variable in CompareFloats
399 rounds = 60000 variable in CompareFloatsIntegers
595 rounds = 70000 variable in CompareLongs
DLookups.py7 rounds = 100000 variable in SpecialClassAttribute
188 rounds = 100000 variable in NormalClassAttribute
374 rounds = 100000 variable in SpecialInstanceAttribute
562 rounds = 100000 variable in NormalInstanceAttribute
750 rounds = 70000 variable in BuiltinMethodLookup
DImports.py11 rounds = 40000 variable in SecondImport
56 rounds = 40000 variable in SecondPackageImport
100 rounds = 40000 variable in SecondSubmoduleImport
DConstructs.py7 rounds = 150000 variable in IfThenElse
474 rounds = 300 variable in NestedForLoops
499 rounds = 10000 variable in ForLoops
DTuples.py7 rounds = 500 variable in TupleSlicing
271 rounds = 90000 variable in SmallTuples
DExceptions.py7 rounds = 80000 variable in TryRaiseExcept
59 rounds = 150000 variable in TryExcept
DWith.py8 rounds = 80000 variable in WithFinally
54 rounds = 80000 variable in TryFinally
161 rounds = 100000 variable in WithRaiseExcept
DCalls.py7 rounds = 60000 variable in PythonFunctionCalls
116 rounds = 100000 variable in ComplexPythonFunctionCalls
174 rounds = 60000 variable in BuiltinFunctionCalls
295 rounds = 30000 variable in PythonMethodCalls
437 rounds = 100000 variable in Recursion
DInstances.py7 rounds = 80000 variable in CreateInstances
DNewInstances.py16 rounds = 60000 variable in CreateNewInstances
/external/openssh/
Dcipher-aesctr.h26 int rounds; /* keylen-dependent #rounds */ member
/external/boringssl/src/include/openssl/
Daes.h74 unsigned rounds; member
/external/fio/t/
Dstest.c25 unsigned int size, nr, rounds = 0; in do_rand_allocs() local
/external/vixl/benchmarks/aarch64/
Dbench-dataop.cc66 unsigned rounds = instructions / buffer_instruction_count; in main() local
Dbench-branch.cc67 int rounds = instructions / buffer_instruction_count; in main() local
/external/ltp/tools/pounder21/src/cpufreq/
Dcpufreq.c131 unsigned int rounds; in main() local
/external/libchrome/crypto/third_party/nss/
Drsawrapr.c24 PRUint32 counter, rounds; in MGF1() local
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
Drijndael-alg-fst.c240 int rijndaelEncryptRound(word8 a[4][4], word8 rk[MAXROUNDS+1][4][4], int ROUNDS, int rounds) { in rijndaelEncryptRound()
409 int rijndaelDecryptRound(word8 a[4][4], word8 rk[MAXROUNDS+1][4][4], int ROUNDS, int rounds) { in rijndaelDecryptRound()
/external/syslinux/gpxe/src/crypto/axtls/
Daes.c371 int rounds = ctx->rounds; in AES_encrypt() local
425 int rounds = ctx->rounds; in AES_decrypt() local
/external/openssh/openbsd-compat/
Dbcrypt_pbkdf.c112 u_int8_t *key, size_t keylen, unsigned int rounds) in bcrypt_pbkdf()

12