Home
last modified time | relevance | path

Searched refs:merges (Results 1 – 25 of 50) sorted by relevance

12

/external/fio/
Ddiskutil.c67 (unsigned long long *) &dus->s.merges[0], in get_io_ticks()
71 (unsigned long long *) &dus->s.merges[1], in get_io_ticks()
101 dus->s.merges[0] += (__dus.s.merges[0] - ldus->s.merges[0]); in update_io_tick_disk()
102 dus->s.merges[1] += (__dus.s.merges[1] - ldus->s.merges[1]); in update_io_tick_disk()
503 (unsigned long long) agg->merges[0] / agg->slavecount, in show_agg_stats()
504 (unsigned long long) agg->merges[1] / agg->slavecount, in show_agg_stats()
513 (unsigned long long) agg->merges[0] / agg->slavecount, in show_agg_stats()
514 (unsigned long long) agg->merges[1] / agg->slavecount, in show_agg_stats()
535 agg->merges[0] += dus->s.merges[0]; in aggregate_slaves_stats()
536 agg->merges[1] += dus->s.merges[1]; in aggregate_slaves_stats()
[all …]
Ddiskutil.h11 uint64_t merges[2]; member
29 uint64_t merges[2]; member
Dclient.c1094 agg->merges[i] = le64_to_cpu(agg->merges[i]); in convert_agg()
1111 dus->s.merges[i] = le64_to_cpu(dus->s.merges[i]); in convert_dus()
/external/v8/tools/release/
Dmergeinfo.py34 merges = get_related_commits_not_on_master(git_working_dir, hash_to_search)
38 return ([merge_commit for merge_commit in merges
88 merges = get_merge_commits(git_working_dir, hash_to_search)
89 for currentMerge in merges:
Dtest_mergeinfo.py146 merges = mergeinfo.get_merge_commits(self.base_dir, hash_of_first_commit)
148 self.assertTrue(hash_of_followup not in merges)
151 self.assertTrue(hash_of_hit in merges)
152 self.assertTrue(hash_of_ignored not in merges)
/external/v8/
DWATCHLISTS63 'merges': {
96 'merges': [
98 'v8-merges@googlegroups.com',
/external/fio/t/
Dbtrace2fio.c40 int merges; member
50 unsigned long merges[DDIR_RWDIR_CNT]; member
161 i->p->o.merges[rw]++; in inflight_merge()
618 ios[i] += o->ios[i] + o->merges[i]; in __output_p_ascii()
622 perc = ((float) o->merges[i] * 100.0) / (float) total; in __output_p_ascii()
623 printf("\tmerges: %lu (perc=%3.2f%%)\n", o->merges[i], perc); in __output_p_ascii()
894 bsa[a].merges += bsb[b].merges; in merge_bs()
927 oa->merges[i] += ob->merges[i]; in merge_entries()
/external/v8/tools/
Dv8-info.sh126 merges=$(echo $merge | grep -o "r[0-9]\+")
128 echo $rev r$svn $merges
/external/llvm/test/Transforms/LoopSimplify/
Dpr26682.ll7 ; Check that loop-simplify merges two loop exits, but preserves LCSSA form.
/external/linux-kselftest/android/patches/
DREADME3 repository are kept here to make future merges easier.
/external/llvm/lib/Target/
DLLVMBuild.txt18 ; Please keep these as one per line so that out-of-tree merges
/external/llvm/test/Transforms/InstCombine/
Dfold-phi-load-metadata.ll8 ; Check that instcombine preserves metadata when it merges two loads.
/external/jsilver/src/com/google/clearsilver/jsilver/precompiler/
Dcompile_cs59 This rule merges multiple compile_cs output libraries and maps into one Java
/external/llvm/test/Transforms/LoopUnroll/
D2011-08-09-PhiUpdate.ll12 ; Check that the loop exit merges values from all the iterations. This
/external/swiftshader/third_party/LLVM/test/Transforms/LoopUnroll/
D2011-08-09-PhiUpdate.ll12 ; Check that the loop exit merges values from all the iterations. This
Dscevunroll.ll134 ; When loop unroll merges a loop exit with one of its parent loop's
/external/python/cpython2/Objects/
Dlistsort.txt196 merges (*sort, !sort) need all N//2 temp slots (or almost all). ~sort
197 also ends up doing balanced merges, but systematically benefits a lot from
242 the same length) merges, which is the most efficient way to proceed when
262 here, so that the merges end up perfectly balanced (see next section). We
276 balanced merges (see next section), leaving runs of lengths 2048 and 64 to
283 runs each of length 33, and then all merges are perfectly balanced. Better!
369 trigger 7 perfectly balanced merges.
375 then we get a sequence of perfectly balanced merges (with, perhaps, some
566 to galloping mode (and again both within a merge and across merges). For
/external/valgrind/docs/internals/
DMERGE_3_10_1.txt2 A record of merges from trunk to 3.10.1. "NO_MERGE" identifies commits
/external/webrtc/webrtc/build/
Disolate.gypi116 # Note: When gyp merges lists, it appends them to the old value.
/external/skia/site/dev/sheriffing/
Dandroid.md18 1) Monitor and approve the semi-autonomous [git merges](https://googleplex-android-review.git.corp.…
/external/clang/test/Modules/
Dredecl-merge.m80 // FIXME: Typedefs aren't actually merged in the sense of other merges, because
/external/webrtc/talk/build/
Disolate.gypi134 # Note: When gyp merges lists, it appends them to the old value.
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ra.cpp809 std::list<Instruction *> merges; member in nv50_ir::GCRA
1081 merges.push_back(insn); in doCoalesce()
1547 merges.clear(); in cleanup()
1894 for (std::list<Instruction *>::iterator it = merges.begin(); in resolveSplitsAndMerges()
1895 it != merges.end(); in resolveSplitsAndMerges()
1916 merges.clear(); in resolveSplitsAndMerges()
/external/llvm/docs/CommandGuide/
Dllvm-profdata.rst37 generated by PGO instrumentation and merges them together into a single
/external/syslinux/core/lwip/doc/
Dsavannah.txt94 to this merge point, so we can use this point for future merges:

12