Home
last modified time | relevance | path

Searched +full:- +full:- +full:single +full:- +full:branch (Results 1 – 25 of 1097) sorted by relevance

12345678910>>...44

/external/python/cpython3/.azure-pipelines/windows-release/
Dcheckout.yml5 - checkout: none
7 - script: git clone --progress -v --depth ${{ parameters.depth }} --branch $(SourceTag) --single-br…
11 - script: git clone --progress -v --depth ${{ parameters.depth }} --branch $(SourceTag) --single-br…
15 - script: git clone --progress -v --depth ${{ parameters.depth }} --branch $(Build.SourceBranchName…
19 - script: git clone --progress -v --depth ${{ parameters.depth }} --branch $(Build.SourceBranchName…
/external/oss-fuzz/projects/ghostscript/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
19 RUN apt-get update && apt-get install -y autoconf zlibc libtool liblcms2-dev libpng-dev
20 RUN git clone --branch branch-2.2 --single-branch --depth 1 https://github.com/apple/cups.git cups
21 RUN git clone --branch VER-2-10-1 --single-branch --depth 1 https://git.savannah.gnu.org/git/freety…
22 RUN git clone --single-branch --depth 1 git://git.ghostscript.com/ghostpdl.git ghostpdl
/external/sdv/vsomeip/third_party/boost/type_traits/
DREADME.md4 The Boost type-traits library contains a set of very specific traits classes, each of which encapsu…
5 …ype a pointer or a reference type? Or does a type have a trivial constructor, or a const-qualifier?
7 The type-traits classes share a unified design: each class inherits from the type true_type if the …
9 The type-traits library also contains a set of classes that perform a specific transformation on a …
10 volatile qualifier from a type. Each class that performs a transformation defines a single typedef-
15 |------------------|----------|-------------|
16-ci.org/boostorg/type_traits.svg?branch=master)](https://travis-ci.org/boostorg/type_traits) | […
17branch/master?svg=true)](https://ci.appveyor.com/project/jzmaddock/type-traits/branch/master) | [!…
28 …ng-list specific to Boost TypeTraits, although you can use the general-purpose Boost [mailing-list…
33 …jects as submodules ([see boost+git doc](https://github.com/boostorg/boost/wiki/Getting-Started)):
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmerge_return_pass.h7 // http://www.apache.org/licenses/LICENSE-2.0
35 * post-dominated by the merge block, except return blocks and break blocks.
47 * with a branch. If current block is not within structured control flow, this
48 * is the final return. This block should branch to the new return block (its
50 * the branch destination should be the innermost construct's merge. This
51 * merge will always exist because a single case switch is added around the
54 * predication path should branch to the merge block of the inner-most loop
56 * been exited, it will be at the merge of the single case switch, which will
76 * 0 (single case switch header)
86 * (ret) 4 (single case switch merge)
[all …]
Ddead_branch_elim_pass.h9 // http://www.apache.org/licenses/LICENSE-2.0
43 const char* name() const override { return "eliminate-dead-branches"; } in name()
57 // If |valId| is a 32-bit integer constant, return value via |value| and
61 // Add branch to |labelId| to end of block |bp|.
65 // and convert to a Branch to the indicated label. Delete resulting dead
68 // TODO(greg-lunarg): Remove remaining constant conditional branches and dead
75 // up-to-date during processing.
99 // edges are present. If the block now only has a single live incoming edge,
100 // remove the phi and replace its uses with its data input. If the single
102 // unreachable single block loop. Either the block is dead and will be
[all …]
/external/angle/third_party/spirv-tools/src/source/opt/
Dmerge_return_pass.h7 // http://www.apache.org/licenses/LICENSE-2.0
35 * post-dominated by the merge block, except return blocks and break blocks.
47 * with a branch. If current block is not within structured control flow, this
48 * is the final return. This block should branch to the new return block (its
50 * the branch destination should be the innermost construct's merge. This
51 * merge will always exist because a single case switch is added around the
54 * predication path should branch to the merge block of the inner-most loop
56 * been exited, it will be at the merge of the single case switch, which will
76 * 0 (single case switch header)
86 * (ret) 4 (single case switch merge)
[all …]
Ddead_branch_elim_pass.h9 // http://www.apache.org/licenses/LICENSE-2.0
43 const char* name() const override { return "eliminate-dead-branches"; } in name()
57 // If |valId| is a 32-bit integer constant, return value via |value| and
61 // Add branch to |labelId| to end of block |bp|.
65 // and convert to a Branch to the indicated label. Delete resulting dead
68 // TODO(greg-lunarg): Remove remaining constant conditional branches and dead
75 // up-to-date during processing.
99 // edges are present. If the block now only has a single live incoming edge,
100 // remove the phi and replace its uses with its data input. If the single
102 // unreachable single block loop. Either the block is dead and will be
[all …]
/external/deqp-deps/SPIRV-Tools/source/opt/
Dmerge_return_pass.h7 // http://www.apache.org/licenses/LICENSE-2.0
35 * post-dominated by the merge block, except return blocks and break blocks.
47 * with a branch. If current block is not within structured control flow, this
48 * is the final return. This block should branch to the new return block (its
50 * the branch destination should be the innermost construct's merge. This
51 * merge will always exist because a single case switch is added around the
54 * predication path should branch to the merge block of the inner-most loop
56 * been exited, it will be at the merge of the single case switch, which will
76 * 0 (single case switch header)
86 * (ret) 4 (single case switch merge)
[all …]
Ddead_branch_elim_pass.h9 // http://www.apache.org/licenses/LICENSE-2.0
43 const char* name() const override { return "eliminate-dead-branches"; } in name()
57 // If |valId| is a 32-bit integer constant, return value via |value| and
61 // Add branch to |labelId| to end of block |bp|.
65 // and convert to a Branch to the indicated label. Delete resulting dead
68 // TODO(greg-lunarg): Remove remaining constant conditional branches and dead
75 // up-to-date during processing.
99 // edges are present. If the block now only has a single live incoming edge,
100 // remove the phi and replace its uses with its data input. If the single
102 // unreachable single block loop. Either the block is dead and will be
[all …]
/external/rust/crates/gdbstub_arch/src/aarch64/reg/
Did.rs8 /// - individual variants for those described in section B1.2. _Registers in
12 /// - a generic variant for system registers, accessed through MSR/MRS
15 /// trace registers_) or `0b11` (_Non-debug System registers_ and
16 /// _Special-purpose registers_), as `0b0x` do not encode registers;
17 /// - a variant for the abstraction of process state information, `PSTATE`
18 /// (section D1.4.), which should be preferred over field-specific
19 /// special-purpose registers (`NZCV`, `DAIF`, ...)
22 /// the `System` variant. When those aren't available (_e.g._ for newly-added
27 /// To future-proof and greatly simplify the implementation, the target's XML
28 /// must encode system registers by using their 16-bit encoding as the `regnum`
[all …]
/external/mesa3d/src/panfrost/compiler/valhall/test/
Dnegative-cases.txt3 BRANCH
4 BRANCH #0
5 BRANCH #0, offset:
6 BRANCH u0, offset:-123456789
7 BRANCH u0, offset:123456789
15 # An instruction may access no more than a single 64-bit uniform slot.
20 # An instruction may access no more than 64-bits of combined uniforms and constants.
25 # An instruction may access no more than a single special immediate (e.g. lane_id).
/external/oss-fuzz/projects/qubes-os/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
19 RUN apt-get update && apt-get -y install build-essential automake libtool git python libsystemd-dev
21 WORKDIR qubes-os
23 RUN git clone --single-branch https://github.com/QubesOS/qubes-app-linux-input-proxy $SRC/qubes-os/…
25 RUN git clone --single-branch https://github.com/QubesOS/qubes-core-qubesdb $SRC/qubes-os/qubes-cor…
27 RUN git clone --single-branch https://github.com/QubesOS/qubes-core-qrexec $SRC/qubes-os/qubes-core
/external/angle/doc/
DBranchingAndRolling.md1 # How to Branch and Roll Chromium's ANGLE Dependency
4 uses (i.e. depends upon) other third-party software that comes from different repositories. ANGLE s…
10 This document describes how to update those dependencies, and, if necessary, create an ANGLE branch
13 ANGLE's commit queue also runs browser-level tests which are hosted in
14 the Chromium repository. To reduce the chance of a Chromium-side
23 All of the ANGLE-related autorollers are documented in the [ANGLE Wrangling documentation](../infra…
31 …* Change the [git SHA-1 revision number](http://git-scm.com/book/ch6-1.html) to be that of the com…
32 on which to depend upon (Note: use the full SHA-1, not a
34 * You can find the SHA-1 for a particular commit with `git log` on the appropriate branch of the
36 …r](https://chromium.googlesource.com/angle/angle), you will need to select the branch whose log you
[all …]
/external/oss-fuzz/projects/libtorrent/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && apt-get install -y wget libssl-dev
20 RUN git clone --depth 1 --single-branch --branch boost-1.73.0 --recurse-submodules https://github.c…
22 RUN git clone --depth 1 --single-branch --branch RC_2_0 --recurse-submodules https://github.com/arv…
/external/oss-fuzz/projects/janus-gateway/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && apt-get install -y \
19 autoconf autoconf-archive \
22 gtk-doc-tools \
23 libconfig-dev \
24 libglib2.0-dev \
25 libgnutls28-dev \
26 libini-config-dev \
27 libjansson-dev \
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/isismtt/
DISISMTTObjectIdentifiers.java6 * ISISMT -- Industrial Signature Interoperability Specification
15 static final ASN1ObjectIdentifier id_isismtt_cp = id_isismtt.branch("1");
18 * The id-isismtt-cp-accredited OID indicates that the certificate is a
27 static final ASN1ObjectIdentifier id_isismtt_cp_accredited = id_isismtt_cp.branch("1");
30 static final ASN1ObjectIdentifier id_isismtt_at = id_isismtt.branch("3");
39 static final ASN1ObjectIdentifier id_isismtt_at_dateOfCertGen = id_isismtt_at.branch("1");
47 static final ASN1ObjectIdentifier id_isismtt_at_procuration = id_isismtt_at.branch("2");
55 static final ASN1ObjectIdentifier id_isismtt_at_admission = id_isismtt_at.branch("3");
66 static final ASN1ObjectIdentifier id_isismtt_at_monetaryLimit = id_isismtt_at.branch("4");
74 … static final ASN1ObjectIdentifier id_isismtt_at_declarationOfMajority = id_isismtt_at.branch("5");
[all …]
/external/cronet/third_party/boringssl/src/
DINCORPORATING.md7 ["go/boringssl-on-new-platform"](https://goto.corp.google.com/boringssl-on-new-platform) (Google
11 ## Which branch to use
14 ["live at head"](https://abseil.io/about/philosophy#we-recommend-that-you-choose-to-live-at-head)
18 While the BoringSSL repository may contain project-specific branches, e.g.
19 `chromium-2214`, those are _not_ supported release branches and must not as
20 such. In rare cases, BoringSSL will temporarily maintain a short-lived branch on
24 branch has a corresponding BoringSSL `chromium-*` branch. Even while active, the
25 branch may not contain all changes relevant to a general BoringSSL consumer.
31 `master-with-bazel` branch. That branch is maintained by a bot from `master`
32 and includes the needed generated files and a top-level BUILD file.
[all …]
/external/boringssl/src/
DINCORPORATING.md7 ["go/boringssl-on-new-platform"](https://goto.corp.google.com/boringssl-on-new-platform) (Google
11 ## Which branch to use
14 ["live at head"](https://abseil.io/about/philosophy#we-recommend-that-you-choose-to-live-at-head)
18 While the BoringSSL repository may contain project-specific branches, e.g.
19 `chromium-2214`, those are _not_ supported release branches and must not as
20 such. In rare cases, BoringSSL will temporarily maintain a short-lived branch on
24 branch has a corresponding BoringSSL `chromium-*` branch. Even while active, the
25 branch may not contain all changes relevant to a general BoringSSL consumer.
31 `master-with-bazel` branch. That branch is maintained by a bot from `master`
32 and includes the needed generated files and a top-level BUILD file.
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/isismtt/
DISISMTTObjectIdentifiers.java7 * ISISMT -- Industrial Signature Interoperability Specification
17 static final ASN1ObjectIdentifier id_isismtt_cp = id_isismtt.branch("1");
20 * The id-isismtt-cp-accredited OID indicates that the certificate is a
29 static final ASN1ObjectIdentifier id_isismtt_cp_accredited = id_isismtt_cp.branch("1");
32 static final ASN1ObjectIdentifier id_isismtt_at = id_isismtt.branch("3");
41 static final ASN1ObjectIdentifier id_isismtt_at_dateOfCertGen = id_isismtt_at.branch("1");
49 static final ASN1ObjectIdentifier id_isismtt_at_procuration = id_isismtt_at.branch("2");
57 static final ASN1ObjectIdentifier id_isismtt_at_admission = id_isismtt_at.branch("3");
68 static final ASN1ObjectIdentifier id_isismtt_at_monetaryLimit = id_isismtt_at.branch("4");
76 … static final ASN1ObjectIdentifier id_isismtt_at_declarationOfMajority = id_isismtt_at.branch("5");
[all …]
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/isismtt/
DISISMTTObjectIdentifiers.java7 * ISISMT -- Industrial Signature Interoperability Specification
17 static final ASN1ObjectIdentifier id_isismtt_cp = id_isismtt.branch("1");
20 * The id-isismtt-cp-accredited OID indicates that the certificate is a
29 static final ASN1ObjectIdentifier id_isismtt_cp_accredited = id_isismtt_cp.branch("1");
32 static final ASN1ObjectIdentifier id_isismtt_at = id_isismtt.branch("3");
41 static final ASN1ObjectIdentifier id_isismtt_at_dateOfCertGen = id_isismtt_at.branch("1");
49 static final ASN1ObjectIdentifier id_isismtt_at_procuration = id_isismtt_at.branch("2");
57 static final ASN1ObjectIdentifier id_isismtt_at_admission = id_isismtt_at.branch("3");
68 static final ASN1ObjectIdentifier id_isismtt_at_monetaryLimit = id_isismtt_at.branch("4");
76 … static final ASN1ObjectIdentifier id_isismtt_at_declarationOfMajority = id_isismtt_at.branch("5");
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
DSystemZElimCompare.cpp1 //===-- SystemZElimCompare.cpp - Eliminate comparison instructions --------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 // (2) fuses compares and branches into COMPARE AND BRANCH instructions
13 //===----------------------------------------------------------------------===//
36 #define DEBUG_TYPE "systemz-elim-compare"
38 STATISTIC(BranchOnCounts, "Number of branch-on-count instructions");
39 STATISTIC(LoadAndTraps, "Number of load-and-trap instructions");
41 STATISTIC(FusedComparisons, "Number of fused compare-and-branch instructions");
59 // via a sub- or super-register.
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZElimCompare.cpp1 //===-- SystemZElimCompare.cpp - Eliminate comparison instructions --------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 // (2) fuses compares and branches into COMPARE AND BRANCH instructions
13 //===----------------------------------------------------------------------===//
36 #define DEBUG_TYPE "systemz-elim-compare"
38 STATISTIC(BranchOnCounts, "Number of branch-on-count instructions");
39 STATISTIC(LoadAndTraps, "Number of load-and-trap instructions");
41 STATISTIC(FusedComparisons, "Number of fused compare-and-branch instructions");
59 // via a sub- or super-register.
[all …]
/external/sdv/vsomeip/third_party/boost/config/
DREADME.md9 |------------------|----------|-------------|
11-ci.org/boostorg/config.svg?branch=master)](https://travis-ci.org/boostorg/config) | [![Build St…
12branch/master?svg=true)](https://ci.appveyor.com/project/jzmaddock/config/branch/master) | [![Buil…
22 …ling-list specific to Boost Config, although you can use the general-purpose Boost [mailing-list](…
27 …jects as submodules ([see boost+git doc](https://github.com/boostorg/boost/wiki/Getting-Started)):
31 git submodule update --init
37 You can either run all the tests listed in `Jamfile.v2` or run a single test:
39 ../../../b2 <- run all tests
40 ../../../b2 config_info <- single test
/external/sdv/vsomeip/third_party/boost/any/
DREADME.md2 …raries](http://github.com/boostorg). It is a safe, generic container for single values of differen…
6 ----------------|-------------- | -------------- |-----------
7branch: | [![Build Status](https://travis-ci.org/boostorg/any.svg?branch=develop)](https://travis-
8branch: | [![Build Status](https://travis-ci.org/boostorg/any.svg?branch=master)](https://travis-
/external/llvm/lib/Target/SystemZ/
DSystemZElimCompare.cpp1 //===-- SystemZElimCompare.cpp - Eliminate comparison instructions --------===//
8 //===----------------------------------------------------------------------===//
12 // (2) fuses compares and branches into COMPARE AND BRANCH instructions
14 //===----------------------------------------------------------------------===//
28 #define DEBUG_TYPE "systemz-elim-compare"
30 STATISTIC(BranchOnCounts, "Number of branch-on-count instructions");
32 STATISTIC(FusedComparisons, "Number of fused compare-and-branch instructions");
50 // via a sub- or super-register.
98 if ((*SI)->isLiveIn(SystemZ::CC)) in isCCLiveOut()
136 if (TRI->regsOverlap(MOReg, Reg)) { in getRegReferences()
[all …]

12345678910>>...44