Searched refs:match1 (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl2/rcs/dist/src/
H A Drcsfcmp.c171 enum markers match1; local
230 (*tp = xc, (match1 = trymatch(xkeyword)) != Nomatch)
268 if (match1==Log) {
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dsparc-dis.c280 unsigned long int match0 = op0->match, match1 = op1->match; local
314 if (match1 & lose1)
319 op1->name, match1, lose1); local
330 int x1 = (match1 & x) != 0;
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dsparc-dis.c280 unsigned long int match0 = op0->match, match1 = op1->match; local
314 if (match1 & lose1)
319 op1->name, match1, lose1); local
330 int x1 = (match1 & x) != 0;
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dsparc-dis.c280 unsigned long int match0 = op0->match, match1 = op1->match; local
314 if (match1 & lose1)
319 op1->name, match1, lose1); local
330 int x1 = (match1 & x) != 0;
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dsparc-dis.c280 unsigned long int match0 = op0->match, match1 = op1->match; local
314 if (match1 & lose1)
319 op1->name, match1, lose1); local
330 int x1 = (match1 & x) != 0;
/netbsd-current/external/gpl2/texinfo/dist/util/
H A Dgdoc292 $match1 = shift;
298 $output =~ s,\$1,$match1,g;
305 # print "pattern $pattern matched 1=$match1 2=$match2 3=$match3 4=$match4 r
/netbsd-current/external/apache2/mDNSResponder/dist/mDNSCore/
H A Dnsec.c357 int match1, match2; local
359 match1 = CountLabelsMatch(oname, qname);
362 if (match1 > match2)
363 return SkipLeadingLabels(oname, CountLabels(oname) - match1);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-alias.c879 aliasing_matching_component_refs_p (tree match1, tree ref1, argument
892 get_ref_base_and_extent (match1, &offadj, &sztmp, &msztmp, &reverse);
901 int cmp = nonoverlapping_refs_since_match_p (match1, ref1, match2, ref2,
1421 nonoverlapping_refs_since_match_p (tree match1, tree ref1, argument
1433 if (match1 == ref1 || !handled_component_p (ref1)
1441 while (handled_component_p (ref1) && ref1 != match1)
1470 bool mem_ref1 = TREE_CODE (ref1) == MEM_REF && ref1 != match1;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-alias.cc1027 aliasing_matching_component_refs_p (tree match1, tree ref1, argument
1040 get_ref_base_and_extent (match1, &offadj, &sztmp, &msztmp, &reverse);
1049 int cmp = nonoverlapping_refs_since_match_p (match1, ref1, match2, ref2,
1569 nonoverlapping_refs_since_match_p (tree match1, tree ref1, argument
1581 if (match1 == ref1 || !handled_component_p (ref1)
1589 while (handled_component_p (ref1) && ref1 != match1)
1618 bool mem_ref1 = TREE_CODE (ref1) == MEM_REF && ref1 != match1;
/netbsd-current/usr.sbin/acpitools/aml/
H A Daml_parse.c1278 int match1, match2, i, pkgval, start; local
1873 match1 = *env->dp;
1896 if (MATCHOP(match1, pkgval, num1) &&
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddtemplate.c4222 MATCH match1 = xt ? xt->matchAll(tt) : MATCHnomatch; local
4230 if (match1 > MATCHnomatch && match2 > MATCHnomatch)
4233 match1 = MATCHnomatch; // Prefer at
4243 match1 = MATCHnomatch;
4252 match1 = MATCHnomatch;
4258 match1 = MATCHnomatch;
4262 if (match1 > MATCHnomatch)
4269 result = match1;
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddtemplate.d4612 MATCH match1 = xt ? xt.matchAll(tt) : MATCH.nomatch;
4620 if (match1 > MATCH.nomatch && match2 > MATCH.nomatch)
4623 match1 = MATCH.nomatch; // Prefer at
4633 match1 = MATCH.nomatch;
4642 match1 = MATCH.nomatch;
4648 match1 = MATCH.nomatch;
4652 if (match1 > MATCH.nomatch)
4659 result = match1;

Completed in 245 milliseconds