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

/external/boringssl/src/crypto/asn1/
H A Dasn1_par.c114 const unsigned char *p,*ep,*tot,*op,*opp; local
221 opp=op;
222 if (d2i_ASN1_OBJECT(&o,&opp,len+hl) != NULL)
237 opp=op;
238 ii=d2i_ASN1_BOOLEAN(NULL,&opp,len+hl);
254 opp=op;
255 os=d2i_ASN1_OCTET_STRING(NULL,&opp,len+hl);
258 opp = os->data;
263 if (( (opp[i] < ' ') &&
264 (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.h98 SkTSpan<OppCurve, TCurve>* findOppSpan(const SkTSpan<OppCurve, TCurve>* opp) const;
130 bool onlyEndPointsInCommon(const SkTSpan<OppCurve, TCurve>* opp, bool* start,
138 bool removeBounded(const SkTSpan<OppCurve, TCurve>* opp);
168 int hullCheck(const SkTSpan<OppCurve, TCurve>* opp, bool* start, bool* oppStart);
268 int intersects(SkTSpan<TCurve, OppCurve>* span, SkTSect<OppCurve, TCurve>* opp,
270 int linesIntersect(SkTSpan<TCurve, OppCurve>* span, SkTSect<OppCurve, TCurve>* opp,
278 void removeByPerpendicular(SkTSect<OppCurve, TCurve>* opp);
282 SkTSect<OppCurve, TCurve>* opp);
285 void removeSpans(SkTSpan<TCurve, OppCurve>* span, SkTSect<OppCurve, TCurve>* opp);
288 void trim(SkTSpan<TCurve, OppCurve>* span, SkTSect<OppCurve, TCurve>* opp);
384 SkTSpan<TCurve, OppCurve>* opp = this->spanAtT(t, &priorSpan); local
477 hullCheck(const SkTSpan<OppCurve, TCurve>* opp, bool* start, bool* oppStart) argument
505 hullsIntersect(SkTSpan<OppCurve, TCurve>* opp, bool* start, bool* oppStart) argument
589 double opp = fPart[end].fY - origY; local
615 onlyEndPointsInCommon(const SkTSpan<OppCurve, TCurve>* opp, bool* start, bool* oppStart, bool* ptsInCommon) argument
667 SkTSpan<OppCurve, TCurve>* opp = bounded->fBounded; local
675 removeBounded(const SkTSpan<OppCurve, TCurve>* opp) argument
857 const OppCurve& opp = sect2->fCurve; local
974 const OppCurve& opp = sect2->fCurve; local
1193 intersects(SkTSpan<TCurve, OppCurve>* span, SkTSect<OppCurve, TCurve>* opp, SkTSpan<OppCurve, TCurve>* oppSpan, int* oppResult) argument
1246 linesIntersect(SkTSpan<TCurve, OppCurve>* span, SkTSect<OppCurve, TCurve>* opp, SkTSpan<OppCurve, TCurve>* oppSpan, SkIntersections* i) argument
1489 removeAllBut(const SkTSpan<OppCurve, TCurve>* keep, SkTSpan<TCurve, OppCurve>* span, SkTSect<OppCurve, TCurve>* opp) argument
1510 removeByPerpendicular(SkTSect<OppCurve, TCurve>* opp) argument
1570 removeSpans(SkTSpan<TCurve, OppCurve>* span, SkTSect<OppCurve, TCurve>* opp) argument
1615 trim(SkTSpan<TCurve, OppCurve>* span, SkTSect<OppCurve, TCurve>* opp) argument
[all...]
H A DSkOpSpan.h29 void addOpp(SkOpPtT* opp) { argument
30 // find the fOpp ptr to opp
31 SkOpPtT* oppPrev = opp->fNext;
35 while (oppPrev->fNext != opp) {
43 SkASSERT(this != opp);
44 this->fNext = opp;
466 int fOppValue; // normally 0 -- when binary coincident edges combine, opp value goes here
H A DSkOpSegment.cpp218 SkOpPtT* SkOpSegment::addMissing(double t, SkOpSegment* opp, SkChunkAlloc* allocator) { argument
231 if (existing && existing->contains(opp)) {
836 bool SkOpSegment::isClose(double t, const SkOpSegment* opp) const {
841 (*CurveIntersectRay[opp->verb()])(opp->pts(), opp->weight(), perp, &i);
1098 SkOpSegment* opp = ptT->segment(); local
1099 opp->resetVisited();
1108 // the opp is not a line
1125 SkOpSegment* opp local
[all...]
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 DSkOpSegment.h81 SkOpPtT* addMissing(double t, SkOpSegment* opp, SkChunkAlloc* );
152 double distSq(double t, SkOpAngle* opp);
210 bool isClose(double t, const SkOpSegment* opp) const;
H A DSkPathOpsDebug.cpp334 int opp = 0; local
361 opp += next->debugSign() * (op ? minSpan->windValue() : minSpan->oppValue());
363 opp &= 1;
368 SkASSERT(opp == 0 || !FLAGS_runFail);
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;
H A DSkPathOpsPostSect.cpp291 void SkOpSpan::applyCoincidence(SkOpSpan* opp) { argument
/external/skia/tests/
H A DPathOpsTSectDebug.h54 void SkTSect<TCurve, OppCurve>::dumpBoth(SkTSect<OppCurve, TCurve>* opp) const {
61 opp->dump();
68 if (opp->fHead) {
69 opp->dumpCurves();
/external/tcpdump/
H A Dprint-icmp6.c672 const struct nd_opt_prefix_info *opp; local
717 opp = (struct nd_opt_prefix_info *)op;
718 TCHECK(opp->nd_opt_pi_prefix);
720 ip6addr_string(&opp->nd_opt_pi_prefix),
721 opp->nd_opt_pi_prefix_len,
723 bittok2str(icmp6_opt_pi_flag_values, "none", opp->nd_opt_pi_flags_reserved),
724 get_lifetime(EXTRACT_32BITS(&opp->nd_opt_pi_valid_time)));
725 printf(", pref. time %s", get_lifetime(EXTRACT_32BITS(&opp->nd_opt_pi_preferred_time)));
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
H A DNavCalculator.java553 double opp = Math.abs(p1.getLatitude() - p2.getLatitude());
554 return (int) Math.toDegrees(Math.atan(opp / adj));
/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.h370 INLINE(explicit Operand(Object** opp));
/external/v8/src/mips64/
H A Dassembler-mips64.h360 INLINE(explicit Operand(Object** opp));

Completed in 901 milliseconds