| /src/crypto/openssl/test/recipes/30-test_evp_data/ |
| H A D | evppkey_ml_dsa_65_wycheproof_sign.txt | 59 # 6 signature that takes 1 iteration(s) 67 # 7 signature that takes 2 iteration(s) 75 # 8 signature that takes 3 iteration(s) 83 # 9 signature that takes 4 iteration(s) 91 # 10 signature that takes 5 iteration(s) 99 # 11 signature that takes 6 iteration(s) 107 # 12 signature that takes 7 iteration(s) 115 # 13 signature that takes 8 iteration(s) 123 # 14 signature that takes 9 iteration(s) 131 # 15 signature that takes 10 iteration(s) [all …]
|
| H A D | evppkey_ml_dsa_44_wycheproof_sign.txt | 59 # 6 signature that takes 1 iteration(s) 67 # 7 signature that takes 2 iteration(s) 75 # 8 signature that takes 3 iteration(s) 83 # 9 signature that takes 4 iteration(s) 91 # 10 signature that takes 5 iteration(s) 99 # 11 signature that takes 6 iteration(s) 107 # 12 signature that takes 7 iteration(s) 115 # 13 signature that takes 8 iteration(s) 123 # 14 signature that takes 9 iteration(s) 131 # 15 signature that takes 10 iteration(s) [all …]
|
| H A D | evppkey_ml_dsa_87_wycheproof_sign.txt | 59 # 6 signature that takes 1 iteration(s) 67 # 7 signature that takes 2 iteration(s) 75 # 8 signature that takes 3 iteration(s) 83 # 9 signature that takes 4 iteration(s) 91 # 10 signature that takes 5 iteration(s) 99 # 11 signature that takes 6 iteration(s) 107 # 12 signature that takes 7 iteration(s) 115 # 13 signature that takes 8 iteration(s) 123 # 14 signature that takes 9 iteration(s) 131 # 15 signature that takes 10 iteration(s) [all …]
|
| H A D | evppkey_ml_dsa_65_wycheproof_verify.txt | 194 # 21 signature that takes 1 iteration(s) 202 # 22 signature that takes 2 iteration(s) 210 # 23 signature that takes 3 iteration(s) 218 # 24 signature that takes 4 iteration(s) 226 # 25 signature that takes 5 iteration(s) 234 # 26 signature that takes 6 iteration(s) 242 # 27 signature that takes 7 iteration(s) 250 # 28 signature that takes 8 iteration(s) 258 # 29 signature that takes 9 iteration(s) 266 # 30 signature that takes 10 iteration(s) [all …]
|
| H A D | evppkey_ml_dsa_44_wycheproof_verify.txt | 185 # 20 signature that takes 1 iteration(s) 193 # 21 signature that takes 2 iteration(s) 201 # 22 signature that takes 3 iteration(s) 209 # 23 signature that takes 4 iteration(s) 217 # 24 signature that takes 5 iteration(s) 225 # 25 signature that takes 6 iteration(s) 233 # 26 signature that takes 7 iteration(s) 241 # 27 signature that takes 8 iteration(s) 249 # 28 signature that takes 9 iteration(s) 257 # 29 signature that takes 10 iteration(s) [all …]
|
| H A D | evppkey_ml_dsa_87_wycheproof_verify.txt | 212 # 23 signature that takes 1 iteration(s) 220 # 24 signature that takes 2 iteration(s) 228 # 25 signature that takes 3 iteration(s) 236 # 26 signature that takes 4 iteration(s) 244 # 27 signature that takes 5 iteration(s) 252 # 28 signature that takes 6 iteration(s) 260 # 29 signature that takes 7 iteration(s) 268 # 30 signature that takes 8 iteration(s) 276 # 31 signature that takes 9 iteration(s) 284 # 32 signature that takes 10 iteration(s) [all …]
|
| /src/contrib/mandoc/ |
| H A D | dbm.c | 70 static enum iter iteration; variable 210 * Return the number of the next manual page in the current iteration. 217 switch(iteration) { in dbm_page_next() 225 return page_bytitle(iteration, NULL); in dbm_page_next() 230 * Functions implementing the iteration over manual pages. 243 /* Initialize for a new iteration. */ in page_bytitle() 246 iteration = arg_iter; in page_bytitle() 248 switch (iteration) { in page_bytitle() 262 iteration = ITER_NONE; in page_bytitle() 274 if (iteration == ITER_NAME) in page_bytitle() [all …]
|
| H A D | catman.8 | 77 and directories processed at the end of the iteration. 113 to exit before the iteration over input files is even started: 162 Starting the iteration was attempted but failed, 166 Some fatal errors cause the iteration over input files to be aborted 174 meaning that the iteration failed before being complete. 209 The iteration is not aborted but continues with the next subdirectory, 230 The iteration is not aborted but continues with the next file, 251 after the end of the iteration: 278 This is printed at the beginning of the iteration, 292 This message is printed at the end of the iteration, after [all …]
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Combiner.cpp | 31 STATISTIC(NumOneIteration, "Number of functions with one iteration"); 144 unsigned Iteration = 0; in combineMachineInstrs() local 146 ++Iteration; in combineMachineInstrs() 147 LLVM_DEBUG(dbgs() << "\n\nCombiner iteration #" << Iteration << '\n'); in combineMachineInstrs() 181 LLVM_DEBUG(dbgs() << "\nCombiner reached fixed-point after iteration #" in combineMachineInstrs() 182 << Iteration << '\n'); in combineMachineInstrs() 187 if (CInfo.MaxIterations && Iteration >= CInfo.MaxIterations) { in combineMachineInstrs() 189 dbgs() << "\nCombiner reached iteration limit after iteration #" in combineMachineInstrs() 190 << Iteration << '\n'); in combineMachineInstrs() 195 if (Iteration == 1) in combineMachineInstrs() [all …]
|
| /src/usr.bin/hexdump/ |
| H A D | hexdump.1 | 160 A format unit contains up to three items: an iteration count, a byte 163 The iteration count is an optional positive integer, which defaults to 165 Each format is applied iteration count times. 169 each iteration of the format. 171 If an iteration count and/or a byte count is specified, a single slash 172 must be placed after the iteration count and/or before the byte count 275 data required by each format unit, which is the iteration count times the 276 byte count, or the iteration count times the number of bytes required by 283 not have a specified iteration count, have the iteration count 290 the iteration count as described above, an iteration count is [all …]
|
| /src/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | Sequence.h | 37 /// To enable iteration with enum types, you need to either mark enums as safe 39 /// potentially unsafe iteration at every callsite by passing 94 // By default, enum types are *not* considered safe for iteration. 95 // To allow iteration for your enum type, provide a specialization with 301 /// forward iteration (resp. [INTMAX_MIN + 1, INTMAX_MAX] for reverse 302 /// iteration). 311 /// forward iteration (resp. [INTMAX_MIN + 1, INTMAX_MAX - 1] for reverse 312 /// iteration). 321 /// for forward iteration (resp. [INTMAX_MIN + 1, INTMAX_MAX - 1] for reverse 322 /// iteration). [all …]
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopPeel.cpp | 138 // of the loop (ie, they are known on the 4th iteration, so peel 3 iterations). 139 // The first iteration has g(0), g(0); the second has g(0), g(5); the 142 // %a is a phi with constants so it is determined after iteration 1. 144 // the iteration after %a is determined, so iteration 2. 146 // the iteration after %y, so iteration 3. 203 // %x = phi(0, %a) <-- becomes invariant starting from 3rd iteration. 295 // dereferenceable in the loop if the first iteration is peeled off. Also in peelToTurnInvariantLoadsDerefencebale() 391 // independently of the loop iteration. in countToEliminateCompares() 435 // iteration. See if that makes !Pred become unknown again. in countToEliminateCompares() 443 return; // Need to peel one more iteration, but can't. Give up. in countToEliminateCompares() [all …]
|
| /src/contrib/bmake/unit-tests/ |
| H A D | directive-for.mk | 27 # The .for loop also works for multiple iteration variables. 51 # In the body of the .for loop, the iteration variables can be accessed 59 # iteration variables and the normal global variables live in separate 88 # Before for.c 1.39 from 2008-12-21, the values of the iteration variables 186 # If the variable name could be chosen dynamically, the iteration variable 194 # is used both as a global variable, as well as an iteration variable in the 199 .for DIRECT in iteration 200 . if "${DIRECT} ${INDIRECT}" != "iteration global" 207 # expect+1: Missing iteration variables in .for loop 212 # An empty list of iteration values to the right of the 'in' is accepted. [all …]
|
| /src/tools/test/stress2/misc/ |
| H A D | pthread10.sh | 53 // Therefore, stopping at 500th iteration, and looping from a shell script. 60 for (uint64_t iteration = 1; iteration <= 500; ++iteration) { 61 printf("PID %d, iteration %lu...", pid, iteration);
|
| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | spin.h | 7 unsigned iteration; member 24 if (spin->iteration < 5) { in spin_adaptive() 25 for (i = 0; i < (1U << spin->iteration); i++) { in spin_adaptive() 28 spin->iteration++; in spin_adaptive()
|
| /src/crypto/openssl/doc/man3/ |
| H A D | PKCS5_PBKDF2_HMAC.pod | 5 …DF2_HMAC, PKCS5_PBKDF2_HMAC_SHA1 - password based derivation routines with salt and iteration count 22 PKCS5_PBKDF2_HMAC() derives a key from a password using a salt and iteration count 34 B<iter> is the iteration count and its value should be greater than or 35 equal to 1. RFC 2898 suggests an iteration count of at least 1000. Any 49 and an iteration count.
|
| H A D | PKCS12_create.pod | 38 iteration count to use and I<mac_iter> is the MAC iteration count to use. 59 derivation iteration count of B<PKCS12_DEFAULT_ITER> (currently 2048), and 63 The default MAC iteration count is 1 in order to retain compatibility with 64 old software which did not interpret MAC iteration counts. If such compatibility 124 derivation iteration count were changed in OpenSSL 3.0 to more modern
|
| /src/contrib/libucl/doc/ |
| H A D | libucl.3 | 52 .SS Iteration functions 525 .SH ITERATION FUNCTIONS 527 Iteration are used to iterate over UCL compound types: arrays and 552 The object \f[C]obj\f[] should not be changed during the iteration 561 Mixing of iteration types is not permitted since the iterator is set 562 according to the iteration type and cannot be reused. 563 Here is an example of iteration over the objects using libucl API 589 Safe iterators are desinged to define two sorts of iteration: 591 Iteration over complex objects with expanding all values 593 Iteration over complex objects without expanding of values [all …]
|
| /src/secure/lib/libcrypto/man/man3/ |
| H A D | PKCS5_PBKDF2_HMAC.3 | 67 …F2_HMAC, PKCS5_PBKDF2_HMAC_SHA1 \- password based derivation routines with salt and iteration count 84 \&\fBPKCS5_PBKDF2_HMAC()\fR derives a key from a password using a salt and iteration count 96 \&\fBiter\fR is the iteration count and its value should be greater than or 97 equal to 1. RFC 2898 suggests an iteration count of at least 1000. Any 110 and an iteration count.
|
| H A D | PKCS12_create.3 | 101 iteration count to use and \fImac_iter\fR is the MAC iteration count to use. 121 derivation iteration count of \fBPKCS12_DEFAULT_ITER\fR (currently 2048), and 125 The default MAC iteration count is 1 in order to retain compatibility with 126 old software which did not interpret MAC iteration counts. If such compatibility 182 derivation iteration count were changed in OpenSSL 3.0 to more modern
|
| /src/contrib/googletest/googletest/test/ |
| H A D | googletest-global-environment-unittest.py | 79 # environment should be set up and torn down for each iteration. 87 r'Repeating all tests \(iteration 1\)' 95 r'Repeating all tests \(iteration 2\)' 119 r'Repeating all tests \(iteration 1\)' 125 r'Repeating all tests \(iteration 2\)'
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopInstSimplify.cpp | 59 // Track the PHI nodes that have already been visited during each iteration so in simplifyLoopInst() 70 // iteration over the loop and minimizes the possible causes for continuing to in simplifyLoopInst() 91 // We special case the first iteration which we can detect due to the in simplifyLoopInst() 148 // iteration over all instructions in all the loop blocks. in simplifyLoopInst() 158 // iteration, we're done. in simplifyLoopInst() 162 // Otherwise, put the next set in place for the next iteration and reset it in simplifyLoopInst() 163 // and the visited PHIs for that iteration. in simplifyLoopInst()
|
| H A D | LoopUnrollPass.cpp | 106 "unroll-max-iteration-count-to-analyze", cl::init(10), cl::Hidden, 286 /// each iteration. 293 int Iteration : 30; member 312 return PairInfo::getHashValue({S.I, S.Iteration}); in getHashValue() 317 return PairInfo::isEqual({LHS.I, LHS.Iteration}, {RHS.I, RHS.Iteration}); in isEqual() 350 /// given iteration its condition would be resolved to true, we won't add up the 392 // We track the simplification of each instruction in each iteration. We use in analyzeLoopUnrollCost() 406 auto AddCostRecursively = [&](Instruction &RootI, int Iteration) { in analyzeLoopUnrollCost() argument 407 assert(Iteration >= 0 && "Cannot have a negative iteration!"); in analyzeLoopUnrollCost() 415 for (;; --Iteration) { in analyzeLoopUnrollCost() [all …]
|
| /src/secure/lib/libcrypto/man/man7/ |
| H A D | EVP_KDF-PBKDF2.7 | 75 using a salt and iteration count. 108 .IP "\- the iteration count is at least 1000." 4 109 .IX Item "- the iteration count is at least 1000." 130 is set to 1 and the derived key length, salt length or iteration count test 136 and an iteration count.
|
| /src/contrib/netbsd-tests/lib/libm/ |
| H A D | t_bit.c | 67 atf_tc_fail("%s:%d iteration %d signbitf is wrong" in ATF_TC_BODY() 71 atf_tc_fail("%s:%d iteration %d signbit is wrong" in ATF_TC_BODY() 78 atf_tc_fail("%s:%d iteration %d signbitl is wrong" in ATF_TC_BODY() 87 atf_tc_fail("%s:%d iteration %d signbitl is" in ATF_TC_BODY()
|