HomeSort by: relevance | last modified time | path
    Searched defs:loop_count (Results 1 - 15 of 15) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/trivial-rewrite/
resolve.c 197 ssize_t loop_count; local
266 for (loop_count = 0, loop_max = addr_len + 100; /* void */ ; loop_count++) {
273 if (loop_count > loop_max) {
275 addr, (long) loop_count);
  /src/crypto/external/bsd/heimdal/dist/lib/base/
bsearch.c 164 size_t loop_count = 0; local
175 for (l = 0, r = rmax = sz, i = sz >> 1; i >= l && i < rmax; loop_count++) {
294 *loops = loop_count;
  /src/external/lgpl2/userspace-rcu/dist/src/
workqueue.c 54 unsigned long loop_count; member in struct:urcu_workqueue
89 if (++workqueue->loop_count & SET_AFFINITY_CHECK_PERIOD_MASK)
292 workqueue->loop_count = 0;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
call-rt-st.c 123 * LOOP_COUNT :
126 void loop_count () { function
627 loop_count(); /* -finish2- */
call-ar-st.c 281 * LOOP_COUNT :
284 void loop_count () { function
1038 loop_count();
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
call-rt-st.c 123 * LOOP_COUNT :
126 void loop_count () { function
627 loop_count(); /* -finish2- */
call-ar-st.c 281 * LOOP_COUNT :
284 void loop_count () { function
1038 loop_count();
  /src/lib/libcrypt/
crypt.c 749 int ks_inc, loop_count; local
793 loop_count = 8;
828 } while (--loop_count != 0);
  /src/external/bsd/libpcap/dist/
optimize.c 2213 int loop_count = 0; local
2255 loop_count = 0;
2261 loop_count++;
2262 if (loop_count >= 100) {
  /src/external/gpl3/gcc/dist/gcc/
modulo-sched.cc 1554 int64_t loop_count = 0;
1601 count_init = const_iteration_count (count_reg, pre_header, &loop_count,
1608 loop_count);
1661 || (count_init && (loop_count <= stage_count))
1670 fprintf (dump_file, "%" PRId64, loop_count);
1730 SET_SRC (single_set (count_init)) = GEN_INT (loop_count
1551 int64_t loop_count = 0; local
predict.cc 1744 widest_int loop_count = wi::div_trunc (tem, local
1773 ++loop_count;
1776 if (wi::neg_p (loop_count))
1777 loop_count = 0;
1778 if (loop_count == 0)
1780 else if (wi::cmps (compare_count, loop_count) == 1)
1785 tem = wi::udiv_trunc (tem, loop_count);
  /src/external/gpl3/gcc.old/dist/gcc/
modulo-sched.cc 1554 int64_t loop_count = 0;
1601 count_init = const_iteration_count (count_reg, pre_header, &loop_count,
1608 loop_count);
1661 || (count_init && (loop_count <= stage_count))
1670 fprintf (dump_file, "%" PRId64, loop_count);
1730 SET_SRC (single_set (count_init)) = GEN_INT (loop_count
1551 int64_t loop_count = 0; local
predict.cc 1733 widest_int loop_count = wi::div_trunc (tem, local
1762 ++loop_count;
1765 if (wi::neg_p (loop_count))
1766 loop_count = 0;
1767 if (loop_count == 0)
1769 else if (wi::cmps (compare_count, loop_count) == 1)
1774 tem = wi::udiv_trunc (tem, loop_count);
  /src/external/mit/libuv/dist/include/
uv.h 1384 uint64_t loop_count; member in struct:uv_metrics_s
  /src/sys/dev/ic/
bwi.c 5341 int found, loop_count, adjust_state; local
5347 loop_count = 12; /* XXX */
5401 } while (loop_count-- && found);

Completed in 66 milliseconds