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

  /src/external/bsd/tmux/dist/
mode-tree.c 70 u_int maxdepth; member in struct:mode_tree_data
214 if (depth > mtd->maxdepth)
215 mtd->maxdepth = depth;
578 mtd->maxdepth = 0;
719 int keylen, pad, alignlen[mtd->maxdepth + 1];
743 for (i = 0; i < mtd->maxdepth + 1; i++)
mode-tree.c 70 u_int maxdepth; member in struct:mode_tree_data
214 if (depth > mtd->maxdepth)
215 mtd->maxdepth = depth;
578 mtd->maxdepth = 0;
719 int keylen, pad, alignlen[mtd->maxdepth + 1];
743 for (i = 0; i < mtd->maxdepth + 1; i++)
  /src/external/gpl3/binutils/dist/gprofng/src/
CallStack.cc 1142 int maxdepth = 0; local
1170 fprintf (f, GTXT ("md = %d, mw = %d\n"), maxdepth, maxwidth);
CallStack.cc 1142 int maxdepth = 0; local
1170 fprintf (f, GTXT ("md = %d, mw = %d\n"), maxdepth, maxwidth);
PathTree.cc 2364 static int maxdepth; variable
2373 maxdepth = 0;
2377 (long long) maxdepth, (long long) maxwidth);
2385 if (lvl + 1 > maxdepth)
2386 maxdepth = lvl + 1;
PathTree.cc 2364 static int maxdepth; variable
2373 maxdepth = 0;
2377 (long long) maxdepth, (long long) maxwidth);
2385 if (lvl + 1 > maxdepth)
2386 maxdepth = lvl + 1;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
CallStack.cc 1142 int maxdepth = 0; local
1170 fprintf (f, GTXT ("md = %d, mw = %d\n"), maxdepth, maxwidth);
CallStack.cc 1142 int maxdepth = 0; local
1170 fprintf (f, GTXT ("md = %d, mw = %d\n"), maxdepth, maxwidth);
PathTree.cc 2364 static int maxdepth; variable
2373 maxdepth = 0;
2377 (long long) maxdepth, (long long) maxwidth);
2385 if (lvl + 1 > maxdepth)
2386 maxdepth = lvl + 1;
PathTree.cc 2364 static int maxdepth; variable
2373 maxdepth = 0;
2377 (long long) maxdepth, (long long) maxwidth);
2385 if (lvl + 1 > maxdepth)
2386 maxdepth = lvl + 1;
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-ivopts.cc 1826 unsigned maxdepth = 0; local
1837 maxdepth = MAX (maxdepth, loop_depth (ivloop));
1840 return superloop_at_depth (loop, maxdepth);
tree-ssa-loop-ivopts.cc 1826 unsigned maxdepth = 0; local
1837 maxdepth = MAX (maxdepth, loop_depth (ivloop));
1840 return superloop_at_depth (loop, maxdepth);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-ivopts.cc 1821 unsigned maxdepth = 0; local
1832 maxdepth = MAX (maxdepth, loop_depth (ivloop));
1835 return superloop_at_depth (loop, maxdepth);
tree-ssa-loop-ivopts.cc 1821 unsigned maxdepth = 0; local
1832 maxdepth = MAX (maxdepth, loop_depth (ivloop));
1835 return superloop_at_depth (loop, maxdepth);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
resolver.c 558 unsigned int maxdepth; member in struct:dns_resolver
3771 if (fctx->depth > res->maxdepth) {
3775 "(depth=%u, maxdepth=%u)",
3776 fctx->info, fctx->depth, res->maxdepth);
10620 res->maxdepth = DEFAULT_RECURSION_DEPTH;
12005 dns_resolver_setmaxdepth(dns_resolver_t *resolver, unsigned int maxdepth) {
12007 resolver->maxdepth = maxdepth;
12013 return (resolver->maxdepth);
resolver.c 558 unsigned int maxdepth; member in struct:dns_resolver
3771 if (fctx->depth > res->maxdepth) {
3775 "(depth=%u, maxdepth=%u)",
3776 fctx->info, fctx->depth, res->maxdepth);
10620 res->maxdepth = DEFAULT_RECURSION_DEPTH;
12005 dns_resolver_setmaxdepth(dns_resolver_t *resolver, unsigned int maxdepth) {
12007 resolver->maxdepth = maxdepth;
12013 return (resolver->maxdepth);
  /src/external/mpl/bind/dist/lib/dns/
resolver.c 602 unsigned int maxdepth; member in struct:dns_resolver
3433 if (fctx->depth > res->maxdepth) {
3437 "(depth=%u, maxdepth=%u)",
3438 fctx->info, fctx->depth, res->maxdepth);
10435 .maxdepth = DEFAULT_RECURSION_DEPTH,
11400 dns_resolver_setmaxdepth(dns_resolver_t *resolver, unsigned int maxdepth) {
11402 resolver->maxdepth = maxdepth;
11408 return resolver->maxdepth;
resolver.c 602 unsigned int maxdepth; member in struct:dns_resolver
3433 if (fctx->depth > res->maxdepth) {
3437 "(depth=%u, maxdepth=%u)",
3438 fctx->info, fctx->depth, res->maxdepth);
10435 .maxdepth = DEFAULT_RECURSION_DEPTH,
11400 dns_resolver_setmaxdepth(dns_resolver_t *resolver, unsigned int maxdepth) {
11402 resolver->maxdepth = maxdepth;
11408 return resolver->maxdepth;

Completed in 143 milliseconds