Searched refs:nmatch (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dcfgcleanup.c1914 int nmatch;
1974 nmatch = flow_find_cross_jump (src1, src2, &newpos1, &newpos2, &dir);
1997 if ((nmatch < PARAM_VALUE (PARAM_MIN_CROSSJUMP_INSNS))
2056 src2->index, nmatch);
2063 src1->index, src2->index, nmatch);
2420 int nmatch;
2422 nmatch = flow_find_head_matching_sequence (e0->dest, e->dest,
2424 if (nmatch == 0)
2427 if (nmatch < max_match)
2429 max_match = nmatch;
1907 int nmatch; local
2413 int nmatch; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c5692 regexec (preg, string, nmatch, pmatch, eflags)
5695 size_t nmatch;
5703 boolean want_reg_info = !preg->no_sub && nmatch > 0;
5711 information about, via `nmatch'. We have to pass that on to the
5717 regs.num_regs = nmatch;
5718 regs.start = TALLOC (nmatch, regoff_t);
5719 regs.end = TALLOC (nmatch, regoff_t);
5736 for (r = 0; r < nmatch; r++)
5672 size_t nmatch; variable
/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c8023 regexec (const regex_t *preg, const char *string, size_t nmatch,
8030 boolean want_reg_info = !preg->no_sub && nmatch > 0;
8038 information about, via `nmatch'. We have to pass that on to the
8044 regs.num_regs = nmatch;
8045 regs.start = TALLOC (nmatch * 2, regoff_t);
8048 regs.end = regs.start + nmatch;
8063 for (r = 0; r < nmatch; r++)
/haiku-buildtools/gcc/libiberty/
H A Dregex.c8028 regexec (const regex_t *preg, const char *string, size_t nmatch,
8035 boolean want_reg_info = !preg->no_sub && nmatch > 0;
8043 information about, via `nmatch'. We have to pass that on to the
8049 regs.num_regs = nmatch;
8050 regs.start = TALLOC (nmatch * 2, regoff_t);
8053 regs.end = regs.start + nmatch;
8068 for (r = 0; r < nmatch; r++)
/haiku-buildtools/binutils/libiberty/
H A Dregex.c8032 regexec (const regex_t *preg, const char *string, size_t nmatch,
8039 boolean want_reg_info = !preg->no_sub && nmatch > 0;
8047 information about, via `nmatch'. We have to pass that on to the
8053 regs.num_regs = nmatch;
8054 regs.start = TALLOC (nmatch * 2, regoff_t);
8057 regs.end = regs.start + nmatch;
8072 for (r = 0; r < nmatch; r++)

Completed in 119 milliseconds