Home
last modified time | relevance | path

Searched defs:Shape (Results 51 – 75 of 2996) sorted by relevance

12345678910>>...120

/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h99 CoroBeginInst *CoroBegin;
106 struct SwitchFieldIndex {
120 coro::ABI ABI;
122 StructType *FrameTy;
123 Align FrameAlign;
124 uint64_t FrameSize;
125 Instruction *FramePtr;
126 BasicBlock *AllocaSpillBlock;
129 bool ReuseFrameSlot;
163 union {
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h99 CoroBeginInst *CoroBegin;
106 struct SwitchFieldIndex {
120 coro::ABI ABI;
122 StructType *FrameTy;
123 Align FrameAlign;
124 uint64_t FrameSize;
125 Instruction *FramePtr;
126 BasicBlock *AllocaSpillBlock;
129 bool ReuseFrameSlot;
163 union {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/graph/shape/
H A Dpath.go11 func IntersectShapes(s1, s2 Shape) Shape {
24 func UnionShapes(s1, s2 Shape) Union {
64 func Out(from, via, labels Shape, tags ...string) Shape {
68 func In(from, via, labels Shape, tags ...string) Shape {
74 func Predicates(from Shape, in bool) Shape {
87 func SavePredicates(from Shape, in bool, tag string) Shape {
106 func Labels(from Shape) Shape {
120 func SaveVia(from, via Shape, tag string, rev, opt bool) Shape {
156 func Has(from, via, nodes Shape, rev bool) Shape {
160 func HasLabels(from, via, nodes, labels Shape, rev bool) Shape {
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono_distributed/comm/
H A DChCommDistributed.h69 typedef struct Shape { struct
82 } Shape; argument
/dports/graphics/libboard/libboard-5b38274/include/board/
H A DShapes.h62 struct Shape { struct
76 * Shape constructor. argument
93 virtual ~Shape() { } in ~Shape() argument
405 static Shape::LineStyle _defaultLineStyle; argument
406 static Shape::LineCap _defaultLineCap; argument
407 static Shape::LineJoin _defaultLineJoin; argument
411 int _depth; /**< The depth of the shape. */
412 Color _penColor; /**< The color of the shape. */
414 double _lineWidth; /**< The line thickness. */
1403 : Shape( penColor, fillColor, in Shape() function
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/29-debugdraw/
H A Ddebugdraw.cpp467 struct Shape struct
469 struct Type
487 Shape() : type(uint8_t(Type::Count) ) {} in Shape() argument
488Shape(const Aabb & _a) : type(uint8_t(Type::Aabb ) ) { bx::memCopy(data, &_a, sizeof(_a) );… in Shape() function
489Shape(const Capsule & _a) : type(uint8_t(Type::Capsule ) ) { bx::memCopy(data, &_a, sizeof(_a) );… in Shape() argument
490Shape(const Cone & _a) : type(uint8_t(Type::Cone ) ) { bx::memCopy(data, &_a, sizeof(_a) );… in Shape() function
491Shape(const Cylinder & _a) : type(uint8_t(Type::Cylinder) ) { bx::memCopy(data, &_a, sizeof(_a) );… in Shape() function
492Shape(const Disk & _a) : type(uint8_t(Type::Disk ) ) { bx::memCopy(data, &_a, sizeof(_a) );… in Shape() function
493Shape(const Obb & _a) : type(uint8_t(Type::Obb ) ) { bx::memCopy(data, &_a, sizeof(_a) );… in Shape() function
498 uint8_t data[64];
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/29-debugdraw/
H A Ddebugdraw.cpp467 struct Shape struct
469 struct Type
487 Shape() : type(uint8_t(Type::Count) ) {} in Shape() function
488Shape(const Aabb & _a) : type(uint8_t(Type::Aabb ) ) { bx::memCopy(data, &_a, sizeof(_a) );… in Shape() argument
489Shape(const Capsule & _a) : type(uint8_t(Type::Capsule ) ) { bx::memCopy(data, &_a, sizeof(_a) );… in Shape() function
490Shape(const Cone & _a) : type(uint8_t(Type::Cone ) ) { bx::memCopy(data, &_a, sizeof(_a) );… in Shape() argument
491Shape(const Cylinder & _a) : type(uint8_t(Type::Cylinder) ) { bx::memCopy(data, &_a, sizeof(_a) );… in Shape() function
492Shape(const Disk & _a) : type(uint8_t(Type::Disk ) ) { bx::memCopy(data, &_a, sizeof(_a) );… in Shape() function
493Shape(const Obb & _a) : type(uint8_t(Type::Obb ) ) { bx::memCopy(data, &_a, sizeof(_a) );… in Shape() function
498 uint8_t data[64];
[all …]
/dports/games/openlierox/OpenLieroX/include/
H A DGeometry.h92 struct Shape { struct
96 Shape() : type(ST_RECT) {} in Shape() argument
97 …static Shape Circle(const VectorD2<T>& p, const VectorD2<T>& r) { Shape ret; ret.type = ST_CIRCLE;… in Circle() argument
98 …static Shape Rect(const VectorD2<T>& p, const VectorD2<T>& r) { Shape ret; ret.type = ST_RECT; ret… in Rect() argument
100 bool CollisionWith(const Shape& s) const { in CollisionWith() argument
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/scxmleditor/plugin_interface/
H A Dshapeprovider.h43 struct Shape struct
61 QVector<Shape*> shapes; argument
/dports/math/pdal/PDAL-2.3.0/io/
H A DMemoryViewReader.hpp56 struct Shape struct in pdal::MemoryViewReader
58 Shape() : m_shape{ 0, 0, 0 } in Shape() function
61 Shape(size_t depth, size_t rows, size_t columns) : in Shape() function
65 Shape(const std::array<size_t, 3>& s) : m_shape(s) in Shape() argument
68 size_t depth() const in depth()
72 size_t rows() const in rows()
76 size_t columns() const in columns()
81 bool valid() const in valid()
86 std::array<size_t, 3> m_shape;
/dports/security/vault/vault-1.8.2/vendor/github.com/oracle/oci-go-sdk/core/
H A Dshape.go21 type Shape struct { struct
25 Shape *string `mandatory:"true" json:"shape"` argument
28 func (m Shape) String() string {
/dports/devel/stylua/StyLua-0.11.0/src/
H A Dshape.rs91 pub struct Shape { struct
100 impl Shape { implementation
160 pub fn add_width(&self, width: usize) -> Shape { in add_width()
168 pub fn sub_width(&self, width: usize) -> Shape { in sub_width()
176 pub fn reset(&self) -> Shape { in reset()
181 pub fn take_first_line<T: Display>(&self, item: &T) -> Shape { in take_first_line()
191 pub fn take_last_line<T: Display>(&self, item: &T) -> Shape { in take_last_line()
207 impl Add<usize> for Shape { implementation
210 fn add(self, rhs: usize) -> Shape { in add()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/src/
H A Dshape.rs143 pub(crate) struct Shape { struct
152 impl Shape { argument
168 pub(crate) fn legacy(width: usize, indent: Indent) -> Shape { in legacy()
184 pub(crate) fn with_max_width(&self, config: &Config) -> Shape { in with_max_width()
200 pub(crate) fn block_indent(&self, extra_width: usize) -> Shape { in block_indent()
216 pub(crate) fn block_left(&self, width: usize) -> Option<Shape> { in block_left()
220 pub(crate) fn add_offset(&self, extra_width: usize) -> Shape { in add_offset()
227 pub(crate) fn block(&self) -> Shape { in block()
238 pub(crate) fn sub_width(&self, width: usize) -> Option<Shape> { in sub_width()
267 pub(crate) fn comment(&self, config: &Config) -> Shape { in comment()
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/graph/nosql/
H A Dshapes.go20 func (qs *QuadStore) OptimizeShape(s shape.Shape) (shape.Shape, bool) {
37 type Shape struct { struct
38 Collection string // name of the collection
39 Filters []FieldFilter // filters to select documents
40 Limit int64 // limits a number of documents
43 func (s Shape) BuildIterator(qs graph.QuadStore) graph.Iterator {
51 func (s Shape) Optimize(r shape.Optimizer) (shape.Shape, bool) {
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/private/model/api/
H A Deventstream.go19 Shape *Shape member
28 Shape *Shape member
37 Shape *Shape member
78 func hasEventStream(topShape *Shape) bool {
161 func setupEventStream(topShape *Shape) *EventStream {
215 func updateEventPayloadRef(parent *Shape) {
234 func renderEventStreamAPIShape(w io.Writer, s *Shape) error {
617 func eventHasNonBlobPayloadMembers(s *Shape) bool {
738 func valueForType(s *Shape, visited []string) string {
799 func setEventHeaderValueForType(s *Shape, memVar string) string {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/aws/aws-sdk-go/private/model/api/
H A Deventstream.go19 Shape *Shape member
28 Shape *Shape member
37 Shape *Shape member
78 func hasEventStream(topShape *Shape) bool {
161 func setupEventStream(topShape *Shape) *EventStream {
215 func updateEventPayloadRef(parent *Shape) {
234 func renderEventStreamAPIShape(w io.Writer, s *Shape) error {
617 func eventHasNonBlobPayloadMembers(s *Shape) bool {
738 func valueForType(s *Shape, visited []string) string {
799 func setEventHeaderValueForType(s *Shape, memVar string) string {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/aws/aws-sdk-go/private/model/api/
H A Deventstream.go20 Shape *Shape member
30 Shape *Shape member
39 Shape *Shape member
80 func hasEventStream(topShape *Shape) bool {
177 func setupEventStream(topShape *Shape) *EventStream {
234 func updateEventPayloadRef(parent *Shape) {
253 func renderEventStreamAPIShape(w io.Writer, s *Shape) error {
636 func eventHasNonBlobPayloadMembers(s *Shape) bool {
757 func valueForType(s *Shape, visited []string) string {
818 func setEventHeaderValueForType(s *Shape, memVar string) string {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/aws/aws-sdk-go/private/model/api/
H A Deventstream.go20 Shape *Shape member
30 Shape *Shape member
39 Shape *Shape member
80 func hasEventStream(topShape *Shape) bool {
177 func setupEventStream(topShape *Shape) *EventStream {
234 func updateEventPayloadRef(parent *Shape) {
253 func renderEventStreamAPIShape(w io.Writer, s *Shape) error {
636 func eventHasNonBlobPayloadMembers(s *Shape) bool {
757 func valueForType(s *Shape, visited []string) string {
818 func setEventHeaderValueForType(s *Shape, memVar string) string {
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.15.11/private/model/api/
H A Deventstream.go19 Shape *Shape member
28 Shape *Shape member
37 Shape *Shape member
78 func hasEventStream(topShape *Shape) bool {
161 func setupEventStream(topShape *Shape) *EventStream {
215 func updateEventPayloadRef(parent *Shape) {
234 func renderEventStreamAPIShape(w io.Writer, s *Shape) error {
616 func eventHasNonBlobPayloadMembers(s *Shape) bool {
736 func valueForType(s *Shape, visited []string) string {
797 func setEventHeaderValueForType(s *Shape, memVar string) string {
/dports/devel/godot-tools/godot-3.2.3-stable/servers/physics_2d/
H A Dcollision_object_2d_sw.h55 struct Shape { struct
61 Shape2DSW *shape; argument
66 Shape() { in Shape() argument
/dports/devel/godot/godot-3.2.3-stable/servers/physics_2d/
H A Dcollision_object_2d_sw.h55 struct Shape { struct
61 Shape2DSW *shape; argument
66 Shape() { in Shape() argument
/dports/devel/godot2-tools/godot-2.1.6-stable/servers/physics_2d/
H A Dcollision_object_2d_sw.h53 struct Shape { struct
59 Shape2DSW *shape; argument
62 Shape() { trigger = false; } in Shape() function
/dports/devel/godot2/godot-2.1.6-stable/servers/physics_2d/
H A Dcollision_object_2d_sw.h53 struct Shape { struct
59 Shape2DSW *shape; argument
62 Shape() { trigger = false; } in Shape() function
/dports/devel/godot/godot-3.2.3-stable/servers/physics/
H A Dcollision_object_sw.h61 struct Shape { struct
68 ShapeSW *shape; argument
71 Shape() { disabled = false; } in Shape() argument
/dports/devel/godot-tools/godot-3.2.3-stable/servers/physics/
H A Dcollision_object_sw.h61 struct Shape { struct
68 ShapeSW *shape; argument
71 Shape() { disabled = false; } in Shape() argument

12345678910>>...120