Searched defs:Span (Results 1 – 8 of 8) sorted by relevance
/external/boringssl/src/include/openssl/ |
D | span.h | 32 class Span; variable 112 constexpr Span() : Span(nullptr, 0) {} in Span() function 113 constexpr Span(T *ptr, size_t len) : data_(ptr), size_(len) {} in Span() function 116 constexpr Span(T (&array)[N]) : Span(array, N) {} in Span() function 121 Span(const C &container) : data_(container.data()), size_(container.size()) {} in Span() function 126 explicit Span(C &container) in Span() function
|
/external/swiftshader/src/Renderer/ |
D | Primitive.hpp | 66 struct Span struct 68 unsigned short left; 69 unsigned short right;
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 1565 ArangeSpan Span; in emitDebugARanges() local 1600 ArangeSpan Span; in emitDebugARanges() local 1667 for (const ArangeSpan &Span : List) { in emitDebugARanges() local
|
/external/eigen/unsupported/Eigen/src/Splines/ |
D | Spline.h | 234 DenseIndex Spline<_Scalar, _Dim, _Degree>::Span( in Span() function
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 367 ConstantRange Span = in GatherConstantCompares() local
|
/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 1793 Span []int32 `protobuf:"varint,2,rep,packed,name=span" json:"span,omitempty"` member
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 4915 public pbc::RepeatedField<int> Span { property in Google.Protobuf.Reflection.SourceCodeInfo.Types.Location
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 541 ConstantRange Span = ConstantRange::makeAllowedICmpRegion( in matchInstruction() local
|