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, nullptr); in contains() 501 return Oper(*this, rgn, kIntersect_Op, nullptr); 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 | 929 Instruction *Oper = getIVIncOperand(IncV, InsertPos, /*allowScale*/true); in hoistIVInc() local 930 if (!Oper) in hoistIVInc() 934 IncV = Oper; in hoistIVInc()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 2430 if (Instruction *Oper = dyn_cast<Instruction>(*OI)) { in findIVOperand() local 2431 if (!SE.isSCEVable(Oper->getType())) in findIVOperand() 2435 dyn_cast<SCEVAddRecExpr>(SE.getSCEV(Oper))) { in findIVOperand() 2446 static Value *getWideOperand(Value *Oper) { in getWideOperand() argument 2447 if (TruncInst *Trunc = dyn_cast<TruncInst>(Oper)) in getWideOperand() 2449 return Oper; in getWideOperand()
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 1893 Value *Oper = Visit(E->getSubExpr()); in VisitUnaryLNot() local 1894 Value *Zero = llvm::Constant::getNullValue(Oper->getType()); in VisitUnaryLNot() 1896 if (Oper->getType()->isFPOrFPVectorTy()) in VisitUnaryLNot() 1897 Result = Builder.CreateFCmp(llvm::CmpInst::FCMP_OEQ, Oper, Zero, "cmp"); in VisitUnaryLNot() 1899 Result = Builder.CreateICmp(llvm::CmpInst::ICMP_EQ, Oper, Zero, "cmp"); in VisitUnaryLNot()
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 6695 for (LookupResult::iterator Oper = Operators.begin(), in AddMemberOperatorCandidates() local 6697 Oper != OperEnd; in AddMemberOperatorCandidates() 6698 ++Oper) in AddMemberOperatorCandidates() 6699 AddMethodCandidate(Oper.getPair(), Args[0]->getType(), in AddMemberOperatorCandidates() 12202 for (LookupResult::iterator Oper = R.begin(), OperEnd = R.end(); in BuildCallToObjectOfClassType() local 12203 Oper != OperEnd; ++Oper) { in BuildCallToObjectOfClassType() 12204 AddMethodCandidate(Oper.getPair(), Object.get()->getType(), in BuildCallToObjectOfClassType() 12481 for (LookupResult::iterator Oper = R.begin(), OperEnd = R.end(); in BuildOverloadedArrowExpr() local 12482 Oper != OperEnd; ++Oper) { in BuildOverloadedArrowExpr() 12483 AddMethodCandidate(Oper.getPair(), Base->getType(), Base->Classify(Context), in BuildOverloadedArrowExpr()
|