Home
last modified time | relevance | path

Searched refs:kNodeSize (Results 1 – 16 of 16) sorted by relevance

/dports/devel/eastl/EASTL-3.13.06/include/EASTL/bonus/
H A Dfixed_tuple_vector.h59 …e(fixed_allocator_type(mBuffer.buffer), mBuffer.buffer, nodeCount, fixed_allocator_type::kNodeSize) in fixed_tuple_vector()
63 …ocator_type(mBuffer.buffer, allocator), mBuffer.buffer, nodeCount, fixed_allocator_type::kNodeSize) in fixed_tuple_vector()
67 …e(fixed_allocator_type(mBuffer.buffer), mBuffer.buffer, nodeCount, fixed_allocator_type::kNodeSize) in fixed_tuple_vector()
75 …ocator_type(mBuffer.buffer, allocator), mBuffer.buffer, nodeCount, fixed_allocator_type::kNodeSize) in fixed_tuple_vector()
82 …e(fixed_allocator_type(mBuffer.buffer), mBuffer.buffer, nodeCount, fixed_allocator_type::kNodeSize) in fixed_tuple_vector()
89 …ocator_type(mBuffer.buffer, allocator), mBuffer.buffer, nodeCount, fixed_allocator_type::kNodeSize) in fixed_tuple_vector()
96 …ocator_type(mBuffer.buffer, allocator), mBuffer.buffer, nodeCount, fixed_allocator_type::kNodeSize)
103 …ocator_type(mBuffer.buffer, allocator), mBuffer.buffer, nodeCount, fixed_allocator_type::kNodeSize)
109 …ocator_type(mBuffer.buffer, allocator), mBuffer.buffer, nodeCount, fixed_allocator_type::kNodeSize)
115 …e(fixed_allocator_type(mBuffer.buffer), mBuffer.buffer, nodeCount, fixed_allocator_type::kNodeSize) in fixed_tuple_vector()
[all …]
/dports/devel/eastl/EASTL-3.13.06/include/EASTL/internal/
H A Dfixed_pool.h620 kNodeSize = nodeSize,
680 EASTL_ASSERT(n == kNodeSize);
688 EASTL_ASSERT(n == kNodeSize);
771 kNodeSize = nodeSize,
825 EASTL_ASSERT(n == kNodeSize);
833 EASTL_ASSERT(n == kNodeSize);
954 kNodeSize = nodeSize,
1048 EASTL_ASSERT(n == kNodeSize); EA_UNUSED(n);
1134 kNodeSize = nodeSize,
1341 kNodeSize = nodeSize,
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/pdf/
H A DSkPDFDocument.cpp119 static const int kNodeSize = 8; in generate_page_tree() local
127 int treeCapacity = kNodeSize; in generate_page_tree()
139 kids->reserve(kNodeSize); in generate_page_tree()
142 for (; i < curNodes.count() && count < kNodeSize; i++, count++) { in generate_page_tree()
167 treeCapacity *= kNodeSize; in generate_page_tree()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/pdf/
H A DSkPDFDocument.cpp118 static const int kNodeSize = 8;
126 int treeCapacity = kNodeSize;
138 kids->reserve(kNodeSize);
141 for (; i < curNodes.count() && count < kNodeSize; i++, count++) {
166 treeCapacity *= kNodeSize;
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dtrie.h180 static constexpr size_t kNodeSize = 16;
182 kNodeSize - 2 * sizeof(index_type) - sizeof(int8_t);
198 static_assert(sizeof(Node) == kNodeSize, "Unexpected node size");
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dtrie.h183 static constexpr size_t kNodeSize = 16;
185 kNodeSize - 2 * sizeof(index_type) - sizeof(int8_t);
201 static_assert(sizeof(Node) == kNodeSize, "Unexpected node size");
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/util/
H A Dtrie.h183 static constexpr size_t kNodeSize = 16;
185 kNodeSize - 2 * sizeof(index_type) - sizeof(int8_t);
201 static_assert(sizeof(Node) == kNodeSize, "Unexpected node size");
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/
H A DCramfsHandler.cpp38 static const UInt32 kNodeSize = 12; variable
278 if (size < kNodeSize || (UInt32)_items.Size() >= kNumFilesMax) in OpenDir()
284 UInt32 nodeLen = kNodeSize + GetNameLen(_data + offset, be); in OpenDir()
334 if (processed < kNodeSize) in Open2()
402 p += kNodeSize; in GetPath()
419 p += kNodeSize; in GetPath()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/
H A DCramfsHandler.cpp38 static const UInt32 kNodeSize = 12; variable
278 if (size < kNodeSize || (UInt32)_items.Size() >= kNumFilesMax) in OpenDir()
284 UInt32 nodeLen = kNodeSize + GetNameLen(_data + offset, be); in OpenDir()
334 if (processed < kNodeSize) in Open2()
402 p += kNodeSize; in GetPath()
419 p += kNodeSize; in GetPath()
/dports/devel/folly/folly-2021.12.27.00/folly/
H A DPadded.h64 static constexpr size_t kNodeSize = NS; variable
123 constexpr size_t Node<T, NS>::kNodeSize;
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DPadded.h78 static constexpr size_t kNodeSize = NS;
146 Node<T, NS, typename detail::NodeValid<T, NS>::type>::kNodeSize;
/dports/www/firefox-esr/firefox-91.8.0/memory/build/
H A Dmozjemalloc.cpp710 static const size_t kNodeSize = kCacheLineSize; member in AddressRadixTree
712 static const size_t kNodeSize = 16_KiB;
714 static const size_t kBitsPerLevel = LOG2(kNodeSize) - LOG2(sizeof(void*));
/dports/lang/spidermonkey60/firefox-60.9.0/memory/build/
H A Dmozjemalloc.cpp700 static const size_t kNodeSize = kCacheLineSize; member in AddressRadixTree
702 static const size_t kNodeSize = 16_KiB;
704 static const size_t kBitsPerLevel = LOG2(kNodeSize) - LOG2(sizeof(void*));
/dports/mail/thunderbird/thunderbird-91.8.0/memory/build/
H A Dmozjemalloc.cpp710 static const size_t kNodeSize = kCacheLineSize; member in AddressRadixTree
712 static const size_t kNodeSize = 16_KiB;
714 static const size_t kBitsPerLevel = LOG2(kNodeSize) - LOG2(sizeof(void*));
/dports/lang/spidermonkey78/firefox-78.9.0/memory/build/
H A Dmozjemalloc.cpp707 static const size_t kNodeSize = kCacheLineSize; member in AddressRadixTree
709 static const size_t kNodeSize = 16_KiB;
711 static const size_t kBitsPerLevel = LOG2(kNodeSize) - LOG2(sizeof(void*));
/dports/www/firefox/firefox-99.0/memory/build/
H A Dmozjemalloc.cpp795 static const size_t kNodeSize = kCacheLineSize; member in AddressRadixTree
797 static const size_t kNodeSize = 16_KiB;
799 static const size_t kBitsPerLevel = LOG2(kNodeSize) - LOG2(sizeof(void*));