Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDIntervalMap.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()
HDSmallPtrSet.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
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDIntervalMap.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()
HDSmallPtrSet.h206 void Grow(unsigned NewSize);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyInstrMemory.td196 // Grow memory.
/freebsd-14-stable/crypto/heimdal/lib/asn1/
HDChangeLog406 * lex.l: Grow an even larger output table size.
418 * lex.l: Grow (%p, %a, %n) tables for Solaris 10 lex. From Harald
/freebsd-14-stable/contrib/ldns/
HDChangelog18 * bugfix #166: Grow buffer when writing chars and fixed size
/freebsd-14-stable/contrib/ntp/
HDChangeLog2691 * Grow ntpd/work_thread.c arrays as needed.
HDCommitLog139970 Grow ntpd/work_thread.c arrays as needed.
139979 Grow ntpd/work_thread.c arrays as needed.