Searched refs:opp (Results 1 - 16 of 16) sorted by relevance

/external/boringssl/src/crypto/asn1/
H A Dasn1_par.c116 const unsigned char *p,*ep,*tot,*op,*opp; local
230 opp=op;
231 if (d2i_ASN1_OBJECT(&o,&opp,len+hl) != NULL)
246 opp=op;
247 ii=d2i_ASN1_BOOLEAN(NULL,&opp,len+hl);
263 opp=op;
264 os=d2i_ASN1_OCTET_STRING(NULL,&opp,len+hl);
267 opp = os->data;
272 if (( (opp[i] < ' ') &&
273 (opp[
[all...]
/external/skia/src/pathops/
H A DSkPathOpsQuad.cpp29 double opp = endPt[1]->fY - origY; local
30 double sign = (fPts[oddMan].fY - origY) * adj - (fPts[oddMan].fX - origX) * opp;
37 double test = (q2[n].fY - origY) * adj - (q2[n].fX - origX) * opp;
60 oddMan opp x=oddMan^opp x=x-oddMan m=x>>2 x&~m
69 for (int opp = 1; opp < kPointCount; ++opp) {
70 int end = (oddMan ^ opp) - oddMan; // choose a value not equal to oddMan
72 endPt[opp
[all...]
H A DSkPathOpsTSect.h115 SkTSpan<OppCurve, TCurve>* findOppSpan(const SkTSpan<OppCurve, TCurve>* opp) const;
147 bool onlyEndPointsInCommon(const SkTSpan<OppCurve, TCurve>* opp, bool* start,
155 bool removeBounded(const SkTSpan<OppCurve, TCurve>* opp);
185 int hullCheck(const SkTSpan<OppCurve, TCurve>* opp, bool* start, bool* oppStart);
286 int intersects(SkTSpan<TCurve, OppCurve>* span, SkTSect<OppCurve, TCurve>* opp,
288 bool isParallel(const SkDLine& thisLine, const SkTSect<OppCurve, TCurve>* opp) const;
289 int linesIntersect(SkTSpan<TCurve, OppCurve>* span, SkTSect<OppCurve, TCurve>* opp,
297 void removeByPerpendicular(SkTSect<OppCurve, TCurve>* opp);
301 SkTSect<OppCurve, TCurve>* opp);
304 void removeSpans(SkTSpan<TCurve, OppCurve>* span, SkTSect<OppCurve, TCurve>* opp);
403 SkTSpan<TCurve, OppCurve>* opp = this->spanAtT(t, &priorSpan); local
496 hullCheck(const SkTSpan<OppCurve, TCurve>* opp, bool* start, bool* oppStart) argument
524 hullsIntersect(SkTSpan<OppCurve, TCurve>* opp, bool* start, bool* oppStart) argument
608 double opp = fPart[end].fY - origY; local
634 onlyEndPointsInCommon(const SkTSpan<OppCurve, TCurve>* opp, bool* start, bool* oppStart, bool* ptsInCommon) argument
686 SkTSpan<OppCurve, TCurve>* opp = bounded->fBounded; local
694 removeBounded(const SkTSpan<OppCurve, TCurve>* opp) argument
884 const OppCurve& opp = sect2->fCurve; local
1034 const OppCurve& opp = sect2->fCurve; local
1253 intersects(SkTSpan<TCurve, OppCurve>* span, SkTSect<OppCurve, TCurve>* opp, SkTSpan<OppCurve, TCurve>* oppSpan, int* oppResult) argument
1306 is_parallel(const SkDLine& thisLine, const TCurve& opp) argument
1334 linesIntersect(SkTSpan<TCurve, OppCurve>* span, SkTSect<OppCurve, TCurve>* opp, SkTSpan<OppCurve, TCurve>* oppSpan, SkIntersections* i) argument
1606 removeAllBut(const SkTSpan<OppCurve, TCurve>* keep, SkTSpan<TCurve, OppCurve>* span, SkTSect<OppCurve, TCurve>* opp) argument
1627 removeByPerpendicular(SkTSect<OppCurve, TCurve>* opp) argument
1687 removeSpans(SkTSpan<TCurve, OppCurve>* span, SkTSect<OppCurve, TCurve>* opp) argument
1732 trim(SkTSpan<TCurve, OppCurve>* span, SkTSect<OppCurve, TCurve>* opp) argument
[all...]
H A DSkOpSpan.h30 void addOpp(SkOpPtT* opp) { argument
31 // find the fOpp ptr to opp
32 SkOpPtT* oppPrev = opp->fNext;
36 while (oppPrev->fNext != opp) {
44 SkASSERT(this != opp);
45 this->fNext = opp;
514 int fOppValue; // normally 0 -- when binary coincident edges combine, opp value goes here
H A DSkOpSegment.cpp301 SkOpPtT* SkOpSegment::addMissing(double t, SkOpSegment* opp, SkChunkAlloc* allocator) { argument
314 if (existing && existing->contains(opp)) {
912 bool SkOpSegment::isClose(double t, const SkOpSegment* opp) const {
917 (*CurveIntersectRay[opp->verb()])(opp->pts(), opp->weight(), perp, &i);
1181 SkOpSegment* opp = ptT->segment(); local
1182 opp->resetVisited();
1191 // the opp is not a line
1208 SkOpSegment* opp local
1676 testForCoincidence(const SkOpPtT* priorPtT, const SkOpPtT* ptT, const SkOpSpanBase* prior, const SkOpSpanBase* spanBase, const SkOpSegment* opp, SkScalar flatnessLimit) const argument
[all...]
H A DSkOpSegment.h87 SkOpPtT* addMissing(double t, SkOpSegment* opp, SkChunkAlloc* );
143 bool debugAddMissing(double t, const SkOpSegment* opp) const;
177 double distSq(double t, const SkOpAngle* opp) const;
236 bool isClose(double t, const SkOpSegment* opp) const;
372 const SkOpSpanBase* spanBase, const SkOpSegment* opp, SkScalar flatnessLimit) const;
H A DSkDCubicLineIntersection.cpp122 double opp = fLine[1].fY - fLine[0].fY; local
125 c[n].fX = (fCubic[n].fY - fLine[0].fY) * adj - (fCubic[n].fX - fLine[0].fX) * opp;
134 c[n].fY = (fCubic[n].fY - fLine[0].fY) * opp
H A DSkPathOpsDebug.cpp494 bool SkOpSegment::debugAddMissing(double t, const SkOpSegment* opp) const {
506 return !existing || !existing->debugContains(opp);
627 SkOpSegment* opp = ptT->span()->segment(); local
628 // if (opp->verb() == SkPath::kLine_Verb) {
631 if (opp->done()) {
634 // when opp is encounted the 1st time, continue; on 2nd encounter, look for coincidence
635 if (!opp->visited()) {
644 if (span && span->segment() != opp && span->containsCoincidence(opp)) {
647 if (spanBase->segment() != opp
1053 int opp = 0; local
[all...]
H A DSkDConicLineIntersection.cpp121 double opp = (*fLine)[1].fY - (*fLine)[0].fY; local
124 r[n] = (fConic[n].fY - (*fLine)[0].fY) * adj - (fConic[n].fX - (*fLine)[0].fX) * opp;
H A DSkDQuadLineIntersection.cpp155 double opp = (*fLine)[1].fY - (*fLine)[0].fY; local
158 r[n] = (fQuad[n].fY - (*fLine)[0].fY) * adj - (fQuad[n].fX - (*fLine)[0].fX) * opp;
H A DSkPathOpsCubic.cpp167 double opp = endPt[1]->fY - origY; local
170 double sign = (fPts[oddMan].fY - origY) * adj - (fPts[oddMan].fX - origX) * opp;
172 double sign2 = (fPts[oddMan2].fY - origY) * adj - (fPts[oddMan2].fX - origX) * opp;
185 double test = (pts[n].fY - origY) * adj - (pts[n].fX - origX) * opp;
/external/skia/tests/
H A DPathOpsTSectDebug.h62 void SkTSect<TCurve, OppCurve>::dumpBoth(SkTSect<OppCurve, TCurve>* opp) const {
69 opp->dump();
76 if (opp->fHead) {
77 opp->dumpCurves();
/external/tcpdump/
H A Dprint-icmp6.c1259 const struct nd_opt_prefix_info *opp; local
1304 opp = (struct nd_opt_prefix_info *)op;
1305 ND_TCHECK(opp->nd_opt_pi_prefix);
1307 ip6addr_string(ndo, &opp->nd_opt_pi_prefix),
1308 opp->nd_opt_pi_prefix_len,
1310 bittok2str(icmp6_opt_pi_flag_values, "none", opp->nd_opt_pi_flags_reserved),
1311 get_lifetime(EXTRACT_32BITS(&opp->nd_opt_pi_valid_time))));
1312 ND_PRINT((ndo,", pref. time %s", get_lifetime(EXTRACT_32BITS(&opp->nd_opt_pi_preferred_time))));
/external/blktrace/btt/
H A Doutput.c863 struct __op *opp = arg; local
864 output_regions(opp->ofp, pip->name, &pip->regions, opp->base);
865 opp->base += 1.0;
/external/v8/src/mips/
H A Dassembler-mips.h322 INLINE(explicit Operand(Object** opp));
/external/v8/src/mips64/
H A Dassembler-mips64.h325 INLINE(explicit Operand(Object** opp));

Completed in 309 milliseconds