Searched refs:Oper (Results 1 – 9 of 9) sorted by relevance
/external/tcpdump/tests/ |
D | forces3vvv.out | 81 Oper TLV Get(0x7) length 16 99 Oper TLV GetResp(0x9) length 56 129 Oper TLV Get(0x7) length 16 147 Oper TLV GetResp(0x9) length 104 180 Oper TLV Set(0x1) length 72 214 Oper TLV SetResp(0x3) length 24 240 Oper TLV Set(0x1) length 72 274 Oper TLV SetResp(0x3) length 24 300 Oper TLV Set(0x1) length 76 334 Oper TLV SetResp(0x3) length 24 [all …]
|
D | forces1vvv.out | 13 Oper TLV GetResp(0x9) length 296 67 Oper TLV Get(0x7) length 16 85 Oper TLV SetProp(0x2) length 28 111 Oper TLV SetProp(0x2) length 28 134 Oper TLV SetProp(0x2) length 28 160 Oper TLV SetProp(0x2) length 28
|
D | forces1vvvv.out | 13 Oper TLV GetResp(0x9) length 296 96 Oper TLV Get(0x7) length 16 121 Oper TLV SetProp(0x2) length 28 154 Oper TLV SetProp(0x2) length 28 184 Oper TLV SetProp(0x2) length 28 217 Oper TLV SetProp(0x2) length 28
|
/external/skia/src/core/ |
D | SkRegion.cpp | 411 return !Oper(rgn, *this, kDifference_Op, NULL); in contains() 501 return Oper(*this, rgn, kIntersect_Op, NULL); in intersects() 979 bool SkRegion::Oper(const SkRegion& rgnaOrig, const SkRegion& rgnbOrig, Op op, in Oper() function in SkRegion 1090 return SkRegion::Oper(rgna, rgnb, op, this); in op()
|
/external/skia/include/core/ |
D | SkRegion.h | 443 static bool Oper(const SkRegion&, const SkRegion&, SkRegion::Op, SkRegion*);
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 920 Instruction *Oper = getIVIncOperand(IncV, InsertPos, /*allowScale*/true); in hoistIVInc() local 921 if (!Oper) in hoistIVInc() 925 IncV = Oper; in hoistIVInc()
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 6603 for (LookupResult::iterator Oper = Operators.begin(), in AddMemberOperatorCandidates() local 6605 Oper != OperEnd; in AddMemberOperatorCandidates() 6606 ++Oper) in AddMemberOperatorCandidates() 6607 AddMethodCandidate(Oper.getPair(), Args[0]->getType(), in AddMemberOperatorCandidates() 11836 for (LookupResult::iterator Oper = R.begin(), OperEnd = R.end(); in BuildCallToObjectOfClassType() local 11837 Oper != OperEnd; ++Oper) { in BuildCallToObjectOfClassType() 11838 AddMethodCandidate(Oper.getPair(), Object.get()->getType(), in BuildCallToObjectOfClassType() 12115 for (LookupResult::iterator Oper = R.begin(), OperEnd = R.end(); in BuildOverloadedArrowExpr() local 12116 Oper != OperEnd; ++Oper) { in BuildOverloadedArrowExpr() 12117 AddMethodCandidate(Oper.getPair(), Base->getType(), Base->Classify(Context), in BuildOverloadedArrowExpr()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 2447 if (Instruction *Oper = dyn_cast<Instruction>(*OI)) { in findIVOperand() local 2448 if (!SE.isSCEVable(Oper->getType())) in findIVOperand() 2452 dyn_cast<SCEVAddRecExpr>(SE.getSCEV(Oper))) { in findIVOperand() 2463 static Value *getWideOperand(Value *Oper) { in getWideOperand() argument 2464 if (TruncInst *Trunc = dyn_cast<TruncInst>(Oper)) in getWideOperand() 2466 return Oper; in getWideOperand()
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 1896 Value *Oper = Visit(E->getSubExpr()); in VisitUnaryLNot() local 1897 Value *Zero = llvm::Constant::getNullValue(Oper->getType()); in VisitUnaryLNot() 1899 if (Oper->getType()->isFPOrFPVectorTy()) in VisitUnaryLNot() 1900 Result = Builder.CreateFCmp(llvm::CmpInst::FCMP_OEQ, Oper, Zero, "cmp"); in VisitUnaryLNot() 1902 Result = Builder.CreateICmp(llvm::CmpInst::ICMP_EQ, Oper, Zero, "cmp"); in VisitUnaryLNot()
|