Home
last modified time | relevance | path

Searched refs:AlignedSize (Results 1 – 25 of 193) sorted by relevance

12345678

/dports/cad/opencascade/opencascade-7.6.0/src/NCollection/
H A DNCollection_AccAllocator.hxx74 class AlignedSize class in NCollection_AccAllocator
78 AlignedSize() : myValue(0) {} in AlignedSize() function in NCollection_AccAllocator::AlignedSize
79 AlignedSize(const Standard_Size theValue) in AlignedSize() function in NCollection_AccAllocator::AlignedSize
94 AlignedPtr operator -(const AlignedSize theValue) const in operator -()
96 AlignedPtr operator +(const AlignedSize theValue) const in operator +()
98 AlignedPtr operator -=(const AlignedSize theValue) in operator -=()
100 AlignedPtr operator +=(const AlignedSize theValue) in operator +=()
144 AlignedPtr Allocate(const AlignedSize theSize) in Allocate()
176 AlignedSize myBlockSize;
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DNCollection_AccAllocator.hxx74 class AlignedSize class in NCollection_AccAllocator
78 AlignedSize() : myValue(0) {} in AlignedSize() function in NCollection_AccAllocator::AlignedSize
79 AlignedSize(const Standard_Size theValue) in AlignedSize() function in NCollection_AccAllocator::AlignedSize
94 AlignedPtr operator -(const AlignedSize theValue) const in operator -()
96 AlignedPtr operator +(const AlignedSize theValue) const in operator +()
98 AlignedPtr operator -=(const AlignedSize theValue) in operator -=()
100 AlignedPtr operator +=(const AlignedSize theValue) in operator +=()
144 AlignedPtr Allocate(const AlignedSize theSize) in Allocate()
176 AlignedSize myBlockSize;
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DNCollection_AccAllocator.hxx74 class AlignedSize class in NCollection_AccAllocator
78 AlignedSize(){} in AlignedSize() function in NCollection_AccAllocator::AlignedSize
79 AlignedSize(const Standard_Size theValue) in AlignedSize() function in NCollection_AccAllocator::AlignedSize
94 AlignedPtr operator -(const AlignedSize theValue) const in operator -()
96 AlignedPtr operator +(const AlignedSize theValue) const in operator +()
98 AlignedPtr operator -=(const AlignedSize theValue) in operator -=()
100 AlignedPtr operator +=(const AlignedSize theValue) in operator +=()
144 AlignedPtr Allocate(const AlignedSize theSize) in Allocate()
176 AlignedSize myBlockSize;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dquic_one_block_arena.h40 static inline uint32_t AlignedSize() { in AlignedSize() function
58 DCHECK_LT(AlignedSize<T>(), ArenaSize) in New()
62 if (QUIC_PREDICT_FALSE(offset_ > ArenaSize - AlignedSize<T>())) { in New()
65 << AlignedSize<T>() << ", end of arena was " << offset_; in New()
71 offset_ += AlignedSize<T>(); in New()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_one_block_arena.h40 static inline uint32_t AlignedSize() { in AlignedSize() function
58 DCHECK_LT(AlignedSize<T>(), ArenaSize) in New()
62 if (QUIC_PREDICT_FALSE(offset_ > ArenaSize - AlignedSize<T>())) { in New()
65 << AlignedSize<T>() << ", end of arena was " << offset_; in New()
71 offset_ += AlignedSize<T>(); in New()
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/ds/
H A DArenaAllocator.h67 return InternalAllocate(AlignedSize(aSize)); in Allocate()
102 static constexpr size_t AlignedSize(size_t aSize) { in AlignedSize() function
137 : header{AlignedSize(uintptr_t(this + 1)), uintptr_t(this) + aSize}, in ArenaChunk()
167 static const size_t kOffset = AlignedSize(sizeof(ArenaChunk)); in AllocateChunk()
195 static_assert(ArenaSize > AlignedSize(sizeof(ArenaChunk)), in InternalAllocate()
199 ArenaSize - AlignedSize(sizeof(ArenaChunk)); in InternalAllocate()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/ds/
H A DArenaAllocator.h67 return InternalAllocate(AlignedSize(aSize)); in Allocate()
102 static constexpr size_t AlignedSize(size_t aSize) { in AlignedSize() function
137 : header{AlignedSize(uintptr_t(this + 1)), uintptr_t(this) + aSize}, in ArenaChunk()
167 static const size_t kOffset = AlignedSize(sizeof(ArenaChunk)); in AllocateChunk()
195 static_assert(ArenaSize > AlignedSize(sizeof(ArenaChunk)), in InternalAllocate()
199 ArenaSize - AlignedSize(sizeof(ArenaChunk)); in InternalAllocate()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/ds/
H A DArenaAllocator.h66 return InternalAllocate(AlignedSize(aSize)); in Allocate()
101 static constexpr size_t AlignedSize(size_t aSize) { in AlignedSize() function
136 : header{AlignedSize(uintptr_t(this + 1)), uintptr_t(this) + aSize}, in ArenaChunk()
166 static const size_t kOffset = AlignedSize(sizeof(ArenaChunk)); in AllocateChunk()
194 static_assert(ArenaSize > AlignedSize(sizeof(ArenaChunk)), in InternalAllocate()
198 ArenaSize - AlignedSize(sizeof(ArenaChunk)); in InternalAllocate()
/dports/www/firefox/firefox-99.0/xpcom/ds/
H A DArenaAllocator.h66 return InternalAllocate(AlignedSize(aSize)); in Allocate()
101 static constexpr size_t AlignedSize(size_t aSize) { in AlignedSize() function
136 : header{AlignedSize(uintptr_t(this + 1)), uintptr_t(this) + aSize}, in ArenaChunk()
166 static const size_t kOffset = AlignedSize(sizeof(ArenaChunk)); in AllocateChunk()
194 static_assert(ArenaSize > AlignedSize(sizeof(ArenaChunk)), in InternalAllocate()
198 ArenaSize - AlignedSize(sizeof(ArenaChunk)); in InternalAllocate()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/ds/
H A DArenaAllocator.h66 return InternalAllocate(AlignedSize(aSize)); in Allocate()
101 static constexpr size_t AlignedSize(size_t aSize) { in AlignedSize() function
136 : header{AlignedSize(uintptr_t(this + 1)), uintptr_t(this) + aSize}, in ArenaChunk()
166 static const size_t kOffset = AlignedSize(sizeof(ArenaChunk)); in AllocateChunk()
194 static_assert(ArenaSize > AlignedSize(sizeof(ArenaChunk)), in InternalAllocate()
198 ArenaSize - AlignedSize(sizeof(ArenaChunk)); in InternalAllocate()
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DIterableArena.h78 const size_t blocSize = AlignedSize(sizeof(Header) + aSize);
80 if (AlignedSize(mCursor + blocSize) > mSize) {
86 while (AlignedSize(mCursor + blocSize) > newSize) {
159 size_t AlignedSize(size_t aSize) const { in AlignedSize() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DIterableArena.h78 const size_t blocSize = AlignedSize(sizeof(Header) + aSize);
80 if (AlignedSize(mCursor + blocSize) > mSize) {
86 while (AlignedSize(mCursor + blocSize) > newSize) {
159 size_t AlignedSize(size_t aSize) const { in AlignedSize() function
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DIterableArena.h78 const size_t blocSize = AlignedSize(sizeof(Header) + aSize);
80 if (AlignedSize(mCursor + blocSize) > mSize) {
86 while (AlignedSize(mCursor + blocSize) > newSize) {
159 size_t AlignedSize(size_t aSize) const { in AlignedSize() function
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DIterableArena.h78 const size_t blocSize = AlignedSize(sizeof(Header) + aSize);
80 if (AlignedSize(mCursor + blocSize) > mSize) {
86 while (AlignedSize(mCursor + blocSize) > newSize) {
159 size_t AlignedSize(size_t aSize) const { in AlignedSize() function
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DIterableArena.h77 const size_t blocSize = AlignedSize(sizeof(Header) + aSize);
79 if (AlignedSize(mCursor + blocSize) > mSize) {
85 while (AlignedSize(mCursor + blocSize) > newSize) {
158 size_t AlignedSize(size_t aSize) const { in AlignedSize() function
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DIterableArena.h86 const size_t blocSize = AlignedSize(sizeof(Header) + aSize);
88 if (AlignedSize(mCursor + blocSize) > mSize) {
94 while (AlignedSize(mCursor + blocSize) > newSize) {
176 size_t AlignedSize(size_t aSize) const in AlignedSize() function
/dports/cad/opencascade/opencascade-7.6.0/src/Standard/
H A DStandard_MMgrOpt.cxx719 const Standard_Size AlignedSize = PAGE_ALIGN(Size, myPageSize); in AllocMemory() local
723 aBlock = (Standard_Size * )mmap((char*)MMAP_BASE_ADDRESS, AlignedSize, in AllocMemory()
736 Size = AlignedSize; in AllocMemory()
742 const Standard_Size AlignedSize = PAGE_ALIGN(Size+sizeof(HANDLE), myPageSize); in AllocMemory()
747 DWORD(AlignedSize / 0x80000000), in AllocMemory()
748 DWORD(AlignedSize % 0x80000000), NULL); in AllocMemory()
782 Size = AlignedSize - sizeof(HANDLE); in AllocMemory()
820 const Standard_Size AlignedSize = PAGE_ALIGN(aSize, myPageSize); in FreeMemory() local
821 munmap((char*)aBlock, AlignedSize); in FreeMemory()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/common/linux/
H A Delf_core_dump.cc71 return content_.Subrange(AlignedSize(sizeof(Nhdr) + header->n_namesz), in GetDescription()
81 size_t next_offset = AlignedSize(sizeof(Nhdr) + header->n_namesz); in GetNextNote()
82 next_offset = AlignedSize(next_offset + header->n_descsz); in GetNextNote()
90 size_t ElfCoreDump::Note::AlignedSize(size_t size) { in AlignedSize() function in google_breakpad::ElfCoreDump::Note
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/common/linux/
H A Delf_core_dump.cc71 return content_.Subrange(AlignedSize(sizeof(Nhdr) + header->n_namesz), in GetDescription()
81 size_t next_offset = AlignedSize(sizeof(Nhdr) + header->n_namesz); in GetNextNote()
82 next_offset = AlignedSize(next_offset + header->n_descsz); in GetNextNote()
90 size_t ElfCoreDump::Note::AlignedSize(size_t size) { in AlignedSize() function in google_breakpad::ElfCoreDump::Note
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/common/linux/
H A Delf_core_dump.cc71 return content_.Subrange(AlignedSize(sizeof(Nhdr) + header->n_namesz), in GetDescription()
81 size_t next_offset = AlignedSize(sizeof(Nhdr) + header->n_namesz); in GetNextNote()
82 next_offset = AlignedSize(next_offset + header->n_descsz); in GetNextNote()
90 size_t ElfCoreDump::Note::AlignedSize(size_t size) { in AlignedSize() function in google_breakpad::ElfCoreDump::Note
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/google-breakpad/src/common/linux/
H A Delf_core_dump.cc71 return content_.Subrange(AlignedSize(sizeof(Nhdr) + header->n_namesz), in GetDescription()
81 size_t next_offset = AlignedSize(sizeof(Nhdr) + header->n_namesz); in GetNextNote()
82 next_offset = AlignedSize(next_offset + header->n_descsz); in GetNextNote()
90 size_t ElfCoreDump::Note::AlignedSize(size_t size) { in AlignedSize() function in google_breakpad::ElfCoreDump::Note
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/common/linux/
H A Delf_core_dump.cc71 return content_.Subrange(AlignedSize(sizeof(Nhdr) + header->n_namesz), in GetDescription()
81 size_t next_offset = AlignedSize(sizeof(Nhdr) + header->n_namesz); in GetNextNote()
82 next_offset = AlignedSize(next_offset + header->n_descsz); in GetNextNote()
90 size_t ElfCoreDump::Note::AlignedSize(size_t size) { in AlignedSize() function in google_breakpad::ElfCoreDump::Note
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/common/linux/
H A Delf_core_dump.cc71 return content_.Subrange(AlignedSize(sizeof(Nhdr) + header->n_namesz), in GetDescription()
81 size_t next_offset = AlignedSize(sizeof(Nhdr) + header->n_namesz); in GetNextNote()
82 next_offset = AlignedSize(next_offset + header->n_descsz); in GetNextNote()
90 size_t ElfCoreDump::Note::AlignedSize(size_t size) { in AlignedSize() function in google_breakpad::ElfCoreDump::Note
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/common/linux/
H A Delf_core_dump.cc71 return content_.Subrange(AlignedSize(sizeof(Nhdr) + header->n_namesz), in GetDescription()
81 size_t next_offset = AlignedSize(sizeof(Nhdr) + header->n_namesz); in GetNextNote()
82 next_offset = AlignedSize(next_offset + header->n_descsz); in GetNextNote()
90 size_t ElfCoreDump::Note::AlignedSize(size_t size) { in AlignedSize() function in google_breakpad::ElfCoreDump::Note
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/google-breakpad/src/common/linux/
H A Delf_core_dump.cc71 return content_.Subrange(AlignedSize(sizeof(Nhdr) + header->n_namesz), in GetDescription()
81 size_t next_offset = AlignedSize(sizeof(Nhdr) + header->n_namesz); in GetNextNote()
82 next_offset = AlignedSize(next_offset + header->n_descsz); in GetNextNote()
90 size_t ElfCoreDump::Note::AlignedSize(size_t size) { in AlignedSize() function in google_breakpad::ElfCoreDump::Note

12345678