Home
last modified time | relevance | path

Searched refs:shards (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/MachO/
DICF.cpp216 const size_t shards = 256; in forEachClass() local
217 size_t step = icfInputs.size() / shards; in forEachClass()
218 size_t boundaries[shards + 1]; in forEachClass()
220 boundaries[shards] = icfInputs.size(); in forEachClass()
221 parallelForEachN(1, shards, [&](size_t i) { in forEachClass()
224 parallelForEachN(1, shards + 1, [&](size_t i) { in forEachClass()
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DSyntheticSections.cpp3303 shards[i].write(buf + shardOffsets[i]); in writeTo()
3317 shards.emplace_back(StringTableBuilder::RAW, alignment); in finalizeContents()
3334 sec->pieces[i].outputOff = shards[shardId].add(sec->getData(i)); in finalizeContents()
3342 shards[i].finalizeInOrder(); in finalizeContents()
3343 if (shards[i].getSize() > 0) in finalizeContents()
3346 off += shards[i].getSize(); in finalizeContents()
DSyntheticSections.h978 std::vector<llvm::StringTableBuilder> shards; variable
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
Dcached_data.c1100 int shards = 1; in svn_fs_fs__rep_chain_length() local
1124 ++shards; in svn_fs_fs__rep_chain_length()
1161 *shard_count = shards; in svn_fs_fs__rep_chain_length()
Dtransaction.c2062 int shards; in choose_delta_base() local
2063 SVN_ERR(shards_spanned(&shards, fs, noderev, walk, pool)); in choose_delta_base()
2067 if ((1 << (--shards)) <= walk) in choose_delta_base()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
Dcached_data.c822 int shards = 1; in svn_fs_x__rep_chain_length() local
851 ++shards; in svn_fs_x__rep_chain_length()
888 *shard_count = shards; in svn_fs_x__rep_chain_length()
Dtransaction.c2133 int shards; in choose_delta_base() local
2134 SVN_ERR(shards_spanned(&shards, fs, noderev, walk, pool)); in choose_delta_base()
2138 if ((1 << (--shards)) <= walk) in choose_delta_base()
/freebsd-12-stable/contrib/subversion/
DCHANGES1116 * fsfs: limit delta chains from crossing too many shards (r1554942)
1215 shards for FSFS repositories (r1613339)
2460 * FSFS: Packing of revision property shards (issue #3944)
4351 * Set correct permissions on created fsfs shards (r32355, -7)