Searched refs:iterations (Results 1 - 23 of 23) sorted by relevance

/haiku-fatelf/src/tests/system/kernel/
H A Dpath_resolution_test.cpp19 static const int32 iterations = 10000; local
20 for (int32 i = 0; i < iterations; i++) {
26 printf(" %5.3f us/call\n", (double)totalTime / iterations);
/haiku-fatelf/src/tests/kits/net/netperf/
H A Dnetcpu.h15 extern float calibrate_idle_rate(int iterations, int interval);
H A Dnetcpu_none.c46 calibrate_idle_rate(int iterations, int interval) argument
/haiku-fatelf/src/libs/mapm/
H A Dmapm_div.c125 int j, k, m, b0, sign, nexp, indexr, icompare, iterations; local
185 iterations = nexp + places + 1;
187 iterations = places + 1;
189 k = (iterations + 1) >> 1; /* required size of result, in bytes */
213 iterations = 1;
307 if (m >= iterations)
321 iterations = m;
333 r->m_apm_datalength = iterations;
/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A DBitmapBlock.cpp76 uint32 iterations; local
87 iterations = 0;
89 iterations = (length - 32 + startBit) >> 5;
104 iterations++;
106 for (; iterations > 0; --iterations) {
108 TRACE("BitmapBlock::_Check(): iterations %lu bits: %lX\n", iterations,
144 uint32 iterations; local
172 iterations
[all...]
H A DBlockAllocator.cpp613 for (int32 iterations = 0; iterations < 2; iterations++) {
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_once/
H A Dstress.c84 long long iterations = 0; variable
244 iterations++;
249 output( "pthread_once stress test PASSED -- %llu iterations\n", iterations );
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/sem_getvalue/
H A Dstress.c88 long long iterations = 0; variable
241 iterations++;
276 output( "pthread_exit stress test PASSED -- %llu iterations\n", iterations );
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_kill/
H A Dstress.c83 long long iterations = 0; variable
142 iterations++;
160 iterations++;
353 output( "pthread_kill stress test PASSED -- %llu iterations\n", iterations );
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_exit/
H A Dstress.c105 long long iterations=0; variable
231 iterations++;
238 output("pthread_exit stress test PASSED -- %llu iterations\n",iterations);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_getschedparam/
H A Dstress.c85 long long iterations = 0; variable
141 iterations++;
330 output( "pthread_getschedparam stress test PASSED -- %llu iterations\n", iterations );
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_self/
H A Dstress.c100 long long iterations=0; variable
310 iterations++;
317 output("pthread_exit stress test PASSED -- %llu iterations\n",iterations);
/haiku-fatelf/src/tests/servers/app/painter/
H A Dmain.cpp337 int32 iterations = 40; local
343 for (int32 i = 0; i < iterations; i++) {
354 fprintf(stdout, " %lld ��secs\n", painterNow / iterations);
370 for (int32 i = 0; i < iterations; i++) {
383 fprintf(stdout, " %lld ��secs\n", viewNow / iterations);
/haiku-fatelf/src/libs/print/libgutenprint/include/gutenprint/
H A Ddither.h153 size_t iterations,
/haiku-fatelf/src/add-ons/screen_savers/message/
H A DMessage.cpp213 // From 14 to 22 iterations
214 int32 iterations = (rand() % 8) + 14; local
215 for (int32 i = 0; i < iterations; i++) {
/haiku-fatelf/src/bin/gdb/bfd/
H A Dieee.c1840 do_one (ieee, current_map, location_ptr, s, iterations)
1845 int iterations;
2032 if (iterations != 1)
2132 unsigned int iterations;
2136 iterations = must_parse_int (&(ieee->h));
2141 while (iterations != 0)
2144 iterations--;
2152 while (iterations != 0)
2156 (int) iterations))
2158 iterations
2129 unsigned int iterations; local
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dfsh.cpp1483 int iterations = 10240; local
1494 iterations = atol(argv[1]);
1498 printf("usage: attrs [number of iterations] [max attr size]\n");
1508 printf("%d iterations...\n", iterations);
1510 for (i = 0; i < iterations; i++) {
2071 { "attrs", do_attrtest, "writes random attributes [a-z] up to 1023 bytes, N [10240] iterations." },
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/dev/e1000/
H A De1000_phy.h88 s32 e1000_phy_has_link_generic(struct e1000_hw *hw, u32 iterations,
H A De1000_phy.c2347 * @iterations: number of times to poll for link
2351 * Polls the PHY status register for link, 'iterations' number of times.
2353 s32 e1000_phy_has_link_generic(struct e1000_hw *hw, u32 iterations, argument
2364 for (i = 0; i < iterations; i++) {
2389 *success = (i < iterations);
/haiku-fatelf/src/kits/interface/layouter/
H A DLayoutOptimizer.cpp331 int iterations = (m > n ? n : m); local
334 for (; i < iterations && column < n; i++) {
/haiku-fatelf/src/libs/linprog/
H A DLayoutOptimizer.cpp309 int iterations = (m > n ? n : m); local
312 for (; i < iterations && column < n; i++) {
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dprint-dither-matrices.c385 stp_dither_set_iterated_matrix(stp_vars_t *v, size_t edge, size_t iterations, argument
391 stp_dither_matrix_iterated_init(&(d->dither_matrix), edge, iterations, data);
/haiku-fatelf/src/apps/bootmanager/
H A Dbootman.S585 inc cx ; Number of required iterations

Completed in 171 milliseconds