Home
last modified time | relevance | path

Searched refs:TotalSize (Results 151 – 175 of 4858) sorted by relevance

12345678910>>...195

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp87 size_t TotalSize = 0; in alignToBlock()
96 TotalSize = alignTo(TotalSize, sys::Process::getPageSizeEstimate());
97 TotalSize += Seg.getContentSize();
98 TotalSize += Seg.getZeroFillSize();
104 sys::Memory::allocateMappedMemory(TotalSize, nullptr, ReadWrite, EC);
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp87 size_t TotalSize = 0; in allocate() local
96 TotalSize = alignTo(TotalSize, sys::Process::getPageSizeEstimate()); in allocate()
97 TotalSize += Seg.getContentSize(); in allocate()
98 TotalSize += Seg.getZeroFillSize(); in allocate()
104 sys::Memory::allocateMappedMemory(TotalSize, nullptr, ReadWrite, EC); in allocate()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp87 size_t TotalSize = 0; in allocate() local
96 TotalSize = alignTo(TotalSize, sys::Process::getPageSizeEstimate()); in allocate()
97 TotalSize += Seg.getContentSize(); in allocate()
98 TotalSize += Seg.getZeroFillSize(); in allocate()
104 sys::Memory::allocateMappedMemory(TotalSize, nullptr, ReadWrite, EC); in allocate()
/dports/devel/llvm11/llvm-11.0.1.src/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp86 size_t TotalSize = 0; in allocate() local
95 TotalSize = alignTo(TotalSize, sys::Process::getPageSizeEstimate()); in allocate()
96 TotalSize += Seg.getContentSize(); in allocate()
97 TotalSize += Seg.getZeroFillSize(); in allocate()
103 sys::Memory::allocateMappedMemory(TotalSize, nullptr, ReadWrite, EC); in allocate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp86 size_t TotalSize = 0; in allocate() local
95 TotalSize = alignTo(TotalSize, sys::Process::getPageSizeEstimate()); in allocate()
96 TotalSize += Seg.getContentSize(); in allocate()
97 TotalSize += Seg.getZeroFillSize(); in allocate()
103 sys::Memory::allocateMappedMemory(TotalSize, nullptr, ReadWrite, EC); in allocate()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp87 size_t TotalSize = 0; in allocate() local
96 TotalSize = alignTo(TotalSize, sys::Process::getPageSizeEstimate()); in allocate()
97 TotalSize += Seg.getContentSize(); in allocate()
98 TotalSize += Seg.getZeroFillSize(); in allocate()
104 sys::Memory::allocateMappedMemory(TotalSize, nullptr, ReadWrite, EC); in allocate()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp87 size_t TotalSize = 0; in allocate() local
96 TotalSize = alignTo(TotalSize, sys::Process::getPageSizeEstimate()); in allocate()
97 TotalSize += Seg.getContentSize(); in allocate()
98 TotalSize += Seg.getZeroFillSize(); in allocate()
104 sys::Memory::allocateMappedMemory(TotalSize, nullptr, ReadWrite, EC); in allocate()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp86 size_t TotalSize = 0; in allocate() local
95 TotalSize = alignTo(TotalSize, sys::Process::getPageSizeEstimate()); in allocate()
96 TotalSize += Seg.getContentSize(); in allocate()
97 TotalSize += Seg.getZeroFillSize(); in allocate()
103 sys::Memory::allocateMappedMemory(TotalSize, nullptr, ReadWrite, EC); in allocate()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp87 size_t TotalSize = 0; in allocate() local
96 TotalSize = alignTo(TotalSize, sys::Process::getPageSizeEstimate()); in allocate()
97 TotalSize += Seg.getContentSize(); in allocate()
98 TotalSize += Seg.getZeroFillSize(); in allocate()
104 sys::Memory::allocateMappedMemory(TotalSize, nullptr, ReadWrite, EC); in allocate()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp87 size_t TotalSize = 0; in allocate() local
96 TotalSize = alignTo(TotalSize, sys::Process::getPageSizeEstimate()); in allocate()
97 TotalSize += Seg.getContentSize(); in allocate()
98 TotalSize += Seg.getZeroFillSize(); in allocate()
104 sys::Memory::allocateMappedMemory(TotalSize, nullptr, ReadWrite, EC); in allocate()
/dports/math/eigen3/eigen-3.3.9/unsupported/test/
H A Dcxx11_tensor_dimension.cpp24 VERIFY_IS_EQUAL((int)dimensions.TotalSize(), 2*3*7); in test_dynamic_size()
37 VERIFY_IS_EQUAL((int)dimensions.TotalSize(), 2*3*7); in test_fixed_size()
54 VERIFY_IS_EQUAL((int)scalar.TotalSize(), 1); in test_rank_zero()
59 VERIFY_IS_EQUAL((int)dscalar.TotalSize(), 1); in test_rank_zero()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/unsupported/test/
H A Dcxx11_tensor_dimension.cpp24 VERIFY_IS_EQUAL((int)dimensions.TotalSize(), 2*3*7); in test_dynamic_size()
37 VERIFY_IS_EQUAL((int)dimensions.TotalSize(), 2*3*7); in test_fixed_size()
54 VERIFY_IS_EQUAL((int)scalar.TotalSize(), 1); in test_rank_zero()
59 VERIFY_IS_EQUAL((int)dscalar.TotalSize(), 1); in test_rank_zero()
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/unsupported/test/
H A Dcxx11_tensor_dimension.cpp24 VERIFY_IS_EQUAL((int)dimensions.TotalSize(), 2*3*7); in test_dynamic_size()
37 VERIFY_IS_EQUAL((int)dimensions.TotalSize(), 2*3*7); in test_fixed_size()
54 VERIFY_IS_EQUAL((int)scalar.TotalSize(), 1); in test_rank_zero()
59 VERIFY_IS_EQUAL((int)dscalar.TotalSize(), 1); in test_rank_zero()
/dports/misc/opennn/opennn-5.0.5/eigen/unsupported/test/
H A Dcxx11_tensor_dimension.cpp24 VERIFY_IS_EQUAL((int)dimensions.TotalSize(), 2*3*7); in test_dynamic_size()
37 VERIFY_IS_EQUAL((int)dimensions.TotalSize(), 2*3*7); in test_fixed_size()
54 VERIFY_IS_EQUAL((int)scalar.TotalSize(), 1); in test_rank_zero()
59 VERIFY_IS_EQUAL((int)dscalar.TotalSize(), 1); in test_rank_zero()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/unsupported/test/
H A Dcxx11_tensor_dimension.cpp24 VERIFY_IS_EQUAL((int)dimensions.TotalSize(), 2*3*7); in test_dynamic_size()
37 VERIFY_IS_EQUAL((int)dimensions.TotalSize(), 2*3*7); in test_fixed_size()
54 VERIFY_IS_EQUAL((int)scalar.TotalSize(), 1); in test_rank_zero()
59 VERIFY_IS_EQUAL((int)dscalar.TotalSize(), 1); in test_rank_zero()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/unsupported/test/
H A Dcxx11_tensor_dimension.cpp24 VERIFY_IS_EQUAL((int)dimensions.TotalSize(), 2*3*7); in test_dynamic_size()
37 VERIFY_IS_EQUAL((int)dimensions.TotalSize(), 2*3*7); in test_fixed_size()
54 VERIFY_IS_EQUAL((int)scalar.TotalSize(), 1); in test_rank_zero()
59 VERIFY_IS_EQUAL((int)dscalar.TotalSize(), 1); in test_rank_zero()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Common/
H A DMemBlocks.cpp111 TotalSize = 0; in Free()
122 UInt64 totalSize = TotalSize; in WriteToStream()
150 TotalSize = 0; in Free()
174 if (totalSize < TotalSize) in Detach()
181 blocks.TotalSize = TotalSize; in Detach()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Common/
H A DMemBlocks.cpp141 TotalSize = 0; in Free()
152 UInt64 totalSize = TotalSize; in WriteToStream()
180 TotalSize = 0; in Free()
206 if (totalSize < TotalSize) in Detach()
213 blocks.TotalSize = TotalSize; in Detach()
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/etcdserver/api/rafthttp/
H A Dsnapshot_sender.go86 zap.Int64("bytes", merged.TotalSize),
87 zap.String("size", humanize.Bytes(uint64(merged.TotalSize))),
104 zap.Int64("bytes", merged.TotalSize),
105 zap.String("size", humanize.Bytes(uint64(merged.TotalSize))),
135 zap.Int64("bytes", merged.TotalSize),
136 zap.String("size", humanize.Bytes(uint64(merged.TotalSize))),
140 sentBytes.WithLabelValues(to).Add(float64(merged.TotalSize))
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/
H A Dcolorspeedbutton.pas212 ClientSize, TotalSize, TextSize, GlyphSize: TSize;
327 TotalSize.cx := TextSize.cx + GlyphWidth;
328 TotalSize.cy := TextSize.cy + GlyphHeight;
330 M := (ClientSize.cx - TotalSize.cx) div 3
332 M := (ClientSize.cy - TotalSize.cy) div 3;
338 TotalSize.cx := GlyphWidth + S + TextSize.cx;
339 TotalSize.cy := GlyphHeight + S + TextSize.cy;
341 M := (ClientSize.cx - TotalSize.cx) div 2
343 M := (ClientSize.cy - TotalSize.cy) div 2;
355 S := (TotalSize.cx - TextSize.cx) div 2
[all …]
/dports/chinese/libime/libime-1.0.9/src/libime/core/kenlm/lm/common/
H A Dngram.hh57 static std::size_t TotalSize(std::size_t order) { in TotalSize() function in lm::NGram
60 std::size_t TotalSize() const { in TotalSize() function in lm::NGram
62 return TotalSize(Order()); in TotalSize()
67 assert(size == TotalSize(ret)); in OrderFromSize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp105 InstrGroup &OG, unsigned &TotalSize, unsigned MaxSize);
106 bool createWideStores(InstrGroup &OG, InstrGroup &NG, unsigned TotalSize);
306 InstrGroup::iterator End, InstrGroup &OG, unsigned &TotalSize, in selectStores() argument
384 TotalSize = Pow2Size; in selectStores()
392 unsigned TotalSize) { in createWideStores() argument
397 if (TotalSize > 4) in createWideStores()
425 unsigned WOpc = (TotalSize == 2) ? Hexagon::S4_storeirh_io : in createWideStores()
426 (TotalSize == 4) ? Hexagon::S4_storeiri_io : 0; in createWideStores()
429 int Val = (TotalSize == 2) ? int16_t(Acc) : int(Acc); in createWideStores()
449 unsigned WOpc = (TotalSize == 2) ? Hexagon::S2_storerh_io : in createWideStores()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp105 InstrGroup &OG, unsigned &TotalSize, unsigned MaxSize);
306 InstrGroup::iterator End, InstrGroup &OG, unsigned &TotalSize, in selectStores() argument
384 TotalSize = Pow2Size; in selectStores()
392 unsigned TotalSize) { in createWideStores() argument
397 if (TotalSize > 4) in createWideStores()
421 TotalSize, OldM.getAlignment(), in createWideStores()
426 unsigned WOpc = (TotalSize == 2) ? Hexagon::S4_storeirh_io : in createWideStores()
427 (TotalSize == 4) ? Hexagon::S4_storeiri_io : 0; in createWideStores()
430 int Val = (TotalSize == 2) ? int16_t(Acc) : int(Acc); in createWideStores()
450 unsigned WOpc = (TotalSize == 2) ? Hexagon::S2_storerh_io : in createWideStores()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp105 InstrGroup &OG, unsigned &TotalSize, unsigned MaxSize);
106 bool createWideStores(InstrGroup &OG, InstrGroup &NG, unsigned TotalSize);
306 InstrGroup::iterator End, InstrGroup &OG, unsigned &TotalSize, in selectStores() argument
384 TotalSize = Pow2Size; in selectStores()
392 unsigned TotalSize) { in createWideStores() argument
397 if (TotalSize > 4) in createWideStores()
425 unsigned WOpc = (TotalSize == 2) ? Hexagon::S4_storeirh_io : in createWideStores()
426 (TotalSize == 4) ? Hexagon::S4_storeiri_io : 0; in createWideStores()
429 int Val = (TotalSize == 2) ? int16_t(Acc) : int(Acc); in createWideStores()
449 unsigned WOpc = (TotalSize == 2) ? Hexagon::S2_storerh_io : in createWideStores()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp105 InstrGroup &OG, unsigned &TotalSize, unsigned MaxSize);
306 InstrGroup::iterator End, InstrGroup &OG, unsigned &TotalSize, in selectStores() argument
384 TotalSize = Pow2Size; in selectStores()
392 unsigned TotalSize) { in createWideStores() argument
397 if (TotalSize > 4) in createWideStores()
421 TotalSize, OldM.getAlignment(), in createWideStores()
426 unsigned WOpc = (TotalSize == 2) ? Hexagon::S4_storeirh_io : in createWideStores()
427 (TotalSize == 4) ? Hexagon::S4_storeiri_io : 0; in createWideStores()
430 int Val = (TotalSize == 2) ? int16_t(Acc) : int(Acc); in createWideStores()
450 unsigned WOpc = (TotalSize == 2) ? Hexagon::S2_storerh_io : in createWideStores()
[all …]

12345678910>>...195