Home
last modified time | relevance | path

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

/src/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()
94 void SmallPtrSetImplBase::Grow(unsigned NewSize) { in Grow() function in SmallPtrSetImplBase
/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h416 unsigned Position, bool Grow);
1900 bool Grow = P.leafOffset() == Size; in treeInsert() local
1906 Grow = P.leafOffset() == P.leafSize(); in treeInsert()
1915 if (Grow) in treeInsert()
H A DSmallPtrSet.h206 void Grow(unsigned NewSize);
/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrMemory.td196 // Grow memory.
/src/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
/src/contrib/ldns/
H A DChangelog18 * bugfix #166: Grow buffer when writing chars and fixed size
/src/contrib/libedit/
H A DChangeLog1255 * hist.c: Grow the buffer for event search if there was not enough
/src/contrib/ntp/
H A DChangeLog2691 * Grow ntpd/work_thread.c arrays as needed.
H A DCommitLog139970 Grow ntpd/work_thread.c arrays as needed.
139979 Grow ntpd/work_thread.c arrays as needed.