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

/freebsd-9.3-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-9.3-release/contrib/llvm/lib/CodeGen/
H A DSpillPlacement.cpp323 // affect the entire network in a single iteration. That means very fast
324 // convergence, usually in a single iteration.
325 for (unsigned iteration = 0; iteration != 10; ++iteration) {
/freebsd-9.3-release/crypto/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl81 mux2 tmp6=$a,0x44 };; // see b in next iteration
106 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
215 mux2 tmp6=$a,0x44 };; // see b in next iteration
/freebsd-9.3-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-9.3-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-9.3-release/contrib/compiler-rt/lib/sparc64/
H A Ddivmod.m412 * N -- how many bits per iteration we try to get
218 ! Do the main division iteration
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-9.3-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-9.3-release/sys/dev/e1000/
H A De1000_ich8lan.c3561 s32 j, iteration, sector_size; local
3583 iteration = flash_bank_size / ICH_FLASH_SEG_SIZE_256;
3587 iteration = 1;
3591 iteration = 1;
3595 iteration = 1;
3605 for (j = 0; j < iteration ; j++) {
4142 /* Set the mac to wait the maximum time between each iteration
/freebsd-9.3-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. */

Completed in 462 milliseconds