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

/freebsd-11.0-release/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-11.0-release/crypto/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl65 # of the 2nd iteration is performed BEFORE the SWP of the first
66 # iteration. Fortunately, this is easy to detect (I of the 1st
67 # iteration will be equal to J of the 2nd iteration) and when this
68 # happens, we simply forward the proper value from the 1st iteration
70 # of S[I] from the first iteration (thanks to the fact that SWP
74 # iteration issues at the same time as the LDI of the 3rd iteration.
129 # - Pipelined, the loop can execute in 3 cycles/iteration and
216 local ($iteration,
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DSpillPlacement.cpp333 // affect the entire network in a single iteration. That means very fast
334 // convergence, usually in a single iteration.
335 for (unsigned iteration = 0; iteration != 10; ++iteration) {
336 // Scan backwards, skipping the last node when iteration is not zero. When
337 // iteration is not zero, the last node was just updated.
340 iteration == 0 ? Linked.rbegin() : std::next(Linked.rbegin()),
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_disconnect.py105 gobject.MainLoop().get_context().iteration(True)
H A Dp2p_find.py118 gobject.MainLoop().get_context().iteration(True)
H A Dp2p_flush.py105 gobject.MainLoop().get_context().iteration(True)
H A Dp2p_listen.py108 gobject.MainLoop().get_context().iteration(True)
H A Dp2p_stop_find.py110 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-11.0-release/crypto/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl80 mux2 tmp6=$a,0x44 };; // see b in next iteration
105 mux2 tmp6=$a,0x44 };; // see b in next iteration
135 mux2 tmp6=$a,0x44 };; // see b in next iteration
164 mux2 tmp6=$a,0x44 };; // see b in next iteration
213 mux2 tmp6=$a,0x44 };; // see b in next iteration
/freebsd-11.0-release/contrib/gcc/config/sparc/
H A Dlb1spc.asm22 mulscc %o4, %o1, %o4 ! first iteration of 33
53 mulscc %o4, %o1, %o4 ! 32nd iteration
54 mulscc %o4, %g0, %o4 ! last iteration only shifts
62 mulscc %o4, %o1, %o4 ! first iteration of 13
73 mulscc %o4, %o1, %o4 ! 12th iteration
74 mulscc %o4, %g0, %o4 ! last iteration only shifts
97 * N how many bits per iteration we try to get (4)
248 tst %o3 ! set up for initial iteration
446 * N how many bits per iteration we try to get (4)
595 tst %o3 ! set up for initial iteration
[all...]
/freebsd-11.0-release/sys/dev/nxge/xgehal/
H A Dxgehal-mgmt.c1026 int cnt, iteration = 0, test_pass = 0; local
1048 while (iteration < 2) {
1050 if (iteration == 1) {
1057 if (iteration == 1) {
1064 if (iteration == 1) {
1121 iteration++;
/freebsd-11.0-release/contrib/binutils/ld/
H A Dldlang.h435 int iteration; member in struct:lang_definedness_hash_entry
H A Dldlang.c784 /* Perform the iteration over all files in the list. */
802 /* Perform the iteration over a single file. */
2998 ret->iteration = -1;
3002 /* Return the iteration when the definition of NAME was last updated. A
3019 return defentry->iteration;
3036 iteration, don't update the definedness iteration, because that'd
3045 && defentry->iteration == -1)
3048 defentry->iteration = lang_statement_iteration;
/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/sparc64/
H A Ddivsi3.S11 * N -- how many bits per iteration we try to get
158 ! Do the main division iteration
H A Dmodsi3.S11 * N -- how many bits per iteration we try to get
158 ! Do the main division iteration
/freebsd-11.0-release/contrib/gcc/
H A Dloop-iv.c80 previous iteration. */
141 fprintf (file, " * iteration");
1196 /* Calculates value of IV at ITERATION-th iteration. */
1199 get_iv_value (struct rtx_iv *iv, rtx iteration) argument
1207 if (iv->step != const0_rtx && iteration != const0_rtx)
1210 iv->step, iteration));
1880 /* If the ivs behave specially in the first iteration, or are
2554 /* It must be tested (at least) once during any iteration. */
/freebsd-11.0-release/sys/dev/e1000/
H A De1000_ich8lan.c4710 s32 j, iteration, sector_size; local
4732 iteration = flash_bank_size / ICH_FLASH_SEG_SIZE_256;
4736 iteration = 1;
4740 iteration = 1;
4744 iteration = 1;
4754 for (j = 0; j < iteration; j++) {
5305 /* Set the mac to wait the maximum time between each iteration

Completed in 221 milliseconds