Home
last modified time | relevance | path

Searched defs:Span (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
Dspan.h44 struct Span { struct
47 Span* next; // Used when in link list argument
48 Span* prev; // Used when in link list argument
68 void Event(Span* span, char op, int v = 0); argument
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dspan.h44 struct Span { struct
47 Span* next; // Used when in link list argument
48 Span* prev; // Used when in link list argument
68 void Event(Span* span, char op, int v = 0); argument
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DRegion.h67 struct Span { struct
68 Span(int y, size_t segmentIndex) in Span() argument
87 typedef const Span* SpanIterator; argument
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
Ddfa.h43 typedef struct Span { struct
46 } Span; typedef
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp378 RangeSpan Span(getLabelBeforeInsn(R.first), getLabelAfterInsn(R.second)); in addScopeRangeList() local
1591 RangeSpan Span(FunctionBeginSym, FunctionEndSym); in endFunction() local
2132 ArangeSpan Span; in emitDebugARanges() local
2147 ArangeSpan Span; in emitDebugARanges() local
2205 for (const ArangeSpan &Span : List) { in emitDebugARanges() local
/external/chromium_org/third_party/skia/experimental/Intersection/
DSimplify.cpp655 struct Span { struct
656 Segment* fOther;
657 mutable SkPoint fPt; // lazily computed as needed
658 double fT;
659 double fOtherT; // value at fOther[fOtherIndex].fT
660 int fOtherIndex; // can't be used during intersection
661 int fWindSum; // accumulated from contours surrounding this one.
662 int fOppSum; // for binary operators: the opposite winding sum
663 int fWindValue; // 0 == canceled; 1 == normal; >1 == coincident
664 int fOppValue; // normally 0 -- when binary coincident edges combine, opp value goes here
[all …]
/external/skia/experimental/Intersection/
DSimplify.cpp655 struct Span { struct
656 Segment* fOther;
657 mutable SkPoint fPt; // lazily computed as needed
658 double fT;
659 double fOtherT; // value at fOther[fOtherIndex].fT
660 int fOtherIndex; // can't be used during intersection
661 int fWindSum; // accumulated from contours surrounding this one.
662 int fOppSum; // for binary operators: the opposite winding sum
663 int fWindValue; // 0 == canceled; 1 == normal; >1 == coincident
664 int fOppValue; // normally 0 -- when binary coincident edges combine, opp value goes here
[all …]
/external/eigen/unsupported/Eigen/src/Splines/
DSpline.h213 DenseIndex Spline<_Scalar, _Dim, _Degree>::Span( in Span() function
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp382 ConstantRange Span = in GatherConstantCompares() local