Searched refs:iteration (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Dspin.h7 unsigned iteration; member in struct:__anon836
24 if (spin->iteration < 5) {
25 for (i = 0; i < (1U << spin->iteration); i++) {
28 spin->iteration++;
/freebsd-current/contrib/mandoc/
H A Ddbm.c70 static enum iter iteration; variable in typeref:enum:iter
210 * Return the number of the next manual page in the current iteration.
217 switch(iteration) {
225 return page_bytitle(iteration, NULL);
230 * Functions implementing the iteration over manual pages.
243 /* Initialize for a new iteration. */
246 iteration = arg_iter;
248 switch (iteration) {
262 iteration = ITER_NONE;
274 if (iteration
[all...]
/freebsd-current/sys/teken/stress/
H A Dteken_stress.c102 unsigned int i, iteration = 0; local
118 iteration++;
119 if ((iteration % 10000) == 0)
120 printf("Processed %u frames\n", iteration);
/freebsd-current/contrib/googletest/googletest/test/
H A Dgoogletest-listener-test.cc61 int iteration) override {
63 message << GetFullMethodName("OnTestIterationStart") << "(" << iteration
108 int iteration) override {
110 message << GetFullMethodName("OnTestIterationEnd") << "(" << iteration
136 int iteration) override {
138 message << GetFullMethodName("OnTestIterationStart") << "(" << iteration
180 int iteration) override {
182 message << GetFullMethodName("OnTestIterationEnd") << "(" << iteration
/freebsd-current/contrib/bmake/unit-tests/
H A Ddirective-for-errors.exp8 make: "directive-for-errors.mk" line 52: no iteration variables in for
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"
219 .for in value # expect+0: no iteration variables in for
223 # An empty list of iteration value
[all...]
H A Dvarname-dot-suffixes.mk77 # replacement mechanism for the iteration variables takes precedence.
92 # '.SUFFIXES' for the iteration variable is unusual. In ODE Make, the
93 # convention for these iteration variables is to have dots at both ends, so
94 # the name would be '.SUFFIXES.', furthermore the name of the iteration
H A Ddirective-for.exp24 make: "directive-for.mk" line 219: no iteration variables in for
H A Ddirective-for-escape.mk3 # Test escaping of special characters in the iteration values of a .for loop.
149 # Before for.c 1.173 from 2023-05-08, the name of the iteration variable
158 # Before for.c 1.173 from 2023-05-08, the name of the iteration variable
168 # Demonstrate the various ways to refer to the iteration variable.
/freebsd-current/lib/libc/amd64/string/
H A Dstrlen.S99 add $32, %rdi # advance to next iteration
115 add $32, %rdi # advance to next iteration
H A Dtimingsafe_bcmp.S96 cmp %rdx, %rcx # enough left for a full iteration?
99 /* main loop processing 16 bytes per iteration */
200 cmp %rdx, %rcx # enough left for a full iteration?
203 /* main loop processing 32 bytes per iteration */
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?
275 * the previous iteration. This iteration, we first check that string
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-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_collapse.cpp326 // Calculate one iv corresponding to iteration on the level ind.
339 // we moved to the next iteration on one of outer loops, should start
343 auto iteration = iterations[ind]; local
344 temp = bounds->lb0 + bounds->lb1 * outer_iv + iteration * bounds->step;
395 // Calculate one iv corresponding to iteration on the level ind.
404 auto iteration = iterations[ind]; local
409 iteration * bounds->step;
495 // First, calc corresponding iteration in every original loop:
502 auto iteration = new_iv % bounds->trip_count; local
505 iterations[ind] = iteration;
[all...]
/freebsd-current/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_find.py118 gobject.MainLoop().get_context().iteration(True)
H A Dp2p_stop_find.py110 gobject.MainLoop().get_context().iteration(True)
H A Dp2p_listen.py108 gobject.MainLoop().get_context().iteration(True)
H A Dp2p_disconnect.py105 gobject.MainLoop().get_context().iteration(True)
H A Dp2p_flush.py105 gobject.MainLoop().get_context().iteration(True)
H A Dp2p_group_add.py150 gobject.MainLoop().get_context().iteration(True)
H A Dp2p_invite.py136 gobject.MainLoop().get_context().iteration(True)
/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl90 mux2 tmp6=$a,0x44 };; // see b in next iteration
115 mux2 tmp6=$a,0x44 };; // see b in next iteration
145 mux2 tmp6=$a,0x44 };; // see b in next iteration
174 mux2 tmp6=$a,0x44 };; // see b in next iteration
223 mux2 tmp6=$a,0x44 };; // see b in next iteration
/freebsd-current/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 i
[all...]
/freebsd-current/sys/crypto/openssl/arm/
H A Darmv4-mont.S630 addne r6,r6,#16 @ don't advance in last iteration
651 addne r6,r6,#16 @ don't advance in last iteration
673 addne r6,r6,#16 @ don't advance in last iteration
695 addne r6,r6,#16 @ don't advance in last iteration
717 addne r6,r6,#16 @ don't advance in last iteration
739 addne r6,r6,#16 @ don't advance in last iteration
761 addne r6,r6,#16 @ don't advance in last iteration
783 addne r6,r6,#16 @ don't advance in last iteration
/freebsd-current/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) { argument
531 block(iteration);
546 void (^new_block)(size_t) = ^(size_t iteration) {
550 work(context, iteration);
/freebsd-current/sys/contrib/zstd/lib/dictBuilder/
H A Dfastcover.c643 unsigned iteration = 1; local
743 (unsigned)((iteration * 100) / kIterations));
744 ++iteration;

Completed in 260 milliseconds

123