Searched refs:shard (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | SyntheticSections.h | 514 template <bool shard = false> void addReloc(const DynamicReloc &reloc) { in addReloc() 526 template <bool shard = false> 531 addReloc<shard>(DynamicReloc::AddendOnlyWithTargetVA, dynType, isec, in addRelativeReloc() 540 template <bool shard = false> 548 addReloc<shard>({dynType, &sec, offsetInSec, kind, sym, addend, expr}); in addReloc()
|
| H A D | Relocations.cpp | 842 template <bool shard = false> 849 part.relaDyn->addRelativeReloc<shard>(ctx.target->relativeRel, isec, in addRelativeReloc() 872 if (shard) in addRelativeReloc() 879 part.relaDyn->addRelativeReloc<shard>(ctx.target->relativeRel, isec, in addRelativeReloc()
|
| H A D | SyntheticSections.cpp | 3158 parallelFor(0, numShards, [&](size_t shard) { in computeEntryPool() argument 3160 for (NameEntry &ne : nameVecs[shard]) { in computeEntryPool() 3170 offsets[shard] = offset; in computeEntryPool() 3174 parallelFor(1, numShards, [&](size_t shard) { in computeEntryPool() argument 3175 uint32_t offset = offsets[shard - 1]; in computeEntryPool() 3176 for (NameEntry &ne : nameVecs[shard]) { in computeEntryPool() 3185 parallelFor(0, numShards, [&](size_t shard) { in computeEntryPool() argument 3186 for (NameEntry &ne : nameVecs[shard]) { in computeEntryPool()
|
| /freebsd/contrib/jemalloc/src/ |
| H A D | jemalloc.c | 464 unsigned shard = atomic_fetch_add_u(&arena->binshard_next, 1, in arena_bind() local 470 bins->binshard[i] = shard % bin_infos[i].n_shards; in arena_bind()
|
| /freebsd/contrib/googletest/docs/ |
| H A D | advanced.md | 2004 this technique *sharding*, where each machine is called a *shard*. 2010 1. On each shard, set the `GTEST_TOTAL_SHARDS` environment variable to the total 2012 1. On each shard, set the `GTEST_SHARD_INDEX` environment variable to the index 2013 of the shard. Different shards must be assigned different indices, which
|
| /freebsd/contrib/googletest/googletest/test/ |
| H A D | googletest-output-test-golden-lin.txt | 1193 Note: This is test shard 2 of 2.
|
| /freebsd/contrib/googletest/docs/reference/ |
| H A D | testing.md | 841 Returns true if this test should not be run because it's in another shard.
|
| /freebsd/share/dict/ |
| H A D | web2a | 53252 shard beetle 53253 shard-born 53254 shard-borne
|
| H A D | web2 | 179839 shard
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 14883 This still only happens when the keyword "shard" has been given to
|