HomeSort by relevance Sort by last modified time
    Searched refs:RR (Results 1 - 25 of 40) sorted by null

1 2

  /external/clang/test/PCH/
cxx-reference.h 4 typedef char (&&RR);
9 char &&rr = 'c'; variable
12 RR &lrrr = c;
13 RR &&rrrr = 'c';
  /external/webkit/Source/WebCore/loader/cache/
CachedResourceHandle.h 86 template <class R, class RR> bool operator==(const CachedResourceHandle<R>& h, const RR* res)
90 template <class R, class RR> bool operator==(const RR* res, const CachedResourceHandle<R>& h)
94 template <class R, class RR> bool operator!=(const CachedResourceHandle<R>& h, const RR* res)
98 template <class R, class RR> bool operator!=(const RR* res, const CachedResourceHandle<R>& h)
  /external/valgrind/main/none/tests/ppc32/
test_dfp3.stdout.exp     [all...]
  /external/valgrind/main/none/tests/ppc64/
test_dfp3.stdout.exp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
PointerSubChecker.cpp 48 const MemRegion *RR = RV.getAsRegion();
50 if (!(LR && RR))
54 const MemRegion *BaseRR = RR->getBaseRegion();
  /external/mdnsresponder/mDNSCore/
DNSCommon.h 162 extern mDNSu32 RDataHashValue(const ResourceRecord *const rr);
164 extern mDNSBool SameNameRecordAnswersQuestion(const ResourceRecord *const rr, const DNSQuestion *const q);
165 extern mDNSBool ResourceRecordAnswersQuestion(const ResourceRecord *const rr, const DNSQuestion *const q);
166 extern mDNSBool AnyTypeRecordAnswersQuestion (const ResourceRecord *const rr, const DNSQuestion *const q);
167 extern mDNSBool ResourceRecordAnswersUnicastResponse(const ResourceRecord *const rr, const DNSQuestion *const q);
168 extern mDNSBool LocalOnlyRecordAnswersQuestion(AuthRecord *const rr, const DNSQuestion *const q);
169 extern mDNSu16 GetRDLength(const ResourceRecord *const rr, mDNSBool estimate);
172 #define GetRRDomainNameTarget(RR) ( \
173 ((RR)->rrtype == kDNSType_NS || (RR)->rrtype == kDNSType_CNAME || (RR)->rrtype == kDNSType_PTR || (RR)->rrtype == kDNSType_DNAME) ? &( (…)
    [all...]
mDNS.c 117 #define LORecordAnswersAddressType(rr) ((rr)->ARType == AuthRecordLocalOnly && \
118 (rr)->resrec.RecordType & kDNSRecordTypeUniqueMask && \
119 ((rr)->resrec.rrtype == kDNSType_A || (rr)->resrec.rrtype == kDNSType_AAAA || \
120 (rr)->resrec.rrtype == kDNSType_CNAME))
122 #define FollowCNAME(q, rr, AddRecord) (AddRecord && (q)->qtype != kDNSType_CNAME && \
123 (rr)->RecordType != kDNSRecordTypePacketNegative && \
124 (rr)->rrtype == kDNSType_CNAME)
225 LogInfo("RR Auth now using %ld objects", r->rrauth_totalused)
1622 AuthRecord *rr, *rr2; local
1663 AuthRecord *rr; local
1775 AuthRecord *rr = m->CurrentRecord; local
2044 AuthRecord *rr, *r2; local
2581 CacheRecord *rr; local
2820 const CacheRecord *rr; local
3413 CacheRecord *rr; local
3492 const CacheRecord *rr; local
3720 CacheRecord *const rr = *rp; local
3848 AuthRecord *rr = m->CurrentRecord; local
3903 CacheRecord *rr; local
4003 AuthRecord *rr = m->CurrentRecord; local
4019 AuthRecord *rr = m->CurrentRecord; local
4083 CacheRecord *rr = *rp; local
4206 AuthRecord *rr = m->CurrentRecord; local
4236 AuthRecord *rr = m->CurrentRecord; local
4397 AuthRecord *rr = m->NewLocalRecords; local
4453 AuthRecord *rr = ag->NewLocalOnlyRecords; local
4558 AuthRecord *rr; local
4830 AuthRecord *rr; local
4960 AuthRecord *rr; local
5039 AuthRecord *rr; local
5048 AuthRecord *rr; local
5136 AuthRecord *rr; local
5258 AuthRecord *rr; local
5423 AuthRecord *rr; local
5548 const AuthRecord *rr; local
5653 CacheRecord *rr; local
5672 AuthRecord *const rr = m->CurrentRecord; local
5698 AuthRecord *const rr = m->CurrentRecord; local
5745 AuthRecord *rr; local
6358 CacheRecord *rr = mDNSNULL; local
6409 CacheRecord *rr; local
6549 CacheRecord *rr; local
6694 AuthRecord *rr = m->CurrentRecord; local
6815 CacheRecord *rr; local
7056 CacheRecord *rr, *neg = mDNSNULL; local
7191 AuthRecord *rr; local
7408 AuthRecord *const rr = m->CurrentRecord; local
8097 CacheRecord *rr; local
8158 AuthRecord *rr; local
8543 CacheRecord *rr; local
8703 const CacheRecord *rr; local
9262 AuthRecord *rr; local
9354 AuthRecord *rr; local
9424 AuthRecord *rr; local
9618 CacheRecord *rr; local
9680 CacheRecord *rr; local
10192 AuthRecord *rr; local
10280 AuthRecord *rr; local
10438 AuthRecord *rr, *r2; local
11313 AuthRecord *rr = m->CurrentRecord; local
11334 AuthRecord *rr; local
11436 AuthRecord *rr; local
    [all...]
  /external/clang/test/CodeGen/
union.c 39 union RR {_Bool a : 1;} RRU;
  /external/llvm/lib/CodeGen/
RegisterClassInfo.cpp 61 const BitVector &RR = MF->getRegInfo().getReservedRegs();
62 if (Reserved.size() != RR.size() || RR != Reserved) {
64 Reserved = RR;
AggressiveAntiDepBreaker.cpp 388 AggressiveAntiDepState::RegisterReference RR = { &MO, RC };
389 RegRefs.insert(std::make_pair(Reg, RR));
462 AggressiveAntiDepState::RegisterReference RR = { &MO, RC };
463 RegRefs.insert(std::make_pair(Reg, RR));
    [all...]
  /system/core/libmincrypt/tools/
DumpPublicKey.java 95 BigInteger RR = R.multiply(R).mod(N); // 2^4096 mod N
114 long rr = RR.mod(B).longValue(); local
115 result.append(rr);
121 RR = RR.divide(B);
  /external/openssl/crypto/bn/
bn_mont.c 336 BN_init(&(ctx->RR));
348 BN_free(&(mont->RR));
362 R= &(mont->RR); /* grab RR as a temp */
454 /* setup RR for conversions */
455 BN_zero(&(mont->RR));
456 if (!BN_set_bit(&(mont->RR),mont->ri*2)) goto err;
457 if (!BN_mod(&(mont->RR),&(mont->RR),&(mont->N),ctx)) goto err;
469 if (!BN_copy(&(to->RR),&(from->RR))) return NULL
    [all...]
  /external/opencv/cv/src/
cvundistort.cpp 379 double A[3][3], RR[3][3], k[5]={0,0,0,0,0}, fx, fy, ifx, ify, cx, cy;
381 CvMat _RR=cvMat(3, 3, CV_64F, RR);
470 double xx = RR[0][0]*x + RR[0][1]*y + RR[0][2];
471 double yy = RR[1][0]*x + RR[1][1]*y + RR[1][2];
472 double ww = 1./(RR[2][0]*x + RR[2][1]*y + RR[2][2])
    [all...]
  /external/grub/stage2/
iso9660.h 155 struct RR {
157 } rr; member in union:rock_ridge::__anon8242
194 struct rock_ridge *rr; member in union:RR_ptr
fsys_iso9660.c 211 if (rr_ptr.rr->version != 1)
217 "`%c%c'\n", rr_ptr.rr->version,
218 rr_ptr.rr->signature & 0xFF,
219 rr_ptr.rr->signature >> 8);
224 switch (rr_ptr.rr->signature)
227 if ( rr_ptr.rr->len >= (4+sizeof(struct RR)))
228 rr_flag &= rr_ptr.rr->u.rr.flags.l;
231 name = rr_ptr.rr->u.nm.name
    [all...]
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 519 TreeTy *RR = getRight(R);
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));
    [all...]
  /external/skia/legacy/src/core/
SkGeometry.cpp 151 Sk64 RR, tmp;
153 RR.setMul(B,B);
156 RR.sub(tmp);
157 if (RR.isNeg())
159 SkFixed R = RR.getSqrt();
    [all...]
  /external/skia/src/core/
SkGeometry.cpp 151 Sk64 RR, tmp;
153 RR.setMul(B,B);
156 RR.sub(tmp);
157 if (RR.isNeg())
159 SkFixed R = RR.getSqrt();
    [all...]
  /external/valgrind/main/VEX/priv/
host_mips_defs.c 835 am->Mam.RR.base = base;
836 am->Mam.RR.index = idx;
849 ret = MIPSAMode_RR(am->Mam.RR.index, am->Mam.RR.base);
866 ret = MIPSAMode_RR(am->Mam.RR.index + 1, am->Mam.RR.base);
883 ret = MIPSAMode_RR(am->Mam.RR.index + 1, am->Mam.RR.base);
904 ppHRegMIPS(am->Mam.RR.base, mode64);
906 ppHRegMIPS(am->Mam.RR.index, mode64)
    [all...]
host_arm_defs.h 169 } RR;
210 } RR;
host_ppc_defs.c 330 am->Pam.RR.base = base;
331 am->Pam.RR.index = idx;
340 return PPCAMode_RR( am->Pam.RR.index, am->Pam.RR.base );
357 ppHRegPPC(am->Pam.RR.base);
359 ppHRegPPC(am->Pam.RR.index);
372 addHRegUse(u, HRmRead, am->Pam.RR.base);
373 addHRegUse(u, HRmRead, am->Pam.RR.index);
386 am->Pam.RR.base = lookupHRegRemap(m, am->Pam.RR.base)
    [all...]
host_arm_defs.c 276 //am->ARMam1.RR.base =lookupHRegRemap(m, am->ARMam1.RR.base);
277 //am->ARMam1.RR.index = lookupHRegRemap(m, am->ARMam1.RR.index);
298 am->ARMam2.RR.base = base;
299 am->ARMam2.RR.index = index;
312 ppHRegARM(am->ARMam2.RR.base);
314 ppHRegARM(am->ARMam2.RR.index);
328 // addHRegUse(u, HRmRead, am->ARMam2.RR.base);
329 // addHRegUse(u, HRmRead, am->ARMam2.RR.index)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 860 if (const MemRegion *RR = getLocationRegionIfReference(Inner, N))
861 R = RR;
868 if (const MemRegion *RR = getLocationRegionIfReference(Inner, N)) {
870 report.addVisitor(new FindLastStoreBRVisitor(*KV, RR));
    [all...]
  /external/opencv/ml/src/
mlboost.cpp 581 // RR - ... both send to the right
584 double LL = 0, RL = 0, LR, RR;
598 RR = (sum_abs + sum)*0.5;
602 // LR of them are sent to the left by primary split, and RR - to the right.
603 // now iteratively compute LL, LR, RL and RR for every possible surrogate split value.
613 if( LL + RR > best_val && sorted[i].val + epsilon < sorted[i+1].val )
615 best_val = LL + RR;
621 RL += w; RR -= w;
646 // RR - ... both send to the right
    [all...]
mltree.cpp     [all...]

Completed in 1479 milliseconds

1 2