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

  /src/external/mpl/bind/dist/bin/tests/system/dnstap/
tests.sh 142 rq1=$($DNSTAPREAD ns1/dnstap.out.save | grep "RQ " | wc -l)
274 [ $rq1 -eq 0 ] || {
275 echo_i "ns1 $rq1 expected 0"
348 rq1=$($DNSTAPREAD ns1/dnstap.out | grep "RQ " | wc -l)
479 [ $rq1 -eq 0 ] || {
480 echo_i "ns1 $rq1 expected 0"
  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 1074 int rq1 = type_memfn_rqual (f1);
1079 rq1 = rq2;
1087 else if ((rq1 == REF_QUAL_NONE) != (rq2 == REF_QUAL_NONE))
1088 rq1 = rq2;
1090 bool types_match = rq1 == rq2;
1069 int rq1 = type_memfn_rqual (f1); local

Completed in 36 milliseconds