HomeSort by: relevance | last modified time | path
    Searched refs:match1 (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl2/rcs/dist/src/
rcsfcmp.c 171 enum markers match1; local
230 (*tp = xc, (match1 = trymatch(xkeyword)) != Nomatch)
268 if (match1==Log) {
  /src/external/gpl3/binutils/dist/opcodes/
sparc-dis.c 280 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;
  /src/external/gpl3/binutils.old/dist/opcodes/
sparc-dis.c 280 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;
  /src/external/gpl3/gdb.old/dist/opcodes/
sparc-dis.c 280 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;
  /src/external/gpl3/gdb/dist/opcodes/
sparc-dis.c 280 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;
  /src/external/gpl2/texinfo/dist/util/
gdoc 292 $match1 = shift;
298 $output =~ s,\$1,$match1,g;
305 # print "pattern $pattern matched 1=$match1 2=$match2 3=$match3 4=$match4 r
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-alias.cc 1030 /* MATCH1 and MATCH2 which are part of access path of REF1 and REF2
1041 aliasing_matching_component_refs_p (tree match1, tree ref1,
1054 get_ref_base_and_extent (match1, &offadj, &sztmp, &msztmp, &reverse);
1063 int cmp = nonoverlapping_refs_since_match_p (match1, ref1, match2, ref2,
1559 /* Try to disambiguate REF1 and REF2 under the assumption that MATCH1 and
1561 MATCH1 and MATCH2 are assumed to be ref in the access path of REF1 and REF2
1574 (i.e. there is must alias assuming there is must alias between MATCH1 and
1583 nonoverlapping_refs_since_match_p (tree match1, tree ref1,
1595 if (match1 == ref1 || !handled_component_p (ref1)
1603 while (handled_component_p (ref1) && ref1 != match1)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-alias.cc 1017 /* MATCH1 and MATCH2 which are part of access path of REF1 and REF2
1028 aliasing_matching_component_refs_p (tree match1, tree ref1,
1041 get_ref_base_and_extent (match1, &offadj, &sztmp, &msztmp, &reverse);
1050 int cmp = nonoverlapping_refs_since_match_p (match1, ref1, match2, ref2,
1546 /* Try to disambiguate REF1 and REF2 under the assumption that MATCH1 and
1548 MATCH1 and MATCH2 are assumed to be ref in the access path of REF1 and REF2
1561 (i.e. there is must alias assuming there is must alias between MATCH1 and
1570 nonoverlapping_refs_since_match_p (tree match1, tree ref1,
1582 if (match1 == ref1 || !handled_component_p (ref1)
1590 while (handled_component_p (ref1) && ref1 != match1)
    [all...]
  /src/usr.sbin/acpitools/aml/
aml_parse.c 1278 int match1, match2, i, pkgval, start; local
1873 match1 = *env->dp;
1896 if (MATCHOP(match1, pkgval, num1) &&
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
dtemplate.d 4612 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 68 milliseconds