Home
last modified time | relevance | path

Searched defs:RR (Results 1 – 25 of 35) sorted by relevance

12

/external/mdnsresponder/mDNSCore/
DDNSCommon.h172 #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
DmDNS.c562 #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/
DPointerSubChecker.cpp48 const MemRegion *RR = RV.getAsRegion(); in checkPreStmt() local
/external/vboot_reference/utility/
DdumpRSAPublicKey.c46 BIGNUM *N0inv= NULL, *R = NULL, *RR = NULL, *RRTemp = NULL, *NnumBits = NULL; in output() local
/external/vboot_reference/host/lib/
Dutil_misc.c39 BIGNUM *N0inv = NULL, *R = NULL, *RR = NULL; in vb_keyb_from_rsa() local
/external/llvm/lib/CodeGen/
DRegisterClassInfo.cpp65 const BitVector &RR = MF->getRegInfo().getReservedRegs(); in runOnMachineFunction() local
DAggressiveAntiDepBreaker.cpp391 AggressiveAntiDepState::RegisterReference RR = { &MO, RC }; in PrescanInstruction() local
476 AggressiveAntiDepState::RegisterReference RR = { &MO, RC }; in ScanInstruction() local
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp218 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()
DBitTracker.cpp338 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()
DHexagonBitSimplify.cpp377 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
DHexagonGenInsert.cpp883 IFRecordWithRegSet RR(IFRecord(SrcR, InsR, L, S), RegisterSet()); in findRecordInsertForms() local
/external/clang/test/CodeGen/
Dunion.c39 union RR {_Bool a : 1;} RRU; union
/external/boringssl/src/include/openssl/
Dbn.h840 BIGNUM RR; /* used to convert to montgomery form */ member
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp968 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/
Dcvundistort.cpp379 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/
DImmutableSet.h517 TreeTy *RR = getRight(R); in balanceTree() local
/external/opencv3/modules/imgproc/src/
Dundistort.cpp269 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/
Dfisheye.cpp338 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/
Drtcp_utility.h219 RTCPPacketRR RR; member
/external/opencv/ml/src/
Dmltree.cpp2063 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
Dmlboost.cpp584 double LL = 0, RL = 0, LR, RR; in find_surrogate_split_ord() local
/external/valgrind/VEX/priv/
Dhost_arm_defs.h176 } RR; member
217 } RR; member
Dhost_tilegx_defs.h161 } RR; member
/external/opencv3/apps/traincascade/
Dold_ml_tree.cpp2553 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
Dold_ml_boost.cpp672 double LL = 0, RL = 0, LR, RR; in find_surrogate_split_ord() local

12