Home
last modified time | relevance | path

Searched refs:Grow (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DIntervalMap.cpp122 unsigned Position, bool Grow) { in distribute() argument
123 assert(Elements + Grow <= Nodes * Capacity && "Not enough room for elements"); in distribute()
129 const unsigned PerNode = (Elements + Grow) / Nodes; in distribute()
130 const unsigned Extra = (Elements + Grow) % Nodes; in distribute()
138 assert(Sum == Elements + Grow && "Bad distribution sum"); in distribute()
141 if (Grow) { in distribute()
H A DSmallPtrSet.cpp43 Grow(CurArraySize < 64 ? 128 : CurArraySize * 2); in insert_imp_big()
47 Grow(CurArraySize); in insert_imp_big()
112 void SmallPtrSetImplBase::Grow(unsigned NewSize) { in Grow() function in SmallPtrSetImplBase
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallPtrSet.h134 Grow(NewSize); in reserve()
247 LLVM_ABI void Grow(unsigned NewSize);
H A DIntervalMap.h417 unsigned NewSize[], unsigned Position, bool Grow);
1901 bool Grow = P.leafOffset() == Size; in treeInsert() local
1907 Grow = P.leafOffset() == P.leafSize(); in treeInsert()
1916 if (Grow) in treeInsert()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrMemory.td196 // Grow memory.
/freebsd/crypto/heimdal/lib/asn1/
H A DChangeLog406 * lex.l: Grow an even larger output table size.
418 * lex.l: Grow (%p, %a, %n) tables for Solaris 10 lex. From Harald
/freebsd/contrib/ldns/
H A DChangelog113 * bugfix #166: Grow buffer when writing chars and fixed size
/freebsd/contrib/libedit/
H A DChangeLog1255 * hist.c: Grow the buffer for event search if there was not enough
/freebsd/contrib/ntp/
H A DChangeLog2691 * Grow ntpd/work_thread.c arrays as needed.
H A DCommitLog[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc24209 {"_ZN4llvm15SmallPtrSetImpl4GrowEv", "llvm::SmallPtrSetImpl::Grow()"},