Home
last modified time | relevance | path

Searched full:iteration (Results 1 – 25 of 1367) sorted by relevance

12345678910>>...55

/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_ml_dsa_65_wycheproof_sign.txt59 # 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 Devppkey_ml_dsa_44_wycheproof_sign.txt59 # 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 Devppkey_ml_dsa_87_wycheproof_sign.txt59 # 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 Devppkey_ml_dsa_65_wycheproof_verify.txt194 # 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 Devppkey_ml_dsa_44_wycheproof_verify.txt185 # 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 Devppkey_ml_dsa_87_wycheproof_verify.txt212 # 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 …]
/freebsd/contrib/mandoc/
H A Ddbm.c70 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 …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombiner.cpp31 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 …]
/freebsd/usr.bin/hexdump/
H A Dhexdump.1160 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 …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp138 // 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 …]
/freebsd/contrib/bmake/unit-tests/
H A Ddirective-for.mk27 # 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 …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSequence.h37 /// 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...]
/freebsd/tools/test/stress2/misc/
H A Dpthread10.sh53 // 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);
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dspin.h7 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()
/freebsd/crypto/openssl/doc/man3/
H A DPKCS5_PBKDF2_HMAC.pod5 …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 DPKCS12_create.pod38 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
H A DPKCS12_key_gen_utf8_ex.pod39 I<saltlen>, an iteration count I<iter> and a digest algorithm I<md_type>.
88 I<iter> is the iteration count and its value should be greater than or
89 equal to 1. RFC 2898 suggests an iteration count of at least 1000. Any
90 I<iter> less than 1 is treated as a single iteration.
104 and an iteration count.
/freebsd/contrib/libucl/doc/
H A Dlibucl.352 .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 …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DPKCS5_PBKDF2_HMAC.364 …F2_HMAC, PKCS5_PBKDF2_HMAC_SHA1 \- password based derivation routines with salt and iteration count
81 \&\fBPKCS5_PBKDF2_HMAC()\fR derives a key from a password using a salt and iteration count
93 \&\fBiter\fR is the iteration count and its value should be greater than or
94 equal to 1. RFC 2898 suggests an iteration count of at least 1000. Any
107 and an iteration count.
H A DPKCS12_create.398 iteration count to use and \fImac_iter\fR is the MAC iteration count to use.
118 derivation iteration count of \fBPKCS12_DEFAULT_ITER\fR (currently 2048), and
122 The default MAC iteration count is 1 in order to retain compatibility with
123 old software which did not interpret MAC iteration counts. If such compatibility
179 derivation iteration count were changed in OpenSSL 3.0 to more modern
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-global-environment-unittest.py79 # 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\)'
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp106 "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 …]
H A DLoopInstSimplify.cpp59 // 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()
/freebsd/secure/lib/libcrypto/man/man7/
H A DEVP_KDF-PBKDF2.772 using a salt and iteration count.
105 .IP "\- the iteration count is at least 1000." 4
106 .IX Item "- the iteration count is at least 1000."
127 is set to 1 and the derived key length, salt length or iteration count test
133 and an iteration count.
/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_bit.c67 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()

12345678910>>...55