Home
last modified time | relevance | path

Searched defs:Capacity (Results 1 – 25 of 43) sorted by relevance

12

/external/llvm/include/llvm/Support/
DArrayRecycler.h72 explicit Capacity(uint8_t idx) : Index(idx) {} in Capacity() function
75 Capacity() : Index(0) {} in Capacity() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DArrayRecycler.h74 explicit Capacity(uint8_t idx) : Index(idx) {} in Capacity() function
77 Capacity() : Index(0) {} in Capacity() function
/external/v8/src/libplatform/tracing/
Dtrace-buffer.h32 size_t Capacity() const { return max_chunks_ * TraceBufferChunk::kChunkSize; } in Capacity() function
/external/webrtc/webrtc/base/
Dbytebuffer.h45 size_t Capacity() const { return size_ - start_; } in Capacity() function
/external/compiler-rt/lib/esan/
Desan_circular_buffer.h91 uptr Capacity; variable
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DArrayRecyclerTest.cpp25 TEST(ArrayRecyclerTest, Capacity) { in TEST() argument
/external/llvm/unittests/Support/
DArrayRecyclerTest.cpp25 TEST(ArrayRecyclerTest, Capacity) { in TEST() argument
/external/antlr/runtime/ObjC/Framework/
DHashMap.h181 NSInteger Capacity; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DIntervalMap.cpp120 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
/external/swiftshader/third_party/LLVM/lib/Support/
DIntervalMap.cpp120 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
/external/llvm/lib/Support/
DIntervalMap.cpp120 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
/external/clang/lib/Sema/
DTypeLocBuilder.h31 size_t Capacity; variable
/external/swiftshader/third_party/subzero/src/
DIceAssembler.cpp33 static uintptr_t NewContents(Assembler &Assemblr, intptr_t Capacity) { in NewContents()
DIceAssembler.h231 static uintptr_t computeLimit(uintptr_t Data, intptr_t Capacity) { in computeLimit()
/external/brotli/csharp/org/brotli/dec/
DBitReader.cs15 private const int Capacity = 1024; field in Org.Brotli.Dec.BitReader
/external/v8/src/objects/
Dhash-table-inl.h26 int HashTableBase::Capacity() const { return Smi::ToInt(get(kCapacityIndex)); } in Capacity() function
Dordered-hash-table.h214 int Capacity() { return NumberOfBuckets() * kLoadFactor; } in Capacity() function
348 int Capacity() const { in Capacity() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DSmallVector.h42 unsigned Size = 0, Capacity; variable
45 SmallVectorBase(void *FirstEl, size_t Capacity) in SmallVectorBase()
DBitVector.h140 size_t Capacity = NumBitWords(s); in Size() local
154 size_t Capacity = NumBitWords(RHS.size()); in BitVector() local
/external/v8/src/
Dtransitions-inl.h202 int TransitionArray::Capacity() { in Capacity() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DBitVector.h33 unsigned Capacity; // Size of allocated memory in BitWord. variable
/external/clang/include/clang/Analysis/Support/
DBumpVector.h59 T *Begin, *End, *Capacity; variable
/external/grpc-grpc/test/cpp/util/
Dstring_ref_test.cc106 TEST_F(StringRefTest, Capacity) { in TEST_F() argument
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyUtil.h216 size_t Capacity; variable
/external/clang/include/clang/AST/
DASTVector.h36 llvm::PointerIntPair<T*, 1, bool> Capacity; variable

12