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

  /src/external/mpl/bind/dist/bin/tests/system/dnstap/
tests.sh 153 rq2=$($DNSTAPREAD ns2/dnstap.out.save | grep "RQ " | wc -l)
278 [ $rq2 -eq 0 ] || {
279 echo_i "ns2 $rq2 expected 0"
359 rq2=$($DNSTAPREAD ns2/dnstap.out | grep "RQ " | wc -l)
483 [ $rq2 -eq 0 ] || {
484 echo_i "ns2 $rq2 expected 0"
  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 1075 int rq2 = type_memfn_rqual (f2);
1079 rq1 = rq2;
1087 else if ((rq1 == REF_QUAL_NONE) != (rq2 == REF_QUAL_NONE))
1088 rq1 = rq2;
1090 bool types_match = rq1 == rq2;
1070 int rq2 = type_memfn_rqual (f2); local

Completed in 38 milliseconds