/external/openssl/crypto/asn1/ |
D | asn1_par.c | 115 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/ |
D | asn1_par.c | 115 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/ |
D | SkDQuadIntersection.cpp | 89 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()
|
D | SkDCubicIntersection.cpp | 408 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()
|
D | SkPathOpsCommon.cpp | 15 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()
|
D | SkDCubicLineIntersection.cpp | 99 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()
|
D | SkDQuadLineIntersection.cpp | 126 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()
|
D | SkOpAngle.cpp | 262 bool SkOpAngle::lengthen(const SkOpAngle& opp) { in lengthen() argument 263 if (fSegment->other(fEnd) == opp.fSegment) { in lengthen()
|
D | SkOpSegment.cpp | 1087 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);
|
D | SkOpSegment.h | 256 double mid, bool opp, bool current) const;
|
/external/skia/src/pathops/ |
D | SkDQuadIntersection.cpp | 89 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()
|
D | SkDCubicIntersection.cpp | 408 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()
|
D | SkPathOpsCommon.cpp | 15 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()
|
D | SkDCubicLineIntersection.cpp | 99 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()
|
D | SkDQuadLineIntersection.cpp | 126 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()
|
D | SkOpAngle.cpp | 262 bool SkOpAngle::lengthen(const SkOpAngle& opp) { in lengthen() argument 263 if (fSegment->other(fEnd) == opp.fSegment) { in lengthen()
|
D | SkOpSegment.cpp | 1087 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);
|
D | SkOpSegment.h | 256 double mid, bool opp, bool current) const;
|
/external/tcpdump/ |
D | print-icmp6.c | 600 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/ |
D | NavCalculator.java | 553 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/ |
D | output.c | 863 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/ |
D | assembler-mips.h | 357 INLINE(explicit Operand(Object** opp));
|
/external/v8/src/mips/ |
D | assembler-mips.h | 364 INLINE(explicit Operand(Object** opp));
|
/external/qemu/ |
D | mips-dis.c | 3444 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/ |
D | no.po | 1441 msgstr "FEILET � starte opp"
|