Home
last modified time | relevance | path

Searched defs:Segment (Results 1 – 25 of 47) sorted by relevance

12

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dclass_with_inner_struct.hpp6 struct Segment { int begin, end; }; argument
17 struct Segment { int begin, end; }; argument
43 struct Segment { int begin, end; }; argument
Dclass_with_inner_struct_1_0.hpp6 struct Segment { int begin, end; }; struct in A
17 struct Segment { int begin, end; }; argument
43 struct Segment { int begin, end; }; argument
/third_party/skia/include/core/
DSkContourMeasure.h57 struct Segment { struct
66 static const Segment* Next(const Segment* seg) { in Next() argument
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
Derror_support.h49 struct Segment { struct
50 SegmentType type = EMPTY; argument
56 std::vector<Segment> stack_; argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationFractionalSpacingTests.cpp83 struct Segment struct
85 int index; //!< Index of left coordinate in sortedXCoords.
86 float length;
88 Segment (void) : index(-1), length(-1.0f) {} in Segment() function
89 Segment (int index_, float length_) : index(index_), length(length_) {} in Segment() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
DvktTessellationFractionalSpacingTests.cpp83 struct Segment struct
85 int index; //!< Index of left coordinate in sortedXCoords.
86 float length;
88 Segment (void) : index(-1), length(-1.0f) {} in Segment() function
89 Segment (int index_, float length_) : index(index_), length(length_) {} in Segment() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveInterval.h161 struct Segment { struct
167 Segment() = default; argument
169 Segment(SlotIndex S, SlotIndex E, VNInfo *V) in Segment() argument
185 bool operator<(const Segment &Other) const { argument
/third_party/rust/crates/cxx/syntax/
Dsymbol.rs43 pub trait Segment { trait
94 impl<T> Segment for &'_ T impl
/third_party/skia/src/gpu/ops/
DAAConvexPathRenderer.cpp38 struct Segment { struct
39 enum {
43 } fType;
46 SkPoint fPts[2];
48 SkVector fNorms[2];
51 SkVector fMid;
53 int countPoints() { in countPoints()
57 const SkPoint& endPt() const { in endPt()
61 const SkPoint& endNorm() const { in endNorm()
/third_party/vk-gl-cts/external/amber/src/src/
Dformat.h46 explicit Segment(uint32_t num_bytes) in Segment() function
48 Segment(FormatComponentType name, FormatMode mode, uint32_t num_bits) in Segment() function
/third_party/node/deps/v8/src/ast/
Dast-value-factory.h196 struct Segment { struct
198 AstConsString::Segment* next; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSectionMachO.cpp83 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, in MCSectionMachO()
183 StringRef &Segment, // Out. in ParseSectionSpecifier()
DWasmObjectWriter.cpp577 const WasmDataSegment &Segment = DataSegments[Ref.Segment]; in getProvisionalValue() local
862 for (const WasmDataSegment &Segment : DataSegments) { in writeDataSection() local
977 for (const WasmDataSegment &Segment : DataSegments) { in writeLinkingMetaDataSection() local
1234 WasmDataSegment &Segment = DataSegments.back(); in writeObject() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DCMapFormat4.java270 public static class Segment { class in CMapFormat4.Builder
284 public Segment() { in Segment() method in CMapFormat4.Builder.Segment
287 public Segment(Builder.Segment other) { in Segment() method in CMapFormat4.Builder.Segment
291 public Segment(int startCount, int endCount, int idDelta, int idRangeOffset) { in Segment() method in CMapFormat4.Builder.Segment
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h62 uint16_t Segment = 0; variable
80 uint16_t Segment = 0; variable
133 uint16_t Segment = 0; variable
364 uint16_t Segment = 0; variable
610 uint16_t Segment = 0; variable
630 uint16_t Segment = 0; variable
807 uint16_t Segment = 0; variable
828 uint16_t Segment = 0; variable
943 uint16_t Segment = 0; variable
965 uint16_t Segment = 0; variable
[all …]
/third_party/node/deps/v8/src/zone/
Dzone-segment.h50 explicit Segment(size_t size) : size_(size) {} in Segment() function
Daccounting-allocator.h23 class Segment; variable
/third_party/typescript/tests/cases/conformance/types/tuple/named/
DnamedTupleMembers.ts3 export type Segment = [length: number, count: number]; alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FixupLEAs.cpp361 const MachineOperand &Segment = MI.getOperand(1 + X86::AddrSegmentReg); in optTwoAddrLEA() local
490 const MachineOperand &Segment = MI.getOperand(1 + X86::AddrSegmentReg); in processInstructionForSlowLEA() local
540 const MachineOperand &Segment = MI.getOperand(1 + X86::AddrSegmentReg); in processInstrForSlow3OpLEA() local
DX86ISelDAGToDAG.cpp68 SDValue Segment; member
253 SDValue &Segment) { in tryFoldLoad()
272 SDValue &Segment) { in getAddressOperands()
2285 SDValue &Disp, SDValue &Segment) { in selectVectorAddr()
2319 SDValue &Disp, SDValue &Segment) { in selectAddr()
2377 SDValue &Disp, SDValue &Segment, in selectScalarSSELoad()
2460 SDValue &Disp, SDValue &Segment) { in selectLEA64_32Addr()
2498 SDValue &Segment) { in selectLEAAddr()
2587 SDValue &Disp, SDValue &Segment) { in selectTLSADDRAddr()
2652 SDValue &Segment) { in tryFoldLoad()
[all …]
/third_party/node/deps/v8/src/heap/base/
Dworklist.h45 class Segment; variable
224 Segment() : internal::SegmentBase(kSize) {} in Segment() function
/third_party/ffmpeg/libavformat/
Ddashenc.c75 typedef struct Segment { struct
83 } Segment; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugLinesSubsection.cpp148 void DebugLinesSubsection::setRelocationAddress(uint16_t Segment, in setRelocationAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp451 for (auto &Segment : Section.Segments) { in writeSectionContent() local
492 for (auto &Segment : Section.Segments) { in writeSectionContent() local
/third_party/typescript/src/services/
DpatternMatcher.ts57 interface Segment { interface

12