Home
last modified time | relevance | path

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

/external/openssl/crypto/asn1/
Dasn1_par.c115 const unsigned char *p,*ep,*tot,*op,*opp; in asn1_parse2() local
222 opp=op; in asn1_parse2()
223 if (d2i_ASN1_OBJECT(&o,&opp,len+hl) != NULL) in asn1_parse2()
238 opp=op; in asn1_parse2()
239 ii=d2i_ASN1_BOOLEAN(NULL,&opp,len+hl); in asn1_parse2()
255 opp=op; in asn1_parse2()
256 os=d2i_ASN1_OCTET_STRING(NULL,&opp,len+hl); in asn1_parse2()
259 opp = os->data; in asn1_parse2()
264 if (( (opp[i] < ' ') && in asn1_parse2()
265 (opp[i] != '\n') && in asn1_parse2()
[all …]
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
Dasn1_par.c115 const unsigned char *p,*ep,*tot,*op,*opp; in asn1_parse2() local
222 opp=op; in asn1_parse2()
223 if (d2i_ASN1_OBJECT(&o,&opp,len+hl) != NULL) in asn1_parse2()
238 opp=op; in asn1_parse2()
239 ii=d2i_ASN1_BOOLEAN(NULL,&opp,len+hl); in asn1_parse2()
255 opp=op; in asn1_parse2()
256 os=d2i_ASN1_OCTET_STRING(NULL,&opp,len+hl); in asn1_parse2()
259 opp = os->data; in asn1_parse2()
264 if (( (opp[i] < ' ') && in asn1_parse2()
265 (opp[i] != '\n') && in asn1_parse2()
[all …]
/external/chromium_org/third_party/skia/src/pathops/
DSkDQuadIntersection.cpp89 for (int opp = 1; opp < 3; ++opp) { in only_end_pts_in_common() local
90 int end = oddMan ^ opp; // choose a value not equal to oddMan in only_end_pts_in_common()
92 end = opp; in only_end_pts_in_common()
94 endPt[opp - 1] = &q1[end]; in only_end_pts_in_common()
99 double opp = endPt[1]->fY - origY; in only_end_pts_in_common() local
100 double sign = (q1[oddMan].fY - origY) * adj - (q1[oddMan].fX - origX) * opp; in only_end_pts_in_common()
105 double test = (q2[n].fY - origY) * adj - (q2[n].fX - origX) * opp; in only_end_pts_in_common()
DSkDCubicIntersection.cpp408 for (int opp = 1; opp < 4; ++opp) { in only_end_pts_in_common() local
409 int end = oddMan ^ opp; // choose a value not equal to oddMan in only_end_pts_in_common()
410 endPt[opp - 1] = &c1[end]; in only_end_pts_in_common()
420 double opp = endPt[oppTest]->fY - origY; in only_end_pts_in_common() local
421 double sign = (c1[oddMan].fY - origY) * adj - (c1[oddMan].fX - origX) * opp; in only_end_pts_in_common()
426 double test = (c2[n].fY - origY) * adj - (c2[n].fX - origX) * opp; in only_end_pts_in_common()
DSkPathOpsCommon.cpp15 bool* tryAgain, double* midPtr, bool opp) { in contourRangeCheckY() argument
30 bool testOpp = contour->operand() ^ current->operand() ^ opp; in contourRangeCheckY()
262 SkScalar* hitDx, bool* tryAgain, bool opp) { in rightAngleWinding() argument
267 tryAgain, &test, opp); in rightAngleWinding()
DSkDCubicLineIntersection.cpp99 double opp = fLine[1].fY - fLine[0].fY; in intersectRay() local
102 r[n].fX = (fCubic[n].fY - fLine[0].fY) * adj - (fCubic[n].fX - fLine[0].fX) * opp; in intersectRay()
DSkDQuadLineIntersection.cpp126 double opp = fLine[1].fY - fLine[0].fY; in intersectRay() local
129 r[n] = (fQuad[n].fY - fLine[0].fY) * adj - (fQuad[n].fX - fLine[0].fX) * opp; in intersectRay()
DSkOpAngle.cpp262 bool SkOpAngle::lengthen(const SkOpAngle& opp) { in lengthen() argument
263 if (fSegment->other(fEnd) == opp.fSegment) { in lengthen()
DSkOpSegment.cpp1087 bool* hitSomething, double mid, bool opp, bool current) const { argument
3148 bool opp = segment.fOperand ^ fOperand; local
3151 if (opp) {
3193 if (opp) {
3212 SkDebugf(" %s->%s (%s->%s)", lastStr, windStr, opp ? lastSumStr : oppLastSumStr,
3213 opp ? windSumStr : oppWindSumStr);
3216 mSpan.fDone, angle.unorderable(), mSpan.fSmall, mSpan.fTiny, opp);
DSkOpSegment.h256 double mid, bool opp, bool current) const;
/external/skia/src/pathops/
DSkDQuadIntersection.cpp89 for (int opp = 1; opp < 3; ++opp) { in only_end_pts_in_common() local
90 int end = oddMan ^ opp; // choose a value not equal to oddMan in only_end_pts_in_common()
92 end = opp; in only_end_pts_in_common()
94 endPt[opp - 1] = &q1[end]; in only_end_pts_in_common()
99 double opp = endPt[1]->fY - origY; in only_end_pts_in_common() local
100 double sign = (q1[oddMan].fY - origY) * adj - (q1[oddMan].fX - origX) * opp; in only_end_pts_in_common()
105 double test = (q2[n].fY - origY) * adj - (q2[n].fX - origX) * opp; in only_end_pts_in_common()
DSkDCubicIntersection.cpp408 for (int opp = 1; opp < 4; ++opp) { in only_end_pts_in_common() local
409 int end = oddMan ^ opp; // choose a value not equal to oddMan in only_end_pts_in_common()
410 endPt[opp - 1] = &c1[end]; in only_end_pts_in_common()
420 double opp = endPt[oppTest]->fY - origY; in only_end_pts_in_common() local
421 double sign = (c1[oddMan].fY - origY) * adj - (c1[oddMan].fX - origX) * opp; in only_end_pts_in_common()
426 double test = (c2[n].fY - origY) * adj - (c2[n].fX - origX) * opp; in only_end_pts_in_common()
DSkPathOpsCommon.cpp15 bool* tryAgain, double* midPtr, bool opp) { in contourRangeCheckY() argument
30 bool testOpp = contour->operand() ^ current->operand() ^ opp; in contourRangeCheckY()
262 SkScalar* hitDx, bool* tryAgain, bool opp) { in rightAngleWinding() argument
267 tryAgain, &test, opp); in rightAngleWinding()
DSkDCubicLineIntersection.cpp99 double opp = fLine[1].fY - fLine[0].fY; in intersectRay() local
102 r[n].fX = (fCubic[n].fY - fLine[0].fY) * adj - (fCubic[n].fX - fLine[0].fX) * opp; in intersectRay()
DSkDQuadLineIntersection.cpp126 double opp = fLine[1].fY - fLine[0].fY; in intersectRay() local
129 r[n] = (fQuad[n].fY - fLine[0].fY) * adj - (fQuad[n].fX - fLine[0].fX) * opp; in intersectRay()
DSkOpAngle.cpp262 bool SkOpAngle::lengthen(const SkOpAngle& opp) { in lengthen() argument
263 if (fSegment->other(fEnd) == opp.fSegment) { in lengthen()
DSkOpSegment.cpp1087 bool* hitSomething, double mid, bool opp, bool current) const { argument
3148 bool opp = segment.fOperand ^ fOperand; local
3151 if (opp) {
3193 if (opp) {
3212 SkDebugf(" %s->%s (%s->%s)", lastStr, windStr, opp ? lastSumStr : oppLastSumStr,
3213 opp ? windSumStr : oppWindSumStr);
3216 mSpan.fDone, angle.unorderable(), mSpan.fSmall, mSpan.fTiny, opp);
DSkOpSegment.h256 double mid, bool opp, bool current) const;
/external/tcpdump/
Dprint-icmp6.c600 const struct nd_opt_prefix_info *opp; in icmp6_opt_print() local
645 opp = (struct nd_opt_prefix_info *)op; in icmp6_opt_print()
646 TCHECK(opp->nd_opt_pi_prefix); in icmp6_opt_print()
648 ip6addr_string(&opp->nd_opt_pi_prefix), in icmp6_opt_print()
649 opp->nd_opt_pi_prefix_len, in icmp6_opt_print()
651 … bittok2str(icmp6_opt_pi_flag_values, "none", opp->nd_opt_pi_flags_reserved), in icmp6_opt_print()
652 get_lifetime(EXTRACT_32BITS(&opp->nd_opt_pi_valid_time))); in icmp6_opt_print()
653 … printf(", pref. time %ss", get_lifetime(EXTRACT_32BITS(&opp->nd_opt_pi_preferred_time))); in icmp6_opt_print()
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
DNavCalculator.java553 double opp = Math.abs(p1.getLatitude() - p2.getLatitude()); in computeAngle() local
554 return (int) Math.toDegrees(Math.atan(opp / adj)); in computeAngle()
/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/chromium_org/v8/src/mips/
Dassembler-mips.h357 INLINE(explicit Operand(Object** opp));
/external/v8/src/mips/
Dassembler-mips.h364 INLINE(explicit Operand(Object** opp));
/external/qemu/
Dmips-dis.c3444 const struct mips_opcode *opp) in print_insn_args() argument
3722 && strcmp (opp->name, "jalx") == 0) in print_insn_args()
3855 ((opp->pinfo & (FP_D | FP_S)) != 0 in print_insn_args()
/external/dnsmasq/po/
Dno.po1441 msgstr "FEILET � starte opp"