Home
last modified time | relevance | path

Searched refs:branches (Results 1 – 25 of 220) sorted by relevance

123456789

/external/llvm/test/tools/llvm-cov/Inputs/
Dtest_-b_-f.output3 No branches
8 No branches
13 No branches
18 No branches
23 No branches
28 No branches
45 No branches
50 No branches
62 No branches
Dtest_-b.output10 No branches
/external/llvm/test/MC/ARM/
Dthumb2-branches.s4 @ unconditional branches accept narrow suffix and encode to short encodings
14 @ unconditional branches accept wide suffix and encode to wide encodings
28 @ unconditional branches without width suffix encode depending of offset size
46 @ unconditional branches with width narrow suffix in IT block
60 @ unconditional branches with wide suffix in IT block
82 @ conditional branches accept narrow suffix and encode to short encodings
92 @ unconditional branches accept wide suffix and encode to wide encodings
106 @ unconditional branches without width suffix encode depending of offset size
147 @ unconditional branches accept narrow suffix and encode to short encodings
157 @ unconditional branches accept wide suffix and encode to wide encodings
[all …]
/external/skia/src/core/
DSkRTree.cpp317 SkRTree::Branch SkRTree::bulkLoad(SkTDArray<Branch>* branches, int level) { in bulkLoad() argument
318 if (branches->count() == 1) { in bulkLoad()
320 Branch out = (*branches)[0]; in bulkLoad()
321 branches->rewind(); in bulkLoad()
330 SkTQSort(branches->begin(), branches->end() - 1, RectLessY()); in bulkLoad()
333 int numBranches = branches->count() / fMaxChildren; in bulkLoad()
334 int remainder = branches->count() % fMaxChildren; in bulkLoad()
360 if (end > branches->count()) { in bulkLoad()
361 end = branches->count(); in bulkLoad()
365 SkTQSort(branches->begin() + begin, branches->begin() + end - 1, RectLessX()); in bulkLoad()
[all …]
/external/chromium_org/third_party/skia/src/core/
DSkRTree.cpp324 SkRTree::Branch SkRTree::bulkLoad(SkTDArray<Branch>* branches, int level) { in bulkLoad() argument
325 if (branches->count() == 1) { in bulkLoad()
327 Branch out = (*branches)[0]; in bulkLoad()
328 branches->rewind(); in bulkLoad()
337 SkTQSort(branches->begin(), branches->end() - 1, RectLessY()); in bulkLoad()
340 int numBranches = branches->count() / fMaxChildren; in bulkLoad()
341 int remainder = branches->count() % fMaxChildren; in bulkLoad()
367 if (end > branches->count()) { in bulkLoad()
368 end = branches->count(); in bulkLoad()
372 SkTQSort(branches->begin() + begin, branches->begin() + end - 1, RectLessX()); in bulkLoad()
[all …]
/external/chromium_org/v8/tools/push-to-trunk/
Dreleases.py55 def SortBranches(branches): argument
57 return sorted(branches, key=SortingKey, reverse=True)
234 branches = filter(lambda s: re.match(r"^svn/\d+\.\d+$", s),
237 branches = map(lambda s: s[4:], branches)
244 beta, stable = SortBranches(branches)[0:2]
251 for branch in branches:
257 assert self._options.branch in branches + ["trunk", "bleeding_edge"]
362 branches = filter(lambda r: re.match(r"branch-heads/\d+", r),
366 branches = map(lambda r: int(re.match(r"branch-heads/(\d+)", r).group(1)),
367 branches)
[all …]
/external/llvm/utils/release/
Dtag.sh37 if svn ls $base_url/$proj/branches/release_$release > /dev/null 2>&1 ; then
42 $base_url/$proj/branches/release_$release
46 $base_url/$proj/branches/release_$release
59 $base_url/$proj/branches/release_$release \
/external/oprofile/events/i386/athlon/
Devents13 event:0xc2 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_BRANCHES : Retired branches (condition…
14 …ters:0,1,2,3 um:zero minimum:500 name:RETIRED_BRANCHES_MISPREDICTED : Retired branches mispredicted
15 event:0xc4 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_TAKEN_BRANCHES : Retired taken branches
16 … um:zero minimum:500 name:RETIRED_TAKEN_BRANCHES_MISPREDICTED : Retired taken branches mispredicted
23 …mum:500 name:RETIRED_RESYNC_BRANCHES : Retired resync branches (only non-control transfer branches
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
Dsummary.py15 self.branches = coverage.data.has_arcs()
32 if self.branches:
59 if self.branches:
76 if self.branches:
/external/llvm/test/CodeGen/ARM/
Dindirectbr-3.ll4 ; for blocks with indirect branches, the IfConverter could end up deleting
5 ; blocks that were the destinations of indirect branches, leaving branches to
/external/valgrind/main/none/tests/mips32/
DMakefile.am8 branches.stdout.exp branches.stderr.exp branches.vgtest \
42 branches \ program
Dbranches.vgtest1 prog: branches
/external/oprofile/events/i386/westmere/
Dunit_masks29 0x02 direct Unconditional branches executed
30 0x04 indirect_non_call Indirect non call branches executed
31 0x07 non_calls All non call branches executed
32 0x08 return_near Indirect return branches executed
33 0x10 direct_near_call Unconditional call branches executed
34 0x20 indirect_near_call Indirect call branches executed
35 0x30 near_calls Call branches executed
36 0x40 taken Taken branches executed
43 0x01 cond Mispredicted conditional branches executed
44 0x02 direct Mispredicted unconditional branches executed
[all …]
/external/valgrind/main/none/tests/mips64/
DMakefile.am12 branches.stdout.exp branches.stderr.exp branches.vgtest \
61 branches \ program
Dbranches.vgtest1 prog: branches
/external/llvm/docs/
DHowToReleaseLLVM.rst95 numbers. The branches should be created using the following commands:
100 https://llvm.org/svn/llvm-project/llvm/branches/release_XY
103 https://llvm.org/svn/llvm-project/cfe/branches/release_XY
106 https://llvm.org/svn/llvm-project/dragonegg/branches/release_XY
109 https://llvm.org/svn/llvm-project/test-suite/branches/release_XY
120 $ svn co https://llvm.org/svn/llvm-project/llvm/branches/release_XY llvm-X.Y
122 $ svn co https://llvm.org/svn/llvm-project/cfe/branches/release_XY clang-X.Y
124 $ svn co https://llvm.org/svn/llvm-project/dragonegg/branches/release_XY dragonegg-X.Y
126 $ svn co https://llvm.org/svn/llvm-project/test-suite/branches/release_XY test-suite-X.Y
131 After creating the LLVM release branch, update the release branches'
[all …]
/external/vixl/tools/
Dgit.py35 status, branches = util.getstatusoutput('git branch')
37 match = re.search("^\* (.*)$", branches, re.MULTILINE)
/external/oprofile/events/i386/p4-ht/
Devents7 event:0x01 counters:3 um:branch_retired minimum:6000 name:BRANCH_RETIRED : retired branches
8 … um:mispred_branch_retired minimum:6000 name:MISPRED_BRANCH_RETIRED : retired mispredicted branches
25 event:0x27 counters:1 um:branch_type minimum:6000 name:RETIRED_BRANCH_TYPE : retired branches, sele…
/external/valgrind/main/docs/internals/
Drelease-HOWTO.txt147 branches too. Useful examples (X.Y.0 major release):
151 svn copy trunk branches/VALGRIND_3_3_BRANCH
155 svn copy trunk branches/VEX_3_3_BRANCH
161 cd branches/VALGRIND_3_3_BRANCH
163 "VEX svn://svn.valgrind.org/vex/branches/VEX_3_3_BRANCH" .
168 svn copy branches/VEX_3_6_BRANCH tags/VEX_3_6_1
171 svn copy branches/VALGRIND_3_6_BRANCH tags/VALGRIND_3_6_1
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
Dperf-record.txt169 taken branches. The number of branches captured with each sample depends on the
170 underlying hardware, the type of branches of interest, and the executed code.
171 It is possible to select the types of branches captured by enabling filters. The
174 - any: any type of branches
/external/oprofile/events/i386/ppro/
Devents61 …ounters:0,1 um:zero minimum:500 name:BR_MISS_PRED_RETIRED : number of mispredicted branches retired
62 event:0xc9 counters:0,1 um:zero minimum:500 name:BR_TAKEN_RETIRED : number of taken branches retired
63 …1 um:zero minimum:500 name:BR_MISS_PRED_TAKEN_RET : number of taken mispredictions branches retired
65 event:0xe2 counters:0,1 um:zero minimum:500 name:BTB_MISSES : number of branches that miss the BTB
66 event:0xe4 counters:0,1 um:zero minimum:500 name:BR_BOGUS : number of bogus branches
/external/apache-harmony/
DREADME.android5 svn co http://svn.apache.org/repos/asf/harmony/enhanced/java/branches/java6/classlib/modules .
/external/oprofile/events/i386/p4/
Devents7 event:0x01 counters:3,7 um:branch_retired minimum:3000 name:BRANCH_RETIRED : retired branches
8 … um:mispred_branch_retired minimum:3000 name:MISPRED_BRANCH_RETIRED : retired mispredicted branches
31 event:0x27 counters:1,5 um:branch_type minimum:3000 name:RETIRED_BRANCH_TYPE : retired branches, se…
/external/oprofile/events/i386/pii/
Devents61 …ounters:0,1 um:zero minimum:500 name:BR_MISS_PRED_RETIRED : number of mispredicted branches retired
62 event:0xc9 counters:0,1 um:zero minimum:500 name:BR_TAKEN_RETIRED : number of taken branches retired
63 …1 um:zero minimum:500 name:BR_MISS_PRED_TAKEN_RET : number of taken mispredictions branches retired
65 event:0xe2 counters:0,1 um:zero minimum:500 name:BTB_MISSES : number of branches that miss the BTB
66 event:0xe4 counters:0,1 um:zero minimum:500 name:BR_BOGUS : number of bogus branches
/external/oprofile/events/i386/piii/
Devents65 …ounters:0,1 um:zero minimum:500 name:BR_MISS_PRED_RETIRED : number of mispredicted branches retired
66 event:0xc9 counters:0,1 um:zero minimum:500 name:BR_TAKEN_RETIRED : number of taken branches retired
67 …1 um:zero minimum:500 name:BR_MISS_PRED_TAKEN_RET : number of taken mispredictions branches retired
69 event:0xe2 counters:0,1 um:zero minimum:500 name:BTB_MISSES : number of branches that miss the BTB
70 event:0xe4 counters:0,1 um:zero minimum:500 name:BR_BOGUS : number of bogus branches

123456789