HomeSort by: relevance | last modified time | path
    Searched refs:Hit (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/benchmarks/
ordered_set.bench.cpp 23 enum class HitType { Hit, Miss };
26 static constexpr const char* Names[] = {"Hit", "Miss"};
49 TestSets makeTestingSets(size_t TableSize, size_t NumTables, HitType Hit,
56 R.Keys.push_back(Hit == HitType::Hit ? 2 * I : 2 * I + 1);
104 template <class Hit, class Access>
109 auto Data = makeTestingSets(TableSize, NumTables, Hit(), Access());
121 return "BM_Find" + Hit::name() + Access::name() + baseName();
125 template <class Hit, class Access>
130 auto Data = makeTestingSets(TableSize, NumTables, Hit(), Access())
    [all...]
map.bench.cpp 28 enum class Mode { Hit, Miss };
71 R.Keys.push_back(mode == Mode::Hit ? 2 * I + 2 : 2 * I + 1);
114 auto Data = makeTestingSets(MapSize, Mode::Hit, Shuffle::None, 1);
135 auto Data = makeTestingSets(MapSize, Mode::Hit, Shuffle::None, 1);
156 auto Data = makeTestingSets(MapSize, Mode::Hit, Shuffle::None, 1000);
163 Data = makeTestingSets(MapSize, Mode::Hit, Shuffle::None, 1000);
179 auto Data = makeTestingSets(MapSize, Mode::Hit, Shuffle::None, 1);
198 auto Data = makeTestingSets(MapSize, Mode::Hit, Shuffle::None, 1);
221 auto Data = makeTestingSets(MapSize, Mode::Hit, Shuffle::None, 1000);
228 Data = makeTestingSets(MapSize, Mode::Hit, Shuffle::None, 1000)
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/vim/indent/
llvm.vim 58 " Hit the start of the file, use zero indent.
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
SourceCoverageViewHTML.cpp 341 auto AddCoverageTripleToColumn = [&Columns](unsigned Hit, unsigned Total,
350 RSO << '(' << Hit << '/' << Total << ')';
353 if (Hit == Total)
  /src/sys/arch/m68k/m68k/
pmap_motorola.c 145 #error Hit the road, Jack...
2435 * found. Cache a hit to speed future lookups.
2884 * prevent a cache hit on the old, read-only PTE.
pmap_68k.c 240 #error Hit the road, Jack...
429 EVCNT_INITIALIZER(EVCNT_TYPE_MISC, NULL, "pmap pt_cache", "hit");
475 EVCNT_INITIALIZER(EVCNT_TYPE_MISC, NULL, "pmap prm", "lookup pg hit");
1707 * Address Translation General Flowchart, ATC hit, B==1 case, as well
2798 * XXX hit the ATC after setting the new PTE anyway.
2888 * See comments in pmap_pv_enter() for why we have to hit
2951 * See comments in pmap_pv_enter() as for why we hit the ATC here.
3679 * a cache hit on the old, read-only PTE.
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
iteration.d 6783 // no hit
6816 typeof(R.init.take(0)) skip; // skip before next hit
6817 alias Hit = size_t; // 0 iff no hit, otherwise hit in needles[index-1]
6818 alias E = Tuple!(typeof(skip), Hit);
6819 Hit hitNr; // hit number: 0 means no hit, otherwise index+1 to needles that matched
6820 bool hasHit; // is there a replacement hit which should be printed
    [all...]

Completed in 30 milliseconds