Home
last modified time | relevance | path

Searched refs:opp (Results 1 – 19 of 19) sorted by relevance

/external/boringssl/src/crypto/asn1/
Dasn1_par.c116 const unsigned char *p,*ep,*tot,*op,*opp; in asn1_parse2() local
230 opp=op; in asn1_parse2()
231 if (d2i_ASN1_OBJECT(&o,&opp,len+hl) != NULL) in asn1_parse2()
246 opp=op; in asn1_parse2()
247 ii=d2i_ASN1_BOOLEAN(NULL,&opp,len+hl); in asn1_parse2()
263 opp=op; in asn1_parse2()
264 os=d2i_ASN1_OCTET_STRING(NULL,&opp,len+hl); in asn1_parse2()
267 opp = os->data; in asn1_parse2()
272 if (( (opp[i] < ' ') && in asn1_parse2()
273 (opp[i] != '\n') && in asn1_parse2()
[all …]
/external/skia/src/pathops/
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);
[all …]
DSkPathOpsQuad.cpp29 double opp = endPt[1]->fY - origY; in hullIntersects() local
30 double sign = (fPts[oddMan].fY - origY) * adj - (fPts[oddMan].fX - origX) * opp; in hullIntersects()
37 double test = (q2[n].fY - origY) * adj - (q2[n].fX - origX) * opp; in hullIntersects()
69 for (int opp = 1; opp < kPointCount; ++opp) { in otherPts() local
70 int end = (oddMan ^ opp) - oddMan; // choose a value not equal to oddMan in otherPts()
72 endPt[opp - 1] = &fPts[end]; in otherPts()
DSkOpSegment.cpp301 SkOpPtT* SkOpSegment::addMissing(double t, SkOpSegment* opp, SkChunkAlloc* allocator) { in addMissing() argument
314 if (existing && existing->contains(opp)) { in addMissing()
912 bool SkOpSegment::isClose(double t, const SkOpSegment* opp) const { in isClose()
917 (*CurveIntersectRay[opp->verb()])(opp->pts(), opp->weight(), perp, &i); in isClose()
1181 SkOpSegment* opp = ptT->segment(); in clear_visited() local
1182 opp->resetVisited(); in clear_visited()
1208 SkOpSegment* opp = ptT->span()->segment(); in missingCoincidence() local
1212 if (opp->done()) { in missingCoincidence()
1216 if (!opp->visited()) { in missingCoincidence()
1225 if (span && span->containsCoincidence(opp)) { in missingCoincidence()
[all …]
DSkOpSpan.h30 void addOpp(SkOpPtT* opp) { in addOpp() argument
32 SkOpPtT* oppPrev = opp->fNext; in addOpp()
36 while (oppPrev->fNext != opp) { in addOpp()
44 SkASSERT(this != opp); in addOpp()
45 this->fNext = opp; in addOpp()
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;
DSkPathOpsDebug.cpp494 bool SkOpSegment::debugAddMissing(double t, const SkOpSegment* opp) const { in debugAddMissing()
506 return !existing || !existing->debugContains(opp); in debugAddMissing()
627 SkOpSegment* opp = ptT->span()->segment(); in debugMissingCoincidence() local
631 if (opp->done()) { in debugMissingCoincidence()
635 if (!opp->visited()) { in debugMissingCoincidence()
644 if (span && span->segment() != opp && span->containsCoincidence(opp)) { in debugMissingCoincidence()
647 if (spanBase->segment() != opp && spanBase->containsCoinEnd(opp)) { in debugMissingCoincidence()
661 if (segment == opp) { in debugMissingCoincidence()
663 priorOpp = opp; in debugMissingCoincidence()
684 if (opp->verb() == SkPath::kLine_Verb) { in debugMissingCoincidence()
[all …]
DSkDCubicLineIntersection.cpp122 double opp = fLine[1].fY - fLine[0].fY; in intersectRay() local
125 c[n].fX = (fCubic[n].fY - fLine[0].fY) * adj - (fCubic[n].fX - fLine[0].fX) * opp; in intersectRay()
134 c[n].fY = (fCubic[n].fY - fLine[0].fY) * opp in intersectRay()
DSkPathOpsCubic.cpp167 double opp = endPt[1]->fY - origY; in hullIntersects() local
170 double sign = (fPts[oddMan].fY - origY) * adj - (fPts[oddMan].fX - origX) * opp; in hullIntersects()
172 double sign2 = (fPts[oddMan2].fY - origY) * adj - (fPts[oddMan2].fX - origX) * opp; in hullIntersects()
185 double test = (pts[n].fY - origY) * adj - (pts[n].fX - origX) * opp; in hullIntersects()
DSkDQuadLineIntersection.cpp155 double opp = (*fLine)[1].fY - (*fLine)[0].fY; in intersectRay() local
158 r[n] = (fQuad[n].fY - (*fLine)[0].fY) * adj - (fQuad[n].fX - (*fLine)[0].fX) * opp; in intersectRay()
DSkDConicLineIntersection.cpp121 double opp = (*fLine)[1].fY - (*fLine)[0].fY; in intersectRay() local
124 r[n] = (fConic[n].fY - (*fLine)[0].fY) * adj - (fConic[n].fX - (*fLine)[0].fX) * opp; in intersectRay()
/external/skia/tests/
DPathOpsTSectDebug.h62 void SkTSect<TCurve, OppCurve>::dumpBoth(SkTSect<OppCurve, TCurve>* opp) const { in dumpBoth() argument
69 opp->dump(); in dumpBoth()
76 if (opp->fHead) { in dumpBoth()
77 opp->dumpCurves(); in dumpBoth()
/external/tcpdump/
Dprint-icmp6.c1259 const struct nd_opt_prefix_info *opp; in icmp6_opt_print() local
1304 opp = (struct nd_opt_prefix_info *)op; in icmp6_opt_print()
1305 ND_TCHECK(opp->nd_opt_pi_prefix); in icmp6_opt_print()
1307 ip6addr_string(ndo, &opp->nd_opt_pi_prefix), in icmp6_opt_print()
1308 opp->nd_opt_pi_prefix_len, in icmp6_opt_print()
1310 … bittok2str(icmp6_opt_pi_flag_values, "none", opp->nd_opt_pi_flags_reserved), in icmp6_opt_print()
1311 get_lifetime(EXTRACT_32BITS(&opp->nd_opt_pi_valid_time)))); in icmp6_opt_print()
1312 … ND_PRINT((ndo,", pref. time %s", get_lifetime(EXTRACT_32BITS(&opp->nd_opt_pi_preferred_time)))); in icmp6_opt_print()
/external/blktrace/btt/
Doutput.c863 struct __op *opp = arg; in __output_procs() local
864 output_regions(opp->ofp, pip->name, &pip->regions, opp->base); in __output_procs()
865 opp->base += 1.0; in __output_procs()
/external/v8/src/mips/
Dassembler-mips.h319 INLINE(explicit Operand(Object** opp));
/external/v8/src/mips64/
Dassembler-mips64.h322 INLINE(explicit Operand(Object** opp));
/external/dnsmasq/po/
Dno.po1441 msgstr "FEILET � starte opp"
/external/hyphenation-patterns/nn/
Dhyph-nn.pat.txt17210 2opp.
/external/hyphenation-patterns/nb/
Dhyph-nb.pat.txt17210 2opp.