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

  /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/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);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SpillPlacement.cpp 332 /// iterate - Repeatedly update the Hopfield nodes until stability or the
334 void SpillPlacement::iterate() { function in class:SpillPlacement
  /src/external/gpl3/gdb.old/dist/gdb/
charset.c 616 wchar_iterator::iterate (enum wchar_iterate_result *out_result,
608 wchar_iterator::iterate (enum wchar_iterate_result *out_result, function in class:wchar_iterator
  /src/external/gpl3/gdb/dist/gdb/
charset.c 616 wchar_iterator::iterate (enum wchar_iterate_result *out_result,
608 wchar_iterator::iterate (enum wchar_iterate_result *out_result, function in class:wchar_iterator
  /src/external/ibm-public/postfix/dist/src/postmulti/
postmulti.c 1597 * Iterate over the selected instances.
1639 * Iterate over the selected instances.
1659 /* iterate - Iterate over all or selected instances */
1661 static NORETURN iterate(int iter_cmd, int iter_flags, int argc, char **argv, function
1678 * Iterate over the selected instances.
1692 msg_panic("iterate: unknown mode: %d", iter_cmd);
1710 /* main - iterate commands over multiple instance or manage instances */
1915 * Iterate over selected instances, or manipulate one instance.
1918 iterate(cmd_mode, iter_flags, argc - optind, argv + optind, &selection)
    [all...]
  /src/sys/external/bsd/sljit/dist/regex_src/
regexJIT.c 425 static int iterate(struct stack *stack, int min, int max) function
632 val1 = iterate(stack, val1, val2);
653 val1 = iterate(stack, 0, 0);
  /src/external/bsd/pcc/dist/pcc/mip/
optim2.c 571 iterate(struct p2env *p2e, struct dlnod *dl) function
670 iterate(p2e, &dln);
1806 * iterate over the basic blocks.
  /src/external/mpl/bind/dist/lib/dns/
qp.c 1957 iterate(bool forward, dns_qpiter_t *qpi, dns_name_t *name, void **pval_r, function
2040 return iterate(true, qpi, name, pval_r, ival_r);
2046 return iterate(false, qpi, name, pval_r, ival_r);
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-reassoc.cc 885 ops->iterate (i, &oe)
969 ops->iterate (i, &oe)
2240 for (i = currindex + 1; ops->iterate (i, &oe); i++)
2429 bool iterate = false; local
2470 for (i = 0; ops->iterate (i, &oe);)
2482 iterate = true;
2490 if (iterate)
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/
ipa-cp.cc 3537 /* Iterate over known values of parameters of NODE and estimate the local
3825 to callees (requires topological ordering in TOPO), iterate over strongly
4324 /* Given VAL that is intended for DEST, iterate over all its sources and if any
6392 /* The decision stage. Iterate over the topological order of call graph nodes
6406 bool change = false, iterate = true; local
6408 while (iterate)
6411 iterate = false;
6415 iterate |= decide_whether_version_node (v);
6417 change |= iterate;
tree-ssa-reassoc.cc 881 ops->iterate (i, &oe)
965 ops->iterate (i, &oe)
2236 for (i = currindex + 1; ops->iterate (i, &oe); i++)
2416 bool iterate = false; local
2457 for (i = 0; ops->iterate (i, &oe);)
2469 iterate = true;
2477 if (iterate)
tree-ssa-sccvn.cc 88 1. Iterate value numbering in an RPO walk of the blocks, removing
91 Iterate until it does not change.
126 1. We can iterate only the changing portions of the SCC's, but
264 for (i = 0; ops.iterate (i, &vro); i++)
812 for (; vr1->operands.iterate (i, &vro1); i++)
824 for (; vr2->operands.iterate (j, &vro2); j++)
4387 when figuring out whether to iterate we do not consider
4719 directly return false. For now simply iterate once. */
4721 /* Iterate to the single executable bb1 predecessor. */
4746 /* Iterate to the single executable bb2 successor. *
7800 bool iterate; member in struct:unwind_state
    [all...]

Completed in 204 milliseconds