/external/python/cpython2/Tools/pybench/ |
D | Unicode.py | 13 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
|
D | Strings.py | 8 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
|
D | Arithmetic.py | 7 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
|
D | Dict.py | 7 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
|
D | Lists.py | 7 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
|
D | Numbers.py | 7 rounds = 120000 variable in CompareIntegers 203 rounds = 80000 variable in CompareFloats 399 rounds = 60000 variable in CompareFloatsIntegers 595 rounds = 70000 variable in CompareLongs
|
D | Lookups.py | 7 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
|
D | Imports.py | 11 rounds = 40000 variable in SecondImport 56 rounds = 40000 variable in SecondPackageImport 100 rounds = 40000 variable in SecondSubmoduleImport
|
D | Constructs.py | 7 rounds = 150000 variable in IfThenElse 474 rounds = 300 variable in NestedForLoops 499 rounds = 10000 variable in ForLoops
|
D | Tuples.py | 7 rounds = 500 variable in TupleSlicing 271 rounds = 90000 variable in SmallTuples
|
D | Exceptions.py | 7 rounds = 80000 variable in TryRaiseExcept 59 rounds = 150000 variable in TryExcept
|
D | With.py | 8 rounds = 80000 variable in WithFinally 54 rounds = 80000 variable in TryFinally 161 rounds = 100000 variable in WithRaiseExcept
|
D | Calls.py | 7 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
|
D | Instances.py | 7 rounds = 80000 variable in CreateInstances
|
D | NewInstances.py | 16 rounds = 60000 variable in CreateNewInstances
|
D | pybench.py | 194 rounds = 100000 variable in Test 400 rounds = 1 variable in Benchmark
|
/external/python/cpython3/Lib/ |
D | crypt.py | 32 def mksalt(method=None, *, rounds=None): argument 88 def _add_method(name, *args, rounds=None): argument
|
/external/rust/crates/ring/include/GFp/ |
D | aes.h | 64 unsigned rounds; member
|
/external/openssh/ |
D | cipher-aesctr.h | 26 int rounds; /* keylen-dependent #rounds */ member
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | aes.h | 74 unsigned rounds; member
|
/external/boringssl/src/include/openssl/ |
D | aes.h | 74 unsigned rounds; member
|
/external/grpc-grpc/test/core/surface/ |
D | init_test.cc | 25 static void test(int rounds) { in test()
|
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/ |
D | rijndael-alg-fst.c | 240 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/ |
D | symmetric_key_unittest.cc | 58 unsigned int rounds; member
|
/external/openssh/openbsd-compat/ |
D | bcrypt_pbkdf.c | 112 u_int8_t *key, size_t keylen, unsigned int rounds) in bcrypt_pbkdf()
|