Home
last modified time | relevance | path

Searched full:branches (Results 1 – 25 of 1356) sorted by relevance

12345678910>>...55

/third_party/flutter/skia/src/core/
DSkRTree.cpp23 SkTDArray<Branch> branches; in insert() local
24 branches.setReserve(N); in insert()
32 Branch* b = branches.push(); in insert()
37 fCount = branches.count(); in insert()
43 n->fChildren[0] = branches[0]; in insert()
45 fRoot.fBounds = branches[0].fBounds; in insert()
48 fRoot = this->bulkLoad(&branches); in insert()
63 int SkRTree::CountNodes(int branches) { in CountNodes() argument
64 if (branches == 1) { in CountNodes()
67 int numBranches = branches / kMaxChildren; in CountNodes()
[all …]
/third_party/skia/src/core/
DSkRTree.cpp15 std::vector<Branch> branches; in insert() local
16 branches.reserve(N); in insert()
27 branches.push_back(b); in insert()
30 fCount = (int)branches.size(); in insert()
36 n->fChildren[0] = branches[0]; in insert()
38 fRoot.fBounds = branches[0].fBounds; in insert()
41 fRoot = this->bulkLoad(&branches); in insert()
57 int SkRTree::CountNodes(int branches) { in CountNodes() argument
58 if (branches == 1) { in CountNodes()
61 int numBranches = branches / kMaxChildren; in CountNodes()
[all …]
/third_party/node/doc/guides/
Dmaintaining-V8.md8 to support. V8 branches in Node.js lack of an official maintenance process due
12 a workflow for maintaining the V8 branches in both Node.js LTS and current
19 there are three V8 branches that are **active**.
31 All older branches are abandoned and are not maintained by the V8 team.
35 The process for backporting bug fixes to active branches is officially
38 * V8 only supports active branches. There is no testing done on any branches
53 At any given time Node.js needs to be maintaining a few different V8 branches
55 includes the following branches<sup>1</sup>:
146 these branches for many months (Current branches) or several
147 years (LTS branches).
[all …]
/third_party/skia/third_party/externals/tint/tools/src/cmd/roll-release/
Dmain.go15 // roll-release is a tool to roll changes in Tint release branches into Dawn,
16 // and create new Tint release branches.
55 type branches = map[string]plumbing.Hash talias
66 %[1]v is a tool to synchronize Dawn's release branches with Tint.
68 %[1]v will scan the release branches of both Dawn and Tint, and will:
71 * Find and create missing Tint release branches, using the git hash of Tint in
94 // To create new release branches in Tint, we use 'go-git', so we need to
103 // Using in-memory repos, find all the tint and dawn release branches
104 log.Println("Inspecting dawn and tint release branches...")
106 var tintBranches, dawnBranches branches
[all …]
/third_party/flutter/skia/third_party/externals/angle2/doc/
DChoosingANGLEBranch.md11 Branches are created automatically in ANGLE to correspond to branches created in
12 Chromium. These branches are named `chromium/####`, where the number is the
13 matching Chromium branch. These branches will be created from the revision which
17 (http://src.chromium.org/viewvc/chrome/branches/2013/src/DEPS?revision=272741)
23 stable Chromium release channel build, as those branches will be deployed with
26 branches will be short-lived.
33 In order to determine which branches are used by Chromium releases, please use
40 ## Updates to release branches
44 fixes for those bugs will be applied to the ANGLE branches for uptake by
/third_party/skia/third_party/externals/angle2/doc/
DChoosingANGLEBranch.md11 Branches are created automatically in ANGLE to correspond to branches created in
12 Chromium. These branches are named `chromium/####`, where the number is the
13 matching Chromium branch. These branches will be created from the revision which
17 (http://src.chromium.org/viewvc/chrome/branches/2013/src/DEPS?revision=272741)
23 stable Chromium release channel build, as those branches will be deployed with
26 branches will be short-lived.
33 In order to determine which branches are used by Chromium releases, please use
40 ## Updates to release branches
44 fixes for those bugs will be applied to the ANGLE branches for uptake by
/third_party/mbedtls/
DCONTRIBUTING.md28 …n development branch and in LTS (Long Term Support) branches, as described in [BRANCHES.md](BRANCH…
40 Long Term Support Branches
42branches, which are maintained continuously for a given period. The LTS branches are provided to a…
44 When backporting to these branches please observe the following rules:
50 It would be highly appreciated if contributions are backported to LTS branches in addition to the […
52 The list of maintained branches can be found in the [Current Branches section
53 of BRANCHES.md](BRANCHES.md#current-branches).
DBRANCHES.md1 # Maintained branches
3 At any point in time, we have a number of maintained branches consisting of:
15 - One or more long-time support (LTS) branches:
22 ABI compatibility within LTS branches; see the next section for details.
53 ## Long-time support branches
55 For the LTS branches, additionally we try very hard to also maintain ABI
67 ## Current Branches
69 The following branches are currently maintained:
DSECURITY.md16 ## Maintained branches
18 Only the maintained branches, as listed in [`BRANCHES.md`](BRANCHES.md),
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/opt/
Dflags.py62 '--eliminate-dead-branches',
86 'eliminate-dead-branches',
142 'eliminate-dead-branches',
161 'eliminate-dead-branches',
174 'eliminate-dead-branches',
182 'eliminate-dead-branches',
200 'eliminate-dead-branches',
209 'eliminate-dead-branches',
216 'eliminate-dead-branches',
248 'eliminate-dead-branches',
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/tools/opt/
Dflags.py62 '--eliminate-dead-branches',
86 'eliminate-dead-branches',
142 'eliminate-dead-branches',
161 'eliminate-dead-branches',
174 'eliminate-dead-branches',
182 'eliminate-dead-branches',
200 'eliminate-dead-branches',
209 'eliminate-dead-branches',
216 'eliminate-dead-branches',
248 'eliminate-dead-branches',
[all …]
/third_party/spirv-tools/test/tools/opt/
Dflags.py62 '--eliminate-dead-branches',
86 'eliminate-dead-branches',
142 'eliminate-dead-branches',
161 'eliminate-dead-branches',
174 'eliminate-dead-branches',
182 'eliminate-dead-branches',
200 'eliminate-dead-branches',
209 'eliminate-dead-branches',
216 'eliminate-dead-branches',
248 'eliminate-dead-branches',
[all …]
/third_party/abseil-cpp/
DLTS.md1 # Long Term Support (LTS) Branches
4 Long Term Support (LTS) branches. An LTS branch allows you to use a known
9 ## LTS Branches
11 The following lists LTS branches and the dates on which they have been released:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp9 // This pass makes sure that all branches are in range. There are several ways
11 // branches are in range and successively replace those that turn out not
14 // branches until no more changes are needed and a fixed point is reached.
20 // An alternative approach is to assume that all branches must be
22 // branches that, even under this pessimistic assumption, turn out to be
34 // On SystemZ, long branches are only needed for functions bigger than 64k,
39 // (1) Work out the address that each block would have if no branches
40 // need relaxing. Exit the pass early if all branches are in range
43 // (2) Work out the address that each block would have if all branches
47 // and relaxing those that need to be relaxed. For backward branches,
[all …]
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/graphicsfuzz/
Dcov-for-loop-struct-as-iterator.amber26 # '--eliminate-dead-branches'
29 # '--eliminate-dead-branches'
32 # '--eliminate-dead-branches'
41 # '--eliminate-dead-branches'
44 # '--eliminate-dead-branches'
45 # '--eliminate-dead-branches'
47 # '--eliminate-dead-branches'
Dcov-vector-illegal-index-never-executed.amber30 # '--eliminate-dead-branches'
37 # '--eliminate-dead-branches'
38 # '--eliminate-dead-branches'
44 # '--eliminate-dead-branches'
46 # '--eliminate-dead-branches'
49 # '--eliminate-dead-branches'
52 # '--eliminate-dead-branches'
Dalways-false-if-in-do-while.amber26 # '--eliminate-dead-branches'
32 # '--eliminate-dead-branches'
35 # '--eliminate-dead-branches'
42 # '--eliminate-dead-branches'
44 # '--eliminate-dead-branches'
49 # '--eliminate-dead-branches'
Dunreachable-return-in-loop.amber30 # '--eliminate-dead-branches'
34 # '--eliminate-dead-branches'
38 # '--eliminate-dead-branches'
43 # '--eliminate-dead-branches'
45 # '--eliminate-dead-branches'
Dcov-loops-same-code-outside-loop.amber28 # '--eliminate-dead-branches'
30 # '--eliminate-dead-branches'
33 # '--eliminate-dead-branches'
34 # '--eliminate-dead-branches'
48 # '--eliminate-dead-branches'
50 # '--eliminate-dead-branches'
53 # '--eliminate-dead-branches'
56 # '--eliminate-dead-branches'
Dint-mat2-struct.amber26 # '--eliminate-dead-branches'
32 # '--eliminate-dead-branches'
33 # '--eliminate-dead-branches'
42 # '--eliminate-dead-branches'
44 # '--eliminate-dead-branches'
51 # '--eliminate-dead-branches'
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCFixupKinds.h19 // 24-bit PC relative relocation for direct branches like 'b' and 'bl'.
22 /// 14-bit PC relative relocation for conditional branches.
25 /// 24-bit absolute relocation for direct branches like 'ba' and 'bla'.
28 /// 14-bit absolute relocation for conditional branches.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCBranchFinalize.cpp1 //===- ARCBranchFinalize.cpp - ARC conditional branches ---------*- C++ -*-===//
9 // This pass takes existing conditional branches and expands them into longer
10 // range conditional branches.
63 "ARC finalize branches", false, false)
66 "ARC finalize branches", false, false) in INITIALIZE_PASS_DEPENDENCY()
146 std::vector<MachineInstr *> Branches; in runOnMachineFunction() local
164 Branches.push_back(&MI); in runOnMachineFunction()
/third_party/elfio/.github/workflows/
Dcodeql-analysis.yml5 branches: [main]
7 # The branches below must be a subset of the branches above
8 branches: [master]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DSimpleLoopUnswitch.h19 /// This pass transforms loops that contain branches or switches on loop-
52 /// This pass always does trivial, full unswitching for both branches and
53 /// switches. For branches, it also always does trivial, partial unswitching.
56 /// additionally do non-trivial, full unswitching for branches and switches, and
57 /// will do non-trivial, partial unswitching for branches.
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_emulate_branches.c52 struct branch_info * Branches; member
64 s->Branches, s->BranchCount, s->BranchReserved, 1); in handle_if()
68 branch = &s->Branches[s->BranchCount++]; in handle_if()
73 * it at ENDIF time and it might be overwritten in both branches. */ in handle_if()
93 rc_error(s->C, "Encountered ELSE outside of branches"); in handle_else()
99 branch = &s->Branches[s->BranchCount - 1]; in handle_else()
204 rc_error(s->C, "Encountered ENDIF outside of branches"); in handle_endif()
210 branch = &s->Branches[s->BranchCount - 1]; in handle_endif()
305 * Remove branch instructions; instead, execute both branches

12345678910>>...55