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

/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Dasn1_par.c115 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[
[all...]
/external/openssl/crypto/asn1/
H A Dasn1_par.c115 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[
[all...]
/external/chromium_org/third_party/skia/src/pathops/
H A DSkDQuadIntersection.cpp89 for (int opp = 1; opp < 3; ++opp) {
90 int end = oddMan ^ opp; // choose a value not equal to oddMan
92 end = opp;
94 endPt[opp - 1] = &q1[end];
99 double opp = endPt[1]->fY - origY; local
100 double sign = (q1[oddMan].fY - origY) * adj - (q1[oddMan].fX - origX) * opp;
105 double test = (q2[n].fY - origY) * adj - (q2[n].fX - origX) * opp;
H A DSkDCubicIntersection.cpp408 for (int opp = 1; opp < 4; ++opp) {
409 int end = oddMan ^ opp; // choose a value not equal to oddMan
410 endPt[opp - 1] = &c1[end];
420 double opp = endPt[oppTest]->fY - origY;
421 double sign = (c1[oddMan].fY - origY) * adj - (c1[oddMan].fX - origX) * opp;
426 double test = (c2[n].fY - origY) * adj - (c2[n].fX - origX) * opp;
H A DSkDCubicLineIntersection.cpp99 double opp = fLine[1].fY - fLine[0].fY; local
102 r[n].fX = (fCubic[n].fY - fLine[0].fY) * adj - (fCubic[n].fX - fLine[0].fX) * opp;
H A DSkDQuadLineIntersection.cpp126 double opp = fLine[1].fY - fLine[0].fY; local
129 r[n] = (fQuad[n].fY - fLine[0].fY) * adj - (fQuad[n].fX - fLine[0].fX) * opp;
H A DSkPathOpsCommon.cpp15 bool* tryAgain, double* midPtr, bool opp) {
30 bool testOpp = contour->operand() ^ current->operand() ^ opp;
262 SkScalar* hitDx, bool* tryAgain, bool opp) {
267 tryAgain, &test, opp);
13 contourRangeCheckY(const SkTArray<SkOpContour*, true>& contourList, SkOpSegment** currentPtr, int* indexPtr, int* endIndexPtr, double* bestHit, SkScalar* bestDx, bool* tryAgain, double* midPtr, bool opp) argument
260 rightAngleWinding(const SkTArray<SkOpContour*, true>& contourList, SkOpSegment** current, int* index, int* endIndex, double* tHit, SkScalar* hitDx, bool* tryAgain, bool opp) argument
H A DSkOpAngle.cpp262 bool SkOpAngle::lengthen(const SkOpAngle& opp) {
263 if (fSegment->other(fEnd) == opp.fSegment) {
H A DSkOpSegment.cpp1087 bool* hitSomething, double mid, bool opp, bool current) const {
2920 if (windVal < 0) { // reverse sign if opp contour traveled in reverse
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);
3215 SkDebugf(" done=%d unord=%d small=%d tiny=%d opp=%d\n",
3216 mSpan.fDone, angle.unorderable(), mSpan.fSmall, mSpan.fTiny, opp);
1086 crossedSpanY(const SkPoint& basePt, SkScalar* bestY, double* hitT, bool* hitSomething, double mid, bool opp, bool current) const argument
H A DSkOpSegment.h256 double mid, bool opp, bool current) const;
/external/skia/src/pathops/
H A DSkDQuadIntersection.cpp89 for (int opp = 1; opp < 3; ++opp) {
90 int end = oddMan ^ opp; // choose a value not equal to oddMan
92 end = opp;
94 endPt[opp - 1] = &q1[end];
99 double opp = endPt[1]->fY - origY; local
100 double sign = (q1[oddMan].fY - origY) * adj - (q1[oddMan].fX - origX) * opp;
105 double test = (q2[n].fY - origY) * adj - (q2[n].fX - origX) * opp;
H A DSkDCubicIntersection.cpp408 for (int opp = 1; opp < 4; ++opp) {
409 int end = oddMan ^ opp; // choose a value not equal to oddMan
410 endPt[opp - 1] = &c1[end];
420 double opp = endPt[oppTest]->fY - origY;
421 double sign = (c1[oddMan].fY - origY) * adj - (c1[oddMan].fX - origX) * opp;
426 double test = (c2[n].fY - origY) * adj - (c2[n].fX - origX) * opp;
H A DSkDCubicLineIntersection.cpp99 double opp = fLine[1].fY - fLine[0].fY; local
102 r[n].fX = (fCubic[n].fY - fLine[0].fY) * adj - (fCubic[n].fX - fLine[0].fX) * opp;
H A DSkDQuadLineIntersection.cpp126 double opp = fLine[1].fY - fLine[0].fY; local
129 r[n] = (fQuad[n].fY - fLine[0].fY) * adj - (fQuad[n].fX - fLine[0].fX) * opp;
H A DSkPathOpsCommon.cpp15 bool* tryAgain, double* midPtr, bool opp) {
30 bool testOpp = contour->operand() ^ current->operand() ^ opp;
262 SkScalar* hitDx, bool* tryAgain, bool opp) {
267 tryAgain, &test, opp);
13 contourRangeCheckY(const SkTArray<SkOpContour*, true>& contourList, SkOpSegment** currentPtr, int* indexPtr, int* endIndexPtr, double* bestHit, SkScalar* bestDx, bool* tryAgain, double* midPtr, bool opp) argument
260 rightAngleWinding(const SkTArray<SkOpContour*, true>& contourList, SkOpSegment** current, int* index, int* endIndex, double* tHit, SkScalar* hitDx, bool* tryAgain, bool opp) argument
H A DSkOpAngle.cpp262 bool SkOpAngle::lengthen(const SkOpAngle& opp) {
263 if (fSegment->other(fEnd) == opp.fSegment) {
H A DSkOpSegment.cpp1087 bool* hitSomething, double mid, bool opp, bool current) const {
2920 if (windVal < 0) { // reverse sign if opp contour traveled in reverse
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);
3215 SkDebugf(" done=%d unord=%d small=%d tiny=%d opp=%d\n",
3216 mSpan.fDone, angle.unorderable(), mSpan.fSmall, mSpan.fTiny, opp);
1086 crossedSpanY(const SkPoint& basePt, SkScalar* bestY, double* hitT, bool* hitSomething, double mid, bool opp, bool current) const argument
H A DSkOpSegment.h256 double mid, bool opp, bool current) const;
/external/tcpdump/
H A Dprint-icmp6.c600 const struct nd_opt_prefix_info *opp; local
645 opp = (struct nd_opt_prefix_info *)op;
646 TCHECK(opp->nd_opt_pi_prefix);
648 ip6addr_string(&opp->nd_opt_pi_prefix),
649 opp->nd_opt_pi_prefix_len,
651 bittok2str(icmp6_opt_pi_flag_values, "none", opp->nd_opt_pi_flags_reserved),
652 get_lifetime(EXTRACT_32BITS(&opp->nd_opt_pi_valid_time)));
653 printf(", pref. time %ss", get_lifetime(EXTRACT_32BITS(&opp->nd_opt_pi_preferred_time)));
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
H A DNavCalculator.java553 double opp = Math.abs(p1.getLatitude() - p2.getLatitude());
554 return (int) Math.toDegrees(Math.atan(opp / adj));
/external/blktrace/btt/
H A Doutput.c863 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/
H A Dassembler-mips.h357 INLINE(explicit Operand(Object** opp));
/external/v8/src/mips/
H A Dassembler-mips.h364 INLINE(explicit Operand(Object** opp));
/external/qemu/
H A Dmips-dis.c3448 const struct mips_opcode *opp)
3726 && strcmp (opp->name, "jalx") == 0)
3859 ((opp->pinfo & (FP_D | FP_S)) != 0
3440 print_insn_args(const char *d, register unsigned long int l, bfd_vma pc, struct disassemble_info *info, const struct mips_opcode *opp) argument

Completed in 507 milliseconds