Home
last modified time | relevance | path

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

12

/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dasn1_parse.c97 const unsigned char *p, *ep, *tot, *op, *opp; in asn1_parse2() local
185 opp = op; in asn1_parse2()
186 if (d2i_ASN1_OBJECT(&o, &opp, len + hl) != NULL) { in asn1_parse2()
208 opp = op; in asn1_parse2()
209 os = d2i_ASN1_OCTET_STRING(NULL, &opp, len + hl); in asn1_parse2()
211 opp = os->data; in asn1_parse2()
216 if (((opp[i] < ' ') && in asn1_parse2()
217 (opp[i] != '\n') && in asn1_parse2()
218 (opp[i] != '\r') && in asn1_parse2()
219 (opp[ in asn1_parse2()
[all...]
/third_party/openssl/crypto/asn1/
H A Dasn1_parse.c97 const unsigned char *p, *ep, *tot, *op, *opp; in asn1_parse2() local
185 opp = op; in asn1_parse2()
186 if (d2i_ASN1_OBJECT(&o, &opp, len + hl) != NULL) { in asn1_parse2()
208 opp = op; in asn1_parse2()
209 os = d2i_ASN1_OCTET_STRING(NULL, &opp, len + hl); in asn1_parse2()
211 opp = os->data; in asn1_parse2()
216 if (((opp[i] < ' ') && in asn1_parse2()
217 (opp[i] != '\n') && in asn1_parse2()
218 (opp[i] != '\r') && in asn1_parse2()
219 (opp[ in asn1_parse2()
[all...]
/third_party/skia/src/pathops/
H A DSkPathOpsTSect.cpp81 SkTSpan* opp = this->spanAtT(t, &priorSpan); in addForPerp() local
82 if (!opp) { in addForPerp()
83 opp = this->addFollowing(priorSpan); in addForPerp()
85 SkDebugf("%s priorSpan=%d t=%1.9g opp=%d\n", __FUNCTION__, priorSpan ? in addForPerp()
86 priorSpan->debugID() : -1, t, opp->debugID()); in addForPerp()
90 opp->dump(); SkDebugf("\n"); in addForPerp()
91 SkDebugf("%s addBounded span=%d opp=%d\n", __FUNCTION__, priorSpan ? in addForPerp()
92 priorSpan->debugID() : -1, opp->debugID()); in addForPerp()
94 opp->addBounded(span, &fHeap); in addForPerp()
95 span->addBounded(opp, in addForPerp()
170 hullCheck(const SkTSpan* opp, bool* start, bool* oppStart) hullCheck() argument
198 hullsIntersect(SkTSpan* opp, bool* start, bool* oppStart) hullsIntersect() argument
281 double opp = (*fPart)[end].fY - origY; linearIntersects() local
306 onlyEndPointsInCommon(const SkTSpan* opp, bool* start, bool* oppStart, bool* ptsInCommon) onlyEndPointsInCommon() argument
357 SkTSpan* opp = bounded->fBounded; removeAllBounded() local
364 removeBounded(const SkTSpan* opp) removeBounded() argument
735 const SkTCurve& opp = sect2->fCurve; computePerpendiculars() local
983 intersects(SkTSpan* span, SkTSect* opp, SkTSpan* oppSpan, int* oppResult) intersects() argument
1040 is_parallel(const SkDLine& thisLine, const SkTCurve& opp) is_parallel() argument
1068 linesIntersect(SkTSpan* span, SkTSect* opp, SkTSpan* oppSpan, SkIntersections* i) linesIntersect() argument
1342 removeAllBut(const SkTSpan* keep, SkTSpan* span, SkTSect* opp) removeAllBut() argument
1362 removeByPerpendicular(SkTSect* opp) removeByPerpendicular() argument
1438 removeSpans(SkTSpan* span, SkTSect* opp) removeSpans() argument
1488 trim(SkTSpan* span, SkTSect* opp) trim() argument
[all...]
H A DSkPathOpsTSect.h130 SkTSpan* findOppSpan(const SkTSpan* opp) const;
164 bool onlyEndPointsInCommon(const SkTSpan* opp, bool* start,
184 bool removeBounded(const SkTSpan* opp);
214 int hullCheck(const SkTSpan* opp, bool* start, bool* oppStart);
315 int intersects(SkTSpan* span, SkTSect* opp,
317 bool isParallel(const SkDLine& thisLine, const SkTSect* opp) const;
318 int linesIntersect(SkTSpan* span, SkTSect* opp,
331 bool removeByPerpendicular(SkTSect* opp);
335 SkTSect* opp);
338 bool removeSpans(SkTSpan* span, SkTSect* opp);
[all...]
H A DSkOpSpan.h34 void addOpp(SkOpPtT* opp, SkOpPtT* oppPrev) { in addOpp() argument
36 SkASSERT(this != opp); in addOpp()
37 this->fNext = opp; in addOpp()
54 void debugAddOpp(const SkOpPtT* opp, const SkOpPtT* oppPrev) const;
63 const SkOpPtT* debugOppPrev(const SkOpPtT* opp) const;
103 // returns nullptr if this is already in the opp ptT loop
104 SkOpPtT* oppPrev(const SkOpPtT* opp) const { in oppPrev()
105 // find the fOpp ptr to opp in oppPrev()
106 SkOpPtT* oppPrev = opp->fNext; in oppPrev()
110 while (oppPrev->fNext != opp) { in oppPrev()
[all...]
H A DSkPathOpsQuad.cpp55 double opp = endPt[1]->fY - origY; in hullIntersects() local
56 double sign = (fPts[oddMan].fY - origY) * adj - (fPts[oddMan].fX - origX) * opp; in hullIntersects()
63 double test = (q2[n].fY - origY) * adj - (q2[n].fX - origX) * opp; in hullIntersects()
94 oddMan opp x=oddMan^opp x=x-oddMan m=x>>2 x&~m
103 for (int opp = 1; opp < kPointCount; ++opp) { in otherPts()
104 int end = (oddMan ^ opp) - oddMan; // choose a value not equal to oddMan in otherPts()
106 endPt[opp in otherPts()
[all...]
H A DSkOpSegment.cpp197 const SkOpPtT* SkOpSegment::existing(double t, const SkOpSegment* opp) const { in existing()
212 if (!opp) { in existing()
225 return opp && !test->contains(opp) ? nullptr : testPtT; in existing()
833 bool SkOpSegment::isClose(double t, const SkOpSegment* opp) const { in isClose()
838 (*CurveIntersectRay[opp->verb()])(opp->pts(), opp->weight(), perp, &i); in isClose()
1139 SkOpSegment* opp = ptT->segment(); in ClearVisited() local
1140 opp in ClearVisited()
1173 SkOpSegment* opp = ptT->span()->segment(); missingCoincidence() local
[all...]
H A DSkOpSpan.cpp152 bool SkOpSpanBase::addOpp(SkOpSpanBase* opp) { in addOpp() argument
153 SkOpPtT* oppPrev = this->ptT()->oppPrev(opp->ptT()); in addOpp()
157 FAIL_IF(!this->mergeMatches(opp)); in addOpp()
158 this->ptT()->addOpp(opp->ptT(), oppPrev); in addOpp()
307 bool SkOpSpanBase::mergeMatches(SkOpSpanBase* opp) { in mergeMatches() argument
326 SkOpPtT* inner = opp->ptT(); in mergeMatches()
H A DSkPathOpsDebug.cpp136 const SkCoincidentSpans* opp = NULL) { in record()
140 if (opp) { in record()
141 glitch->fOppSpan = opp->coinPtTStart(); in record()
142 glitch->fOppEndSpan = opp->coinPtTEnd(); in record()
821 const SkOpSegment* opp = ptT->segment(); in DebugClearVisited() local
822 opp->resetDebugVisited(); in DebugClearVisited()
853 const SkOpSegment* opp = ptT->span()->segment(); in debugMissingCoincidence() local
854 if (opp->done()) { in debugMissingCoincidence()
857 // when opp is encounted the 1st time, continue; on 2nd encounter, look for coincidence in debugMissingCoincidence()
858 if (!opp in debugMissingCoincidence()
1329 int opp = 0; debugValidate() local
2700 debugAddOpp(const SkOpPtT* opp, const SkOpPtT* oppPrev) const debugAddOpp() argument
[all...]
H A DSkPathOpsCurve.cpp13 double SkDCurve::nearPoint(SkPath::Verb verb, const SkDPoint& xy, const SkDPoint& opp) const { in nearPoint()
34 SkDLine perp = {{ xy, { xy.fX + opp.fY - xy.fY, xy.fY + xy.fX - opp.fX }}}; in nearPoint()
H A DSkOpSegment.h78 SkOpPtT* addMissing(double t, SkOpSegment* opp, bool* allExist);
186 double distSq(double t, const SkOpAngle* opp) const;
213 const SkOpPtT* existing(double t, const SkOpSegment* opp) const;
248 bool isClose(double t, const SkOpSegment* opp) const;
396 const SkOpSpanBase* spanBase, const SkOpSegment* opp) const;
H A DSkOpCoincidence.cpp167 const SkOpPtT* opp = next->contains(oppSeg); in ordered() local
168 if (!opp) { in ordered()
172 if ((oppLastT > opp->fT) != flipped) { in ordered()
176 oppLastT = opp->fT; in ordered()
934 bool SkOpCoincidence::contains(const SkOpSegment* seg, const SkOpSegment* opp, double oppT) const { in contains() argument
935 if (this->contains(fHead, seg, opp, oppT)) { in contains()
938 if (this->contains(fTop, seg, opp, oppT)) { in contains()
945 const SkOpSegment* opp, double oppT) const { in contains()
950 if (coin->coinPtTStart()->segment() == seg && coin->oppPtTStart()->segment() == opp in contains()
954 if (coin->oppPtTStart()->segment() == seg && coin->coinPtTStart()->segment() == opp in contains()
944 contains(const SkCoincidentSpans* coin, const SkOpSegment* seg, const SkOpSegment* opp, double oppT) const contains() argument
[all...]
H A DSkDCubicLineIntersection.cpp123 double opp = fLine[1].fY - fLine[0].fY; in intersectRay() local
127 c[n].fX = (fCubic[n].fY - fLine[0].fY) * adj - (fCubic[n].fX - fLine[0].fX) * opp; in intersectRay()
136 c[n].fY = (fCubic[n].fY - fLine[0].fY) * opp in intersectRay()
H A DSkOpCoincidence.h237 static bool Ordered(const SkOpSegment* coin, const SkOpSegment* opp);
264 bool contains(const SkOpSegment* seg, const SkOpSegment* opp, double oppT) const;
266 const SkOpSegment* opp, double oppT) const;
H A DSkPathOpsCubic.cpp164 double opp = endPt[1]->fY - origY; in hullIntersects() local
167 double sign = (fPts[oddMan].fY - origY) * adj - (fPts[oddMan].fX - origX) * opp; in hullIntersects()
169 double sign2 = (fPts[oddMan2].fY - origY) * adj - (fPts[oddMan2].fX - origX) * opp; in hullIntersects()
182 double test = (pts[n].fY - origY) * adj - (pts[n].fX - origX) * opp; in hullIntersects()
H A DSkDQuadLineIntersection.cpp156 double opp = (*fLine)[1].fY - (*fLine)[0].fY; in intersectRay() local
159 r[n] = (fQuad[n].fY - (*fLine)[0].fY) * adj - (fQuad[n].fX - (*fLine)[0].fX) * opp; in intersectRay()
H A DSkDConicLineIntersection.cpp127 double opp = (*fLine)[1].fY - (*fLine)[0].fY; in intersectRay() local
130 r[n] = (fConic[n].fY - (*fLine)[0].fY) * adj - (fConic[n].fX - (*fLine)[0].fX) * opp; in intersectRay()
H A DSkPathOpsCurve.h73 double nearPoint(SkPath::Verb verb, const SkDPoint& xy, const SkDPoint& opp) const;
/third_party/musl/src/time/
H A Dmktime.c7 long opp; in mktime() local
10 __secs_to_zone(t, 1, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone, TZ_USE_ENV); in mktime()
13 t -= opp - new.__tm_gmtoff; in mktime()
18 __secs_to_zone(t, 0, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone, TZ_USE_ENV); in mktime()
/third_party/musl/porting/liteos_a/kernel/src/time/
H A Dmktime.c7 long opp; in mktime() local
10 __secs_to_zone(t, 1, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone); in mktime()
13 t -= opp - new.__tm_gmtoff; in mktime()
18 __secs_to_zone(t, 0, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone); in mktime()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceConditionCodesARM32.h32 #define X(tag, encode, opp, emit) tag = encode,
H A DIceConditionCodesMIPS32.h32 #define X(tag, opp, emit) tag,
H A DIceConditionCodesX86.h28 #define X(val, encode, opp, dump, emit) val = encode,
H A DIceInstMIPS32.cpp32 #define X(tag, opp, emit) {CondMIPS32::opp, emit},
/third_party/skia/tests/
H A DPathOpsDebug.cpp1212 void SkTSect::dumpBoth(SkTSect* opp) const { in dumpBoth()
1219 opp->dump(); in dumpBoth()
1226 if (opp->fHead) { in dumpBoth()
1227 opp->dumpCurves(); in dumpBoth()

Completed in 28 milliseconds

12