Home
last modified time | relevance | path

Searched refs:Pool (Results 1 – 25 of 92) sorted by relevance

1234

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/
H A Dpooltable.d12 struct PoolTable(Pool) in PoolTable() argument
23 bool insert(Pool* pool) nothrow @nogc in PoolTable()
25 auto newpools = cast(Pool **)cstdlib.realloc(pools, (npools + 1) * pools[0].sizeof); in PoolTable()
58 ref inout(Pool*) opIndex(size_t idx) inout return @trusted pure nothrow @nogc in PoolTable()
65 inout(Pool*)[] opSlice(size_t a, size_t b) inout return @trusted pure nothrow @nogc in PoolTable()
73 inout(Pool*)[] opSlice() inout return @trusted pure nothrow @nogc in PoolTable()
85 Pool *findPool(void *p) nothrow @nogc in PoolTable()
117 Pool*[] minimize() pure nothrow @nogc in PoolTable()
119 static void swap(ref Pool* a, ref Pool* b) in PoolTable()
177 Pool** pools; in PoolTable()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/
H A Dpooltable.d12 struct PoolTable(Pool) in PoolTable() argument
24 bool insert(Pool* pool) in PoolTable()
26 auto newpools = cast(Pool **)cstdlib.realloc(pools, (npools + 1) * pools[0].sizeof); in PoolTable()
56 ref inout(Pool*) opIndex(size_t idx) inout pure in PoolTable()
63 inout(Pool*)[] opSlice(size_t a, size_t b) inout pure in PoolTable()
77 Pool *findPool(void *p) nothrow in PoolTable()
109 Pool*[] minimize() pure in PoolTable()
111 static void swap(ref Pool* a, ref Pool* b) in PoolTable()
162 Pool** pools; in PoolTable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp22 : Pool(A), Prefix(Prefix), in DwarfStringPool()
27 auto I = Pool.insert(std::make_pair(Str, EntryTy())); in getEntryImpl()
77 if (Pool.empty()) in emit()
85 Entries.reserve(Pool.size()); in emit()
87 for (const auto &E : Pool) in emit()
115 for (const auto &Entry : Pool) { in emit()
H A DAddressPool.cpp22 Pool.insert(std::make_pair(Sym, AddressPoolEntry(Pool.size(), TLS))); in getIndex()
59 SmallVector<const MCExpr *, 64> Entries(Pool.size()); in emit()
61 for (const auto &I : Pool) in emit()
H A DDwarfStringPool.h29 StringMap<EntryTy, BumpPtrAllocator &> Pool; variable
49 bool empty() const { return Pool.empty(); } in empty()
51 unsigned size() const { return Pool.size(); } in size()
H A DAddressPool.h30 DenseMap<const MCSymbol *, AddressPoolEntry> Pool; variable
47 bool isEmpty() { return Pool.empty(); } in isEmpty()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DManagedStringPool.h26 SmallVector<std::string *, 8> Pool; variable
32 SmallVectorImpl<std::string *>::iterator Current = Pool.begin(); in ~ManagedStringPool()
33 while (Current != Pool.end()) { in ~ManagedStringPool()
41 Pool.push_back(Str); in getManagedString()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DSymbolStringPool.h46 PoolMap Pool; variable
157 assert(Pool.empty() && "Dangling references at pool destruction time");
165 std::tie(I, Added) = Pool.try_emplace(S, 0);
171 for (auto I = Pool.begin(), E = Pool.end(); I != E;) {
174 Pool.erase(Tmp);
180 return Pool.empty();
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXString.cpp128 for (std::vector<CXStringBuf *>::iterator I = Pool.begin(), E = Pool.end(); in ~CXStringPool()
135 if (Pool.empty()) in getCXStringBuf()
138 CXStringBuf *Buf = Pool.back(); in getCXStringBuf()
140 Pool.pop_back(); in getCXStringBuf()
149 TU->StringPool->Pool.push_back(this); in dispose()
H A DCXString.h80 std::vector<CXStringBuf *> Pool;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h36 PoolEntry(ValuePool &Pool, ValueKeyT Value) in PoolEntry() argument
37 : Pool(Pool), Value(std::move(Value)) {} in PoolEntry()
39 ~PoolEntry() { Pool.removeEntry(this); } in ~PoolEntry()
44 ValuePool &Pool;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
H A DDWPStringPool.h35 DenseMap<const char *, uint32_t, CStrDenseMapInfo> Pool; variable
44 auto Pair = Pool.insert(std::make_pair(Str, Offset)); in getOffset()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DAllTUsExecution.cpp118 llvm::ThreadPool Pool(llvm::hardware_concurrency(ThreadCount)); in execute() local
120 Pool.async( in execute()
142 Pool.wait(); in execute()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/impl/conservative/
H A Dgc.d87 debug(PRINTF) void printFreeInfo(Pool* pool) nothrow in debug()
409 Pool* pool = gcx.findPool(p);
435 Pool* pool = gcx.findPool(p);
462 Pool* pool = gcx.findPool(p);
615 Pool *pool = gcx.findPool(p);
831 Pool* pool;
1018 Pool* pool;
1259 Pool *pool;
1292 PoolTable!Pool pooltable;
1366 Pool *pool = pooltable[i];
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/conservative/
H A Dgc.d345 Pool* pool = gcx.findPool(p);
386 Pool* pool = gcx.findPool(p);
429 Pool* pool = gcx.findPool(p);
624 Pool *pool = gcx.findPool(p);
719 biti = cast(size_t)(p - pool.baseAddr) >> Pool.ShiftBy.Small;
863 Pool* pool;
921 if (!gcx.recoverPool[bin] || pool.binPageChain[pagenum] == Pool.PageRecovered)
1090 Pool* pool;
1419 Pool *pool;
1497 PoolTable!Pool pooltable;
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp558 llvm::ThreadPool Pool(llvm::hardware_concurrency(NumThreads)); in main() local
560 for (unsigned I = 0; I < Pool.getThreadCount(); ++I) in main()
575 << " files using " << Pool.getThreadCount() << " workers\n"; in main()
577 for (unsigned I = 0; I < Pool.getThreadCount(); ++I) { in main()
578 Pool.async([I, &Lock, &Index, &Inputs, &HadErrors, &FD, &WorkerTools, in main()
613 Pool.wait(); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp240 ThreadPool Pool(S); in renderFiles() local
247 Pool.async([&] { in renderFiles()
255 Pool.wait(); in renderFiles()
H A DCoverageReport.cpp398 ThreadPool Pool(S); in prepareFileReports() local
405 Pool.async(&CoverageReport::prepareSingleFileReport, Filename, in prepareFileReports()
408 Pool.wait(); in prepareFileReports()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-bcanalyzer.rst89 The size, in bytes, of the Global Types Pool. Percentage is relative to File
92 **Constant Pool Bytes**
94 The size, in bytes, of the Constant Pool Blocks Percentage is relative to File
136 The total number of types defined in the Global Types Pool.
140 The total number of constants (of any type) defined in the Constant Pool.
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Ddemangle_tree.py16 from multiprocessing import Pool
150 pool = Pool(processes=pool_size)
/netbsd-src/external/historical/nawk/dist/testdir/
H A Dlatin12 M�nchen, arbeite als Aufsicht und Postmaster im CIP-Pool der
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DIdentifierResolver.cpp44 IdDeclInfo Pool[POOL_SIZE]; member
407 IdDeclInfo *IDI = &CurPool->Pool[CurIndex]; in operator []()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt-viewer/
H A Doptpmap.py47 pool = multiprocessing.Pool(initializer=_init,
H A Dopt-stats.py14 from multiprocessing import cpu_count, Pool
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Ddiff34 # Copyright (C) 2001 by Martin Pool. You may do whatever you want with

1234