Searched refs:shard (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | SyntheticSections.h | 504 template <bool shard = false> void addReloc(const DynamicReloc &reloc) { in addReloc() 516 template <bool shard = false> 521 addReloc<shard>(DynamicReloc::AddendOnlyWithTargetVA, dynType, isec, in addRelativeReloc() 529 template <bool shard = false> 537 addReloc<shard>({dynType, &sec, offsetInSec, kind, sym, addend, expr}); in addReloc()
|
H A D | SyntheticSections.cpp | 3070 parallelFor(0, numShards, [&](size_t shard) { in computeEntryPool() argument 3072 for (NameEntry &ne : nameVecs[shard]) { in computeEntryPool() 3082 offsets[shard] = offset; in computeEntryPool() 3086 parallelFor(1, numShards, [&](size_t shard) { in computeEntryPool() argument 3087 uint32_t offset = offsets[shard - 1]; in computeEntryPool() 3088 for (NameEntry &ne : nameVecs[shard]) { in computeEntryPool() 3097 parallelFor(0, numShards, [&](size_t shard) { in computeEntryPool() argument 3098 for (NameEntry &ne : nameVecs[shard]) { in computeEntryPool()
|
H A D | Relocations.cpp | 871 template <bool shard = false> 902 if (shard) in addRelativeReloc() 909 part.relaDyn->addRelativeReloc<shard>(target->relativeRel, isec, offsetInSec, in addRelativeReloc()
|
/freebsd/contrib/jemalloc/src/ |
H A D | jemalloc.c | 389 unsigned shard = atomic_fetch_add_u(&arena->binshard_next, 1, in arena_bind() local 395 bins->binshard[i] = shard % bin_infos[i].n_shards; in arena_bind()
|
/freebsd/contrib/googletest/docs/ |
H A D | advanced.md | 1984 this technique *sharding*, where each machine is called a *shard*. 1990 1. On each shard, set the `GTEST_TOTAL_SHARDS` environment variable to the total 1992 1. On each shard, set the `GTEST_SHARD_INDEX` environment variable to the index 1993 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 | 744 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 | 13085 This still only happens when the keyword "shard" has been given to
|