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

/macosx-10.5.8/xnu-1228.15.4/tools/tests/affinity/
H A Dpool.c201 long iteration = 0; local
272 iteration = sp->work_todo--;
276 workp->number = iteration;
286 sp->name, wp->setnum, sp->stagenum, iteration, workp, workp->data);
299 sp->name, wp->setnum, sp->stagenum, iteration);
311 return (void *) iteration;
H A Dsets.c186 long iteration = 0; local
251 DBG(" %s[%d,%d] iteration %d waiting for buffer\n",
252 sp->name, lp->setnum, sp->stagenum, iteration);
260 DBG(" %s[%d,%d] iteration %d work %p data %p\n",
261 sp->name, lp->setnum, sp->stagenum, iteration, workp, workp->data);
273 DBG(" %s[%d,%d] iteration %d signaling work\n",
274 sp->name, lp->setnum, sp->stagenum, iteration);
278 } while (++iteration < iterations);
282 return (void *) iteration;
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dxsumas.s275 ; It is pipelined (loads are one iteration ahead of adds), and unrolled.
276 ; It should take 9-10 cycles per iteration, which consumes 64 bytes of input.
279 LInnerLoop64: ; 64 bytes/iteration
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dsavearea_asm.s1034 crclr cr1_eq ; dont exit loop before 1st iteration
1144 crclr cr1_eq ; dont exit loop before 1st iteration
H A Dhw_vm.s4692 ; search iteration is unrolled so that we don't fetch beyond the end of

Completed in 104 milliseconds