HomeSort by: relevance | last modified time | path
    Searched refs:iterate (Results 1 - 25 of 154) sorted by relevancy

1 2 3 4 5 6 7

  /src/usr.bin/uuidgen/
uuidgen.c 82 int ch, count, i, iterate, c_struct; local
86 iterate = 0; /* not one at a time */
92 iterate = 1;
128 if (!iterate) {
  /src/tools/pkg_install/lib/
Makefile 9 fexec.c file.c global.c gpgsig.c iterate.c license.c lpkg.c \
  /src/external/gpl3/gdb/dist/gdb/
charset.h 126 int iterate (enum wchar_iterate_result *out_result, gdb_wchar_t **out_chars,
  /src/external/gpl3/gdb.old/dist/gdb/
charset.h 126 int iterate (enum wchar_iterate_result *out_result, gdb_wchar_t **out_chars,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SpillPlacement.h 59 // iterate.
69 /// List of nodes that need to be updated in ::iterate.
132 /// Prepare internal data structures for iterate.
136 /// iterate - Update the network iteratively until convergence, or new bundles
138 void iterate();
141 /// the previous call to scanActiveBundles or iterate.
SpillPlacement.cpp 332 /// iterate - Repeatedly update the Hopfield nodes until stability or the
334 void SpillPlacement::iterate() { function in class:SpillPlacement
  /src/external/bsd/pkg_install/lib/
Makefile 8 fexec.c file.c global.c gpgsig.c iterate.c license.c lpkg.c \
  /src/external/gpl3/gcc/dist/gcc/
hw-doloop.cc 56 for (ix = 0; loop->blocks.iterate (ix, &b); ix++)
61 for (ix = 0; loop->loops.iterate (ix, &i); ix++)
90 for (ix = 0; loop->blocks.iterate (ix, &bb); ix++)
254 for (dwork = 0; works.iterate (dwork, &bb); dwork++)
576 for (ix = 0; loop->loops.iterate (ix, &inner); ix++)
gimple-loop-interchange.cc 227 for (unsigned i = 0; m_inductions.iterate (i, &iv); ++i)
231 for (unsigned i = 0; m_reductions.iterate (i, &re); ++i)
284 for (unsigned i = 0; m_reductions.iterate (i, &re); ++i)
620 for (unsigned i = 0; iloop->m_reductions.iterate (i, &inner_re); ++i)
942 for (unsigned i = 0; datarefs.iterate (i, &dr); ++i)
995 for (unsigned i = 0; datarefs.iterate (i, &dr); ++i)
1002 for (unsigned i = 0; ddrs.iterate (i, &ddr); ++i)
1025 for (unsigned i = 0; ddrs.iterate (i, &ddr); ++i)
1070 for (unsigned i = 0; iloop.m_reductions.iterate (i, &re); ++i)
1080 for (unsigned i = 0; oloop.m_reductions.iterate (i, &re); ++i
    [all...]
genopinit.cc 366 for (i = 0; patterns.iterate (i, &p); ++i)
404 for (i = 0; patterns.iterate (i, &p); ++i)
418 for (i = 0; patterns.iterate (i, &p); ++i)
tree-ssanames.h 56 for (I = 1; SSANAMES (FN)->iterate (I, &VAR); ++I) \
vec.h 40 There are both 'index' and 'iterate' accessors. The index accessor
196 for (ix = 0; s->v.iterate (ix, &elt); ix++)
616 bool iterate (unsigned, T *) const;
617 bool iterate (unsigned, T **) const;
800 /* If V is NULL return false, otherwise return V->iterate(IX, PTR). */
806 return v->iterate (ix, ptr);
819 return v->iterate (ix, ptr);
941 element of this vector. Use this to iterate over the elements of a
944 for (ix = 0; v->iterate (ix, &val); ix++)
949 vec<T, A, vl_embed>::iterate (unsigned ix, T *ptr) cons
    [all...]
tree-loop-distribution.cc 1513 for (j = 0; RDG_DATAREFS (rdg, x).iterate (j, &dr); ++j)
1567 for (unsigned j = 0; RDG_DATAREFS (rdg, i).iterate (j, &dr); ++j)
2278 for (i = 0; partitions->iterate (i, &partition); ++i)
2366 for (i = 0; partitions->iterate (i, &partition1); ++i)
2368 for (j = i + 1; partitions->iterate (j, &partition2); ++j)
2453 for (j = 0; partitions->iterate (j, &partition1); ++j)
2456 for (j = j + 1; partitions->iterate (j, &partition2); ++j)
2568 for (j = 0; partitions->iterate (j, &first); ++j)
2573 for (++j; partitions->iterate (j, &partition); ++j)
2631 for (j = 0; partitions->iterate (j, &first); ++j
    [all...]
tree-predcom.cc 2391 for (i = 1; chain->refs.iterate (i, &a); i++)
2424 for (j = 1; chain->refs.iterate (j, &a); j++)
2471 for (j = 1; chain->refs.iterate (j, &a); j++)
2940 for (i = 0; (ch1->refs.iterate (i, &r1)
2941 && ch2->refs.iterate (i, &r2)); i++)
2960 for (i = 0; (ch1->refs.iterate (i, &r1)
2961 && ch2->refs.iterate (i, &r2)); i++)
2983 for (unsigned j = 0; (root->refs.iterate (j, &ref)
2984 && ch1->refs.iterate (j, &ref1)
2985 && ch2->refs.iterate (j, &ref2)); ++j
    [all...]
omp-oacc-neuter-broadcast.cc 271 for (ix = 0; worklist.iterate (ix, &stmt); ix++)
361 for (unsigned ix = 0; par->blocks.iterate (ix, &block); ix++)
516 for (unsigned i = 0; par->blocks.iterate (i, &block); i++)
616 for (ix = 0; par->blocks.iterate (ix, &block); ix++)
715 for (ix = 0; par->blocks.iterate (ix, &block); ix++)
791 for (ix = 0; par->blocks.iterate (ix, &block); ix++)
1108 /* Make sure we iterate over definitions in a stable order. */
1259 for (unsigned i = 0; par->blocks.iterate (i, &block); i++)
1412 for (unsigned i = 0; par->blocks.iterate (i, &block); i++)
tree-ssa-sccvn.cc 94 1. Iterate value numbering in an RPO walk of the blocks, removing
97 Iterate until it does not change.
132 1. We can iterate only the changing portions of the SCC's, but
270 for (i = 0; ops.iterate (i, &vro); i++)
850 for (; vr1->operands.iterate (i, &vro1); i++)
862 for (; vr2->operands.iterate (j, &vro2); j++)
4040 for (i = 1; operands.iterate (i, &vro); ++i)
4184 for (i = 1; operands.iterate (i, &vro); ++i)
4748 when figuring out whether to iterate we do not consider
5104 directly return false. For now simply iterate once. *
8321 bool iterate; member in struct:unwind_state
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
hw-doloop.cc 56 for (ix = 0; loop->blocks.iterate (ix, &b); ix++)
61 for (ix = 0; loop->loops.iterate (ix, &i); ix++)
90 for (ix = 0; loop->blocks.iterate (ix, &bb); ix++)
254 for (dwork = 0; works.iterate (dwork, &bb); dwork++)
576 for (ix = 0; loop->loops.iterate (ix, &inner); ix++)
gimple-loop-interchange.cc 227 for (unsigned i = 0; m_inductions.iterate (i, &iv); ++i)
231 for (unsigned i = 0; m_reductions.iterate (i, &re); ++i)
284 for (unsigned i = 0; m_reductions.iterate (i, &re); ++i)
620 for (unsigned i = 0; iloop->m_reductions.iterate (i, &inner_re); ++i)
940 for (unsigned i = 0; datarefs.iterate (i, &dr); ++i)
993 for (unsigned i = 0; datarefs.iterate (i, &dr); ++i)
1000 for (unsigned i = 0; ddrs.iterate (i, &ddr); ++i)
1023 for (unsigned i = 0; ddrs.iterate (i, &ddr); ++i)
1068 for (unsigned i = 0; iloop.m_reductions.iterate (i, &re); ++i)
1078 for (unsigned i = 0; oloop.m_reductions.iterate (i, &re); ++i
    [all...]
genopinit.cc 366 for (i = 0; patterns.iterate (i, &p); ++i)
372 for (i = 0; patterns.iterate (i, &p); ++i)
384 for (i = 0; patterns.iterate (i, &p); ++i)
tree-ssanames.h 66 for (I = 1; SSANAMES (FN)->iterate (I, &VAR); ++I) \
vec.h 40 There are both 'index' and 'iterate' accessors. The index accessor
178 for (ix = 0; s->v.iterate (ix, &elt); ix++)
599 bool iterate (unsigned, T *) const;
600 bool iterate (unsigned, T **) const;
779 /* If V is NULL return false, otherwise return V->iterate(IX, PTR). */
785 return v->iterate (ix, ptr);
798 return v->iterate (ix, ptr);
920 element of this vector. Use this to iterate over the elements of a
923 for (ix = 0; vec<T, A>::iterate (v, ix, &ptr); ix++)
928 vec<T, A, vl_embed>::iterate (unsigned ix, T *ptr) cons
    [all...]
tree-predcom.cc 1105 for (i = 1; comp->refs.iterate (i, &a); i++)
2360 for (i = 1; chain->refs.iterate (i, &a); i++)
2393 for (j = 1; chain->refs.iterate (j, &a); j++)
2440 for (j = 1; chain->refs.iterate (j, &a); j++)
2909 for (i = 0; (ch1->refs.iterate (i, &r1)
2910 && ch2->refs.iterate (i, &r2)); i++)
2929 for (i = 0; (ch1->refs.iterate (i, &r1)
2930 && ch2->refs.iterate (i, &r2)); i++)
2952 for (unsigned j = 0; (root->refs.iterate (j, &ref)
2953 && ch1->refs.iterate (j, &ref1
    [all...]
tree-loop-distribution.cc 1473 for (j = 0; RDG_DATAREFS (rdg, x).iterate (j, &dr); ++j)
1527 for (unsigned j = 0; RDG_DATAREFS (rdg, i).iterate (j, &dr); ++j)
2222 for (i = 0; partitions->iterate (i, &partition); ++i)
2310 for (i = 0; partitions->iterate (i, &partition1); ++i)
2312 for (j = i + 1; partitions->iterate (j, &partition2); ++j)
2397 for (j = 0; partitions->iterate (j, &partition1); ++j)
2400 for (j = j + 1; partitions->iterate (j, &partition2); ++j)
2512 for (j = 0; partitions->iterate (j, &first); ++j)
2517 for (++j; partitions->iterate (j, &partition); ++j)
2575 for (j = 0; partitions->iterate (j, &first); ++j
    [all...]
omp-oacc-neuter-broadcast.cc 271 for (ix = 0; worklist.iterate (ix, &stmt); ix++)
361 for (unsigned ix = 0; par->blocks.iterate (ix, &block); ix++)
516 for (unsigned i = 0; par->blocks.iterate (i, &block); i++)
616 for (ix = 0; par->blocks.iterate (ix, &block); ix++)
715 for (ix = 0; par->blocks.iterate (ix, &block); ix++)
791 for (ix = 0; par->blocks.iterate (ix, &block); ix++)
1108 /* Make sure we iterate over definitions in a stable order. */
1259 for (unsigned i = 0; par->blocks.iterate (i, &block); i++)
1412 for (unsigned i = 0; par->blocks.iterate (i, &block); i++)
  /src/crypto/external/bsd/heimdal/dist/kdc/
hprop.c 227 iterate (krb5_context context, function
264 ret = iterate (context, database_name, db, type, &pd);
266 krb5_errx(context, 1, "iterate failure");
353 ret = iterate (context, database_name, db, type, &pd);
355 krb5_warnx(context, "iterate to host %s failed", host);

Completed in 54 milliseconds

1 2 3 4 5 6 7