Home
last modified time | relevance | path

Searched defs:NewCapacity (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSmallVector.cpp48 size_t NewCapacity = 2 * capacity() + 1; // Always grow. in grow_pod() local
/third_party/node/deps/v8/src/parsing/
Dliteral-buffer.cc27 int LiteralBuffer::NewCapacity(int min_capacity) { in NewCapacity() function in v8::internal::LiteralBuffer
/third_party/node/deps/v8/src/builtins/
Dgrowable-fixed-array-gen.cc68 TNode<IntPtrT> GrowableFixedArray::NewCapacity( in NewCapacity() function in v8::internal::GrowableFixedArray
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DLazyRandomTypeCollection.cpp164 uint32_t NewCapacity = MinSize * 3 / 2; in ensureCapacityFor() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DHashTable.h312 uint32_t NewCapacity = (capacity() <= INT32_MAX) ? MaxLoad * 2 : UINT32_MAX; in grow() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DBitVector.h731 unsigned NewCapacity = RHSWords; variable
885 size_t NewCapacity = std::max<size_t>(NumBitWords(NewSize), Bits.size() * 2); in grow() local
DSmallVector.h238 size_t NewCapacity = size_t(NextPowerOf2(this->capacity() + 2)); in grow() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSmallVector.h237 size_t NewCapacity = size_t(NextPowerOf2(CurCapacity+2)); in grow() local