/external/mdnsresponder/mDNSCore/ |
D | DNSCommon.h | 172 #define GetRRDomainNameTarget(RR) ( … argument 203 #define PutResourceRecord(MSG, P, C, RR) PutResourceRecordTTL((MSG), (P), (C), (RR), (RR)->rrorigin… argument 210 #define PutRR_OS(P, C, RR) PutRR_OS_TTL((P), (C), (RR), (RR)->rroriginalttl) argument
|
D | mDNS.c | 562 #define ResourceRecordIsValidAnswer(RR) ( ((RR)-> resrec.RecordType & kDNSRecordTypeAct… argument 567 #define ResourceRecordIsValidInterfaceAnswer(RR, INTID) \ argument 597 #define TimeToAnnounceThisRecord(RR,time) ((RR)->AnnounceCount && (time) - ((RR)->LastAPTime + (RR)… argument 598 #define TimeToSendThisRecord(RR,time) ((TimeToAnnounceThisRecord(RR,time) || (RR)->ImmedAnswer) && … argument 599 #define TicksTTL(RR) ((mDNSs32)(RR)->resrec.rroriginalttl * mDNSPlatformOneSecond) argument 600 #define RRExpireTime(RR) ((RR)->TimeRcvd + TicksTTL(RR)) argument 2492 #define CacheCheckGracePeriod(RR) ( \ argument 2498 #define NextCacheCheckEvent(RR) ((RR)->NextRequiredQuery + CacheCheckGracePeriod(RR)) argument 5415 #define MustSendRecord(RR) ((RR)->NR_AnswerTo || (RR)->NR_AdditionalTo) argument
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | PointerSubChecker.cpp | 48 const MemRegion *RR = RV.getAsRegion(); in checkPreStmt() local
|
/external/vboot_reference/utility/ |
D | dumpRSAPublicKey.c | 46 BIGNUM *N0inv= NULL, *R = NULL, *RR = NULL, *RRTemp = NULL, *NnumBits = NULL; in output() local
|
/external/vboot_reference/host/lib/ |
D | util_misc.c | 39 BIGNUM *N0inv = NULL, *R = NULL, *RR = NULL; in vb_keyb_from_rsa() local
|
/external/llvm/lib/CodeGen/ |
D | RegisterClassInfo.cpp | 65 const BitVector &RR = MF->getRegInfo().getReservedRegs(); in runOnMachineFunction() local
|
D | AggressiveAntiDepBreaker.cpp | 391 AggressiveAntiDepState::RegisterReference RR = { &MO, RC }; in PrescanInstruction() local 476 AggressiveAntiDepState::RegisterReference RR = { &MO, RC }; in ScanInstruction() local
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 218 void HexagonExpandCondsets::addRefToMap(RegisterRef RR, ReferenceMap &Map, in addRefToMap() 229 bool HexagonExpandCondsets::isRefInMap(RegisterRef RR, ReferenceMap &Map, in isRefInMap() 797 RegisterRef RR = Op; in getReachingDefForPred() local 832 RegisterRef RR = Op; in canMoveOver() local 1030 RegisterRef RR = Op; in predicate() local 1157 bool HexagonExpandCondsets::isIntReg(RegisterRef RR, unsigned &BW) { in isIntReg()
|
D | BitTracker.cpp | 338 BT::RegisterCell BT::MachineEvaluator::getCell(const RegisterRef &RR, in getCell() 366 void BT::MachineEvaluator::putCell(const RegisterRef &RR, RegisterCell RC, in putCell() 1000 void BT::put(RegisterRef RR, const RegisterCell &RC) { in put()
|
D | HexagonBitSimplify.cpp | 377 bool HexagonBitSimplify::getSubregMask(const BitTracker::RegisterRef &RR, in getSubregMask() 864 const BitTracker::RegisterRef &RR, MachineRegisterInfo &MRI) { in getFinalVRegClass() 1215 BitTracker::RegisterRef RR = MI.getOperand(OpN); in computeUsedBits() local 2088 BitTracker::RegisterRef RR(V.RefI.Reg, 0); in simplifyTstbit() local
|
D | HexagonGenInsert.cpp | 883 IFRecordWithRegSet RR(IFRecord(SrcR, InsR, L, S), RegisterSet()); in findRecordInsertForms() local
|
/external/clang/test/CodeGen/ |
D | union.c | 39 union RR {_Bool a : 1;} RRU; union
|
/external/boringssl/src/include/openssl/ |
D | bn.h | 840 BIGNUM RR; /* used to convert to montgomery form */ member
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporterVisitors.cpp | 968 if (const MemRegion *RR = getLocationRegionIfReference(Inner, N)) in trackNullOrUndefValue() local 976 if (const MemRegion *RR = getLocationRegionIfReference(Inner, N)) { in trackNullOrUndefValue() local
|
/external/opencv/cv/src/ |
D | cvundistort.cpp | 379 double A[3][3], RR[3][3], k[5]={0,0,0,0,0}, fx, fy, ifx, ify, cx, cy; in cvUndistortPoints() local
|
/external/llvm/include/llvm/ADT/ |
D | ImmutableSet.h | 517 TreeTy *RR = getRight(R); in balanceTree() local
|
/external/opencv3/modules/imgproc/src/ |
D | undistort.cpp | 269 double A[3][3], RR[3][3], k[12]={0,0,0,0,0,0,0,0,0,0,0}, fx, fy, ifx, ify, cx, cy; in cvUndistortPoints() local
|
/external/opencv3/modules/calib3d/src/ |
D | fisheye.cpp | 338 cv::Matx33d RR = cv::Matx33d::eye(); in undistortPoints() local 432 cv::Matx33d RR = cv::Matx33d::eye(); in initUndistortRectifyMap() local
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_utility.h | 219 RTCPPacketRR RR; member
|
/external/opencv/ml/src/ |
D | mltree.cpp | 2063 int LL = 0, RL = 0, LR, RR; in find_surrogate_split_ord() local 2107 double LL = 0, RL = 0, LR, RR; in find_surrogate_split_ord() local
|
D | mlboost.cpp | 584 double LL = 0, RL = 0, LR, RR; in find_surrogate_split_ord() local
|
/external/valgrind/VEX/priv/ |
D | host_arm_defs.h | 176 } RR; member 217 } RR; member
|
D | host_tilegx_defs.h | 161 } RR; member
|
/external/opencv3/apps/traincascade/ |
D | old_ml_tree.cpp | 2553 int LL = 0, RL = 0, LR, RR; in find_surrogate_split_ord() local 2597 double LL = 0, RL = 0, LR, RR; in find_surrogate_split_ord() local
|
D | old_ml_boost.cpp | 672 double LL = 0, RL = 0, LR, RR; in find_surrogate_split_ord() local
|