Home
last modified time | relevance | path

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

12

/external/python/cpython2/Tools/pybench/
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
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
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
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
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
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
Dpybench.py194 rounds = 100000 variable in Test
400 rounds = 1 variable in Benchmark
/external/python/cpython3/Lib/
Dcrypt.py32 def mksalt(method=None, *, rounds=None): argument
88 def _add_method(name, *args, rounds=None): argument
/external/rust/crates/ring/include/GFp/
Daes.h64 unsigned rounds; member
/external/openssh/
Dcipher-aesctr.h26 int rounds; /* keylen-dependent #rounds */ member
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Daes.h74 unsigned rounds; member
/external/boringssl/src/include/openssl/
Daes.h74 unsigned rounds; member
/external/grpc-grpc/test/core/surface/
Dinit_test.cc25 static void test(int rounds) { in test()
/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/libchrome/crypto/
Dsymmetric_key_unittest.cc58 unsigned int rounds; member
/external/openssh/openbsd-compat/
Dbcrypt_pbkdf.c112 u_int8_t *key, size_t keylen, unsigned int rounds) in bcrypt_pbkdf()

12