HomeSort by relevance Sort by last modified time
    Searched refs:opp (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/asn1/
asn1_par.c 114 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[i] != '\n') &
    [all...]
  /external/openssl/crypto/asn1/
asn1_par.c 115 const unsigned char *p,*ep,*tot,*op,*opp; local
222 opp=op;
223 if (d2i_ASN1_OBJECT(&o,&opp,len+hl) != NULL)
238 opp=op;
239 ii=d2i_ASN1_BOOLEAN(NULL,&opp,len+hl);
255 opp=op;
256 os=d2i_ASN1_OCTET_STRING(NULL,&opp,len+hl);
259 opp = os->data;
264 if (( (opp[i] < ' ') &&
265 (opp[i] != '\n') &
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkDQuadIntersection.cpp 88 for (int opp = 1; opp < 3; ++opp) {
89 int end = oddMan ^ opp; // choose a value not equal to oddMan
91 end = opp;
93 endPt[opp - 1] = &q1[end];
98 double opp = endPt[1]->fY - origY; local
99 double sign = (q1[oddMan].fY - origY) * adj - (q1[oddMan].fX - origX) * opp;
104 double test = (q2[n].fY - origY) * adj - (q2[n].fX - origX) * opp;
SkDCubicIntersection.cpp 439 for (int opp = 1; opp < 4; ++opp) {
440 int end = oddMan ^ opp; // choose a value not equal to oddMan
441 endPt[opp - 1] = &c1[end];
451 double opp = endPt[oppTest]->fY - origY;
452 if (adj == 0 && opp == 0) { // if the other point equals the test point, ignore it
455 double sign = (c1[oddMan].fY - origY) * adj - (c1[oddMan].fX - origX) * opp;
460 double test = (c2[n].fY - origY) * adj - (c2[n].fX - origX) * opp;
SkDCubicLineIntersection.cpp 99 double opp = fLine[1].fY - fLine[0].fY; local
102 c[n].fX = (fCubic[n].fY - fLine[0].fY) * adj - (fCubic[n].fX - fLine[0].fX) * opp;
111 c[n].fY = (fCubic[n].fY - fLine[0].fY) * opp
SkDQuadLineIntersection.cpp 125 double opp = fLine[1].fY - fLine[0].fY; local
128 r[n] = (fQuad[n].fY - fLine[0].fY) * adj - (fQuad[n].fX - fLine[0].fX) * opp;
SkPathOpsCommon.cpp 38 bool* tryAgain, double* midPtr, bool opp) {
53 bool testOpp = contour->operand() ^ current->operand() ^ opp;
279 SkScalar* hitDx, bool* tryAgain, bool* onlyVertical, bool opp) {
284 tHit, hitDx, tryAgain, &test, opp);
SkOpSegment.h 313 double mid, bool opp, bool current) const;
SkOpSegment.cpp     [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticImplicit.cpp 87 for (int opp = 1; opp < 3; ++opp) {
88 int end = oddMan ^ opp;
90 end = opp;
92 endPt[opp - 1] = &q1[end];
97 double opp = endPt[1]->y - origY; local
98 double sign = (q1[oddMan].y - origY) * adj - (q1[oddMan].x - origX) * opp;
103 double test = (q2[n].y - origY) * adj - (q2[n].x - origX) * opp;
LineCubicIntersection.cpp 92 double opp = line[1].y - line[0].y; local
95 r[n].x = (cubic[n].y - line[0].y) * adj - (cubic[n].x - line[0].x) * opp;
LineQuadraticIntersection.cpp 117 double opp = line[1].y - line[0].y; local
120 r[n] = (quad[n].y - line[0].y) * adj - (quad[n].x - line[0].x) * opp;
Simplify.cpp 664 int fOppValue; // normally 0 -- when binary coincident edges combine, opp value goes here
    [all...]
  /external/blktrace/btt/
output.c 863 struct __op *opp = arg; local
864 output_regions(opp->ofp, pip->name, &pip->regions, opp->base);
865 opp->base += 1.0;
  /external/chromium_org/v8/src/mips/
assembler-mips.h 370 INLINE(explicit Operand(Object** opp));
    [all...]
  /external/chromium_org/v8/src/mips64/
assembler-mips64.h 360 INLINE(explicit Operand(Object** opp));
    [all...]
  /external/chromium_org/third_party/dom_distiller_js/package/js/
domdistiller.js     [all...]

Completed in 612 milliseconds