Searched refs:RR (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/resolver/ans2/
H A Dans.pl59 $packet->push("answer", new Net::DNS::RR("cname1.example.com 300 CNAME cname1.example.com"));
60 $packet->push("answer", new Net::DNS::RR("cname1.example.com 300 A 1.2.3.4"));
63 $packet->push("answer", new Net::DNS::RR("cname2.example.com 300 A 1.2.3.4"));
64 $packet->push("answer", new Net::DNS::RR("cname2.example.com 300 CNAME cname2.example.com"));
74 new Net::DNS::RR($qname .
78 new Net::DNS::RR($qname .
85 $packet->push("authority", new Net::DNS::RR("example.net 300 NS ns.example.net"));
86 $packet->push("additional", new Net::DNS::RR("ns.example.net 300 A 10.53.0.3"));
95 $packet->push("authority", new Net::DNS::RR("sub.example.org 300 NS ns.sub.example.org"));
96 $packet->push("additional", new Net::DNS::RR("n
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/resolver/ans3/
H A Dans.pl59 new Net::DNS::RR($qname .
63 new Net::DNS::RR("baddname.example.net" .
67 new Net::DNS::RR("gooddname.example.net" .
71 new Net::DNS::RR($qname .
75 new Net::DNS::RR($qname .
79 new Net::DNS::RR($qname . " 300 A 192.0.2.1"));
82 new Net::DNS::RR("dname.sub.example.org" .
86 new Net::DNS::RR($qname . " 300 A 192.0.2.1"));
88 $packet->push("answer", new Net::DNS::RR("www.example.com 300 A 1.2.3.4"));
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Dspu-insns.h44 RR | op | RB | RA | RT | LBT | op |RO| I16 | RO |
77 RR category LBT category
143 APUOP(M_STOP, RR, 0x000, "stop", _A0(), 00000, BR) /* STOP stop */
144 APUOP(M_STOP2, RR, 0x000, "stop", _A1(A_U14), 00000, BR) /* STOP stop */
145 APUOP(M_STOPD, RR, 0x140, "stopd", _A3(A_T,A_A,A_B), 00111, BR) /* STOPD stop (with register dependencies) */
146 APUOP(M_LNOP, RR, 0x001, "lnop", _A0(), 00000, LNOP) /* LNOP no_operation */
147 APUOP(M_SYNC, RR, 0x002, "sync", _A0(), 00000, BR) /* SYNC flush_pipe */
148 APUOP(M_DSYNC, RR, 0x003, "dsync", _A0(), 00000, BR) /* DSYNC flush_store_queue */
149 APUOP(M_MFSPR, RR, 0x00c, "mfspr", _A2(A_T,A_S), 00002, SPR) /* MFSPR RT<-SA */
150 APUOP(M_RDCH, RR,
[all...]
H A Dspu.h31 RR, enumerator in enum:__anon7715
/macosx-10.10.1/objc4-646/test/
H A Dweak.h33 @interface MissingRoot (RR)
57 @interface NotMissingRoot (RR)
H A Dtest.h374 @interface TestRoot (RR)
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/
H A Dans.pl45 # the RR following the pattern line are sent in the
147 my $tsig = Net::DNS::RR->
227 ($q, $offset) = Net::DNS::RR->decode(\$data, $offset);
229 ($q, $offset) = Net::DNS::RR->parse(\$data, $offset);
234 ($q, $offset) = Net::DNS::RR->decode(\$data, $offset);
236 ($q, $offset) = Net::DNS::RR->parse(\$data, $offset);
241 ($q, $offset) = Net::DNS::RR->decode(\$data, $offset);
243 ($q, $offset) = Net::DNS::RR->parse(\$data, $offset);
286 return Net::DNS::RR::TSIG::sign_hmac($key, $data);
334 my $tsig = Net::DNS::RR
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DRegisterClassInfo.cpp61 const BitVector &RR = MF->getRegInfo().getReservedRegs(); local
62 if (Reserved.size() != RR.size() || RR != Reserved) {
64 Reserved = RR;
H A DAggressiveAntiDepBreaker.cpp405 AggressiveAntiDepState::RegisterReference RR = { &MO, RC };
406 RegRefs.insert(std::make_pair(Reg, RR));
479 AggressiveAntiDepState::RegisterReference RR = { &MO, RC };
480 RegRefs.insert(std::make_pair(Reg, RR));
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Di370-opc.c102 /* The R1 register field in an RR form instruction. */
105 { 4, 4, 0, 0, I370_OPERAND_GPR, "RR R1" },
107 /* The R2 register field in an RR form instruction. */
110 { 4, 0, 0, 0, I370_OPERAND_GPR, "RR R2" },
112 /* The I field in an RR form SVC-style instruction. */
115 { 8, 0, 0, 0, I370_OPERAND_RELATIVE, "RR I (svc)" },
296 /* An RR form instruction. */
297 #define RR(op, r1, r2) \
301 #define RR_MASK RR (0xff, 0x0, 0x0)
484 /* RR for
293 #define RR macro
[all...]
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSCore/
H A DDNSCommon.h176 #define GetRRDomainNameTarget(RR) ( \
177 ((RR)->rrtype == kDNSType_NS || (RR)->rrtype == kDNSType_CNAME || (RR)->rrtype == kDNSType_PTR || (RR)->rrtype == kDNSType_DNAME) ? &(RR)->rdata->u.name : \
178 ((RR)->rrtype == kDNSType_MX || (RR)->rrtype == kDNSType_AFSDB || (RR)->rrtype == kDNSType_RT || (RR)
[all...]
H A DmDNS.c242 LogInfo("RR Auth now using %ld objects", r->rrauth_totalused);
660 #define ResourceRecordIsValidAnswer(RR) ( ((RR)->resrec.RecordType & kDNSRecordTypeActiveMask) && \
661 ((RR)->Additional1 == mDNSNULL || ((RR)->Additional1->resrec.RecordType & kDNSRecordTypeActiveMask)) && \
662 ((RR)->Additional2 == mDNSNULL || ((RR)->Additional2->resrec.RecordType & kDNSRecordTypeActiveMask)) && \
663 ((RR)->DependentOn == mDNSNULL || ((RR)->DependentOn->resrec.RecordType & kDNSRecordTypeActiveMask)) )
665 #define ResourceRecordIsValidInterfaceAnswer(RR, INTI
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_mont.c266 BN_init(&(ctx->RR));
277 BN_free(&(mont->RR));
289 R= &(mont->RR); /* grab RR as a temp */
336 /* setup RR for conversions */
337 BN_zero(&(mont->RR));
338 BN_set_bit(&(mont->RR),mont->ri*2);
339 BN_mod(&(mont->RR),&(mont->RR),&(mont->N),ctx);
350 BN_copy(&(to->RR),
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/upforwd/ans4/
H A Dans.pl45 # the RR following the pattern line are sent in the
134 my $tsig = Net::DNS::RR->
193 ($rr, $offset) = Net::DNS::RR->parse(\$data, $offset);
196 ($rr, $offset) = Net::DNS::RR->parse(\$data, $offset);
199 ($rr, $offset) = Net::DNS::RR->parse(\$data, $offset);
241 return Net::DNS::RR::TSIG::sign_hmac($key, $data);
285 my $tsig = Net::DNS::RR->
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/
H A Dbn_mont.c549 BN_init(&(ctx->RR));
565 BN_free(&(mont->RR));
579 R= &(mont->RR); /* grab RR as a temp */
673 /* setup RR for conversions */
674 BN_zero(&(mont->RR));
675 if (!BN_set_bit(&(mont->RR),mont->ri*2)) goto err;
676 if (!BN_mod(&(mont->RR),&(mont->RR),&(mont->N),ctx)) goto err;
688 if (!BN_copy(&(to->RR),
[all...]
H A Dbn.h302 BIGNUM RR; /* used to convert to montgomery form */ member in struct:bn_mont_ctx_st
552 (r),(a),&((mont)->RR),(mont),(ctx))
/macosx-10.10.1/uucp-11/uucp/
H A Dprotg.c122 RR -- receiver ready; packet yyy received correctly
127 The yyy value for RR is the same as the yyy value for an ordinary
132 #define RR (4)
351 /* Number of duplicate RR packets treated as RJ packets. Some UUCP
352 packages appear to never send RJ packets, but only RR packets. If
353 no RJ has been seen, fgprocess_data treats a duplicate RR as an RJ
372 {"?0?", "CLOSE", "RJ", "SRJ", "RR", "INITC", "INITB", "INITA"};
990 if (! fgsend_control (qdaemon, RR, iGlocal_ack))
1091 (FDEBUGGING (DEBUG_ABNORMAL) && ixxx != RR))
1262 if (! fgsend_control (qdaemon, RR, iGlocal_ac
131 #define RR macro
[all...]
/macosx-10.10.1/OpenSSH-189/osslshim/ossl/
H A Dossl-bn.h157 BN_mod_mul_montgomery((r), (a), &((mont)->RR), (mont), (ctx))
264 BIGNUM RR; /* used to convert to montgomery form */ member in struct:bn_mont_ctx_st
H A Dossl-bn.c7555 BN_init(&(ctx->RR));
7574 BN_free(&(mont->RR));
7593 R = &(mont->RR); /* grab RR as a temp */
7667 /* setup RR for conversions */
7668 BN_zero(&(mont->RR));
7669 if (!BN_set_bit(&(mont->RR), mont->ri*2)) {
7672 if (!BN_mod(&(mont->RR), &(mont->RR), &(mont->N), ctx)) {
7690 if (!BN_copy(&(to->RR),
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DImmutableSet.h519 TreeTy *RR = getRight(R); local
521 if (getHeight(RR) >= getHeight(RL))
522 return createNode(createNode(L,V,RL), R, RR);
529 return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR));
/macosx-10.10.1/CPANInternal-159.1/Parse-Yapp-1.05/lib/Parse/Yapp/
H A DLalr.pm50 TOTAL is the total number of SR/RR conflicts for the parser
53 TOTAL is the total number of SR/RR conflicts for a state
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Dbn.h292 BIGNUM RR; /* used to convert to montgomery form */ member in struct:bn_mont_ctx_st
313 r,a,&((mont)->RR),(mont),ctx)
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dbn.h302 BIGNUM RR; /* used to convert to montgomery form */ member in struct:bn_mont_ctx_st
552 (r),(a),&((mont)->RR),(mont),(ctx))
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/
H A Dnamed.conf76 // than one CNAME RR. This use
543 * "invalid RR type ..."
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86FastISel.cpp83 bool X86FastEmitLoad(EVT VT, const X86AddressMode &AM, unsigned &RR);
327 unsigned RR = FastEmit_r(SrcVT.getSimpleVT(), DstVT.getSimpleVT(), Opc, local
330 if (RR != 0) {
331 ResultReg = RR;

Completed in 313 milliseconds

12