Home
last modified time | relevance | path

Searched refs:DefaultAlignment (Results 1 – 24 of 24) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/csharp/src/Apache.Arrow/Memory/
H A DMemoryAllocator.cs24 public const int DefaultAlignment = 64; field in Apache.Arrow.Memory.MemoryAllocator
49 protected MemoryAllocator(int alignment = DefaultAlignment) in MemoryAllocator()
76 return new NativeMemoryAllocator(DefaultAlignment); in BuildDefault()
H A DNativeMemoryAllocator.cs24 public NativeMemoryAllocator(int alignment = DefaultAlignment) in NativeMemoryAllocator()
/dports/databases/arrow/apache-arrow-6.0.1/csharp/src/Apache.Arrow/Memory/
H A DMemoryAllocator.cs24 public const int DefaultAlignment = 64; field in Apache.Arrow.Memory.MemoryAllocator
49 protected MemoryAllocator(int alignment = DefaultAlignment) in MemoryAllocator()
76 return new NativeMemoryAllocator(DefaultAlignment); in BuildDefault()
H A DNativeMemoryAllocator.cs24 public NativeMemoryAllocator(int alignment = DefaultAlignment) in NativeMemoryAllocator()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/csharp/src/Apache.Arrow/Memory/
H A DMemoryAllocator.cs24 public const int DefaultAlignment = 64; field in Apache.Arrow.Memory.MemoryAllocator
49 protected MemoryAllocator(int alignment = DefaultAlignment) in MemoryAllocator()
76 return new NativeMemoryAllocator(DefaultAlignment); in BuildDefault()
H A DNativeMemoryAllocator.cs24 public NativeMemoryAllocator(int alignment = DefaultAlignment) in NativeMemoryAllocator()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/
H A Dlayoutbuilder.h55 DefaultAlignment, enumerator
84 AlignmentType align = AlignmentType::DefaultAlignment;
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libappfw/include/de/ui/
H A Ddefs.h86 DefaultAlignment = AlignCenter enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DUnpackAlignmentTest.cpp131 TEST_P(UnpackAlignmentTest, DefaultAlignment) in TEST_P() argument
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/gl_tests/
H A DUnpackAlignmentTest.cpp145 TEST_P(UnpackAlignmentTest, DefaultAlignment) in TEST_P() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_grid.h250 StyleSelfAlignmentData DefaultAlignment(GridAxis, const ComputedStyle&) const;
H A Dlayout_grid.cc98 StyleSelfAlignmentData LayoutGrid::DefaultAlignment( in DefaultAlignment() function in blink::LayoutGrid
109 ItemPosition alignment = DefaultAlignment(axis, style).GetPosition(); in DefaultAlignmentIsStretchOrNormal()
131 ? DefaultAlignment(axis, old_style).GetPosition() != in DefaultAlignmentChangedSize()
132 DefaultAlignment(axis, new_style).GetPosition() in DefaultAlignmentChangedSize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_grid.h270 StyleSelfAlignmentData DefaultAlignment(GridAxis, const ComputedStyle&) const;
H A Dlayout_grid.cc102 StyleSelfAlignmentData LayoutGrid::DefaultAlignment( in DefaultAlignment() function in blink::LayoutGrid
115 ItemPosition alignment = DefaultAlignment(axis, style).GetPosition(); in DefaultAlignmentIsStretchOrNormal()
139 ? DefaultAlignment(axis, old_style).GetPosition() != in DefaultAlignmentChangedSize()
140 DefaultAlignment(axis, new_style).GetPosition() in DefaultAlignmentChangedSize()
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/graph_msa/
H A Dgraph_align_tcoffee_library.h114 typedef Tag<DefaultAlignment_> const DefaultAlignment; typedef
744 …egmentMatches(str, pList, score_type, matches, scores, LocalPairwiseLibrary(), DefaultAlignment()); in appendSegmentMatches()
757 DefaultAlignment) in appendSegmentMatches() argument
H A Dgraph_align_tcoffee_msa.h409 … _appendSegmentMatches(seqSet, pList, msaOpt.sc, matches, scores, DefaultAlignment()); in globalMsaAlignment()
416 …endSegmentMatches(seqSet, pList, msaOpt.sc, matches, scores, msaOpt.bandWidth, DefaultAlignment()); in globalMsaAlignment()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/graph_msa/
H A Dgraph_align_tcoffee_library.h114 typedef Tag<DefaultAlignment_> const DefaultAlignment; typedef
744 …egmentMatches(str, pList, score_type, matches, scores, LocalPairwiseLibrary(), DefaultAlignment()); in appendSegmentMatches()
757 DefaultAlignment) in appendSegmentMatches() argument
H A Dgraph_align_tcoffee_msa.h409 … _appendSegmentMatches(seqSet, pList, msaOpt.sc, matches, scores, DefaultAlignment()); in globalMsaAlignment()
416 …endSegmentMatches(seqSet, pList, msaOpt.sc, matches, scores, msaOpt.bandWidth, DefaultAlignment()); in globalMsaAlignment()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/AsmParser/
H A DLLParser.cpp7304 const Align DefaultAlignment( in parseCmpXchg() local
7309 Ptr, Cmp, New, Alignment.getValueOr(DefaultAlignment), SuccessOrdering, in parseCmpXchg()
7399 const Align DefaultAlignment( in parseAtomicRMW() local
7404 Alignment.getValueOr(DefaultAlignment), Ordering, SSID); in parseAtomicRMW()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/AsmParser/
H A DLLParser.cpp7304 const Align DefaultAlignment( in parseCmpXchg() local
7309 Ptr, Cmp, New, Alignment.getValueOr(DefaultAlignment), SuccessOrdering, in parseCmpXchg()
7399 const Align DefaultAlignment( in parseAtomicRMW() local
7404 Alignment.getValueOr(DefaultAlignment), Ordering, SSID); in parseAtomicRMW()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7304 const Align DefaultAlignment( in parseCmpXchg() local
7309 Ptr, Cmp, New, Alignment.getValueOr(DefaultAlignment), SuccessOrdering, in parseCmpXchg()
7399 const Align DefaultAlignment( in parseAtomicRMW() local
7404 Alignment.getValueOr(DefaultAlignment), Ordering, SSID); in parseAtomicRMW()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/AsmParser/
H A DLLParser.cpp7282 const Align DefaultAlignment( in parseCmpXchg() local
7287 Ptr, Cmp, New, Alignment.getValueOr(DefaultAlignment), SuccessOrdering, in parseCmpXchg()
7377 const Align DefaultAlignment( in parseAtomicRMW() local
7382 Alignment.getValueOr(DefaultAlignment), Ordering, SSID); in parseAtomicRMW()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/AsmParser/
H A DLLParser.cpp7304 const Align DefaultAlignment( in parseCmpXchg() local
7309 Ptr, Cmp, New, Alignment.getValueOr(DefaultAlignment), SuccessOrdering, in parseCmpXchg()
7399 const Align DefaultAlignment( in parseAtomicRMW() local
7404 Alignment.getValueOr(DefaultAlignment), Ordering, SSID); in parseAtomicRMW()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/AsmParser/
H A DLLParser.cpp7304 const Align DefaultAlignment(
7309 Ptr, Cmp, New, Alignment.getValueOr(DefaultAlignment), SuccessOrdering,
7399 const Align DefaultAlignment(
7404 Alignment.getValueOr(DefaultAlignment), Ordering, SSID);