Home
last modified time | relevance | path

Searched refs:iteration (Results 1 – 25 of 125) sorted by relevance

12345

/freebsd/contrib/mandoc/
H A Ddbm.c70 static enum iter iteration; variable
217 switch(iteration) { in dbm_page_next()
225 return page_bytitle(iteration, NULL); in dbm_page_next()
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()
279 if (iteration == ITER_DESC) in page_bytitle()
290 iteration = ITER_NONE; in page_bytitle()
299 res.bits = iteration == ITER_NAME ? cp[-1] : 0; in page_bytitle()
[all …]
/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/contrib/googletest/googletest/test/
H A Dgoogletest-listener-test.cc61 int iteration) override { in OnTestIterationStart() argument
63 message << GetFullMethodName("OnTestIterationStart") << "(" << iteration in OnTestIterationStart()
108 int iteration) override { in OnTestIterationEnd() argument
110 message << GetFullMethodName("OnTestIterationEnd") << "(" << iteration in OnTestIterationEnd()
136 int iteration) override { in OnTestIterationStart() argument
138 message << GetFullMethodName("OnTestIterationStart") << "(" << iteration in OnTestIterationStart()
180 int iteration) override { in OnTestIterationEnd() argument
182 message << GetFullMethodName("OnTestIterationEnd") << "(" << iteration in OnTestIterationEnd()
/freebsd/sys/teken/stress/
H A Dteken_stress.c102 unsigned int i, iteration = 0; in main() local
118 iteration++; in main()
119 if ((iteration % 10000) == 0) in main()
120 printf("Processed %u frames\n", iteration); in main()
/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.pod31 iteration count to use and I<mac_iter> is the MAC iteration count to use.
44 derivation iteration count of B<PKCS12_DEFAULT_ITER> (currently 2048), and
48 The default MAC iteration count is 1 in order to retain compatibility with
49 old software which did not interpret MAC iteration counts. If such compatibility
105 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.
H A DPKCS12_PBE_keyivgen.pod62 I<iter> is the iteration count and its value should be greater than or
63 equal to 1. RFC 2898 suggests an iteration count of at least 1000. Any
64 I<iter> less than 1 is treated as a single iteration.
H A DPKCS12_gen_mac.pod36 I<iter> is the iteration count and I<md_type> is the message digest
43 If I<iter> is 1 then an iteration count will be omitted from the PKCS#12
H A DPKCS12_add_cert.pod35 algorithm, using I<pass> as the passphrase and I<iter> as the iteration count. If
36 I<iter> is zero then a default value for iteration count of 2048 is used.
H A DPKCS12_add_safe.pod34 as the iteration count. If I<iter> is zero then a default value for iteration
H A DOSSL_CRMF_pbmp_new.pod37 OWF (one-way function) NID I<owfnid>, OWF iteration count I<itercnt>,
51 The iteration count must be at least 100, as stipulated by RFC 4211, and is
H A DPKCS5_PBE_keyivgen.pod107 I<iter> is the iteration count and its value should be greater than or
108 equal to 1. RFC 2898 suggests an iteration count of at least 1000. Any
109 I<iter> less than 1 is treated as a single iteration.
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc19 // every iteration, the two modes are supported: N full-width iterations (as
20 // it is done for float32 by default) and (N-1) half-width iteration plus one
21 // final full-width iteration. It is expected that half-width integer
32 #error At least one full iteration is required
112 // Newton-Raphson iteration:
206 // approximation after last iteration.
229 // once after the final iteration. On the other hand, an effective value of
244 // We need at least one such iteration.
253 #error Only a single emulated full iteration is supported
256 // Cannot normally reach here: only one full-width iteration is requested and
[all …]
/freebsd/crypto/openssl/doc/man7/
H A DEVP_KDF-PBKDF2.pod14 using a salt and iteration count.
52 =item - the iteration count is at least 1000.
71 and an iteration count.
H A DEVP_KDF-PBKDF1.pod14 using a salt and iteration count.
47 and an iteration count.
H A DEVP_KDF-PKCS12KDF.pod15 using a salt, iteration count and the intended usage.
54 and an iteration count.
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_collapse.cpp343 auto iteration = iterations[ind]; in kmp_calc_one_iv_XX() local
344 temp = bounds->lb0 + bounds->lb1 * outer_iv + iteration * bounds->step; in kmp_calc_one_iv_XX()
404 auto iteration = iterations[ind]; in kmp_calc_one_iv_rectang_XX() local
409 iteration * bounds->step; in kmp_calc_one_iv_rectang_XX()
502 auto iteration = new_iv % bounds->trip_count; in __kmpc_calc_original_ivs_rectang() local
505 iterations[ind] = iteration; in __kmpc_calc_original_ivs_rectang()
1030 auto iteration = iterations[ind]; in kmp_calc_one_iv_for_chunk_end_XX() local
1041 accountForStep + iteration * step; in kmp_calc_one_iv_for_chunk_end_XX()
1049 temp = bounds->lb0 + bounds->lb1 * outer_iv + iteration / 2 * step; in kmp_calc_one_iv_for_chunk_end_XX()
1066 temp = start + iteration / 4 * step; in kmp_calc_one_iv_for_chunk_end_XX()
[all …]
/freebsd/lib/libc/amd64/string/
H A Dstrncmp.S74 add $4, %rdi # advance to next iteration
257 add $32, %rdi # advance to next iteration
263 sub $48, %rdx # end of buffer within first main loop iteration?
304 sub $32, %rdx # end of buffer within next iteration?
395 sub $48, %rdx # end of buffer within first main loop iteration?
422 sub $32, %rdx # end of buffer within next iteration?
/freebsd/sys/crypto/openssl/arm/
H A Darmv4-mont.S630 addne r6,r6,#16 @ don't advance in last iteration
673 addne r6,r6,#16 @ don't advance in last iteration
717 addne r6,r6,#16 @ don't advance in last iteration
761 addne r6,r6,#16 @ don't advance in last iteration
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp515 void (^new_block)(size_t) = ^(size_t iteration) {
519 block(iteration);
529 static void invoke_block_iteration(void *param, size_t iteration) { in invoke_block_iteration() argument
531 block(iteration); in invoke_block_iteration()
546 void (^new_block)(size_t) = ^(size_t iteration) { in TSAN_INTERCEPTOR()
550 work(context, iteration); in TSAN_INTERCEPTOR()
/freebsd/contrib/libucl/doc/
H A Dapi.md11 - [Iteration functions](#iteration-functions)
36 - [Iteration functions](#iteration-functions-1)
390iteration process as well. `expand_values` flag speicifies whether `ucl_iterate_object` should exp…
411 such an object. Safe iterators are desinged to define two sorts of iteration:
416 The following example demonstrates the difference between these two types of iteration:
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-pkcs12.pod.in178 used and iteration counts.
348 This option specifies the iteration count for the encryption key and MAC. The
352 algorithm that derives keys from passwords can have an iteration count applied
359 By default both encryption and MAC iteration counts are set to 2048, using
360 these options the MAC and encryption iteration counts can be set to 1, since
362 really have to. Most software supports both MAC and encryption iteration counts.
363 MSIE 4.0 doesn't support MAC iteration counts so it needs the B<-nomaciter>
/freebsd/bin/sh/tests/builtins/
H A Dgetopts1.011 # all recognize that "b" is missing its argument on the *first* iteration
/freebsd/contrib/bmake/unit-tests/
H A Ddirective-for-errors.exp8 make: "directive-for-errors.mk" line 52: no iteration variables in for

12345