| /external/python/cpython3/.azure-pipelines/windows-release/ |
| D | checkout.yml | 5 - 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/ |
| D | Dockerfile | 7 # 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/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | merge_return_pass.h | 7 // 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 …]
|
| D | dead_branch_elim_pass.h | 9 // 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/ |
| D | merge_return_pass.h | 7 // 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 …]
|
| D | dead_branch_elim_pass.h | 9 // 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 …]
|
| D | dead_branch_elim_pass.cpp | 10 // http://www.apache.org/licenses/LICENSE-2.0 42 Instruction* cInst = get_def_use_mgr()->GetDef(condId); in GetConstCondition() 43 switch (cInst->opcode()) { in GetConstCondition() 56 GetConstCondition(cInst->GetSingleWordInOperand(0), &negVal); in GetConstCondition() 65 Instruction* sInst = get_def_use_mgr()->GetDef(selId); in GetConstInteger() 66 uint32_t typeId = sInst->type_id(); in GetConstInteger() 67 Instruction* typeInst = get_def_use_mgr()->GetDef(typeId); in GetConstInteger() 68 if (!typeInst || (typeInst->opcode() != SpvOpTypeInt)) return false; in GetConstInteger() 69 // TODO(greg-lunarg): Support non-32 bit ints in GetConstInteger() 70 if (typeInst->GetSingleWordInOperand(0) != 32) return false; in GetConstInteger() [all …]
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
| D | merge_return_pass.h | 7 // 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 …]
|
| D | dead_branch_elim_pass.h | 9 // 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 …]
|
| D | dead_branch_elim_pass.cpp | 10 // http://www.apache.org/licenses/LICENSE-2.0 42 Instruction* cInst = get_def_use_mgr()->GetDef(condId); in GetConstCondition() 43 switch (cInst->opcode()) { in GetConstCondition() 56 GetConstCondition(cInst->GetSingleWordInOperand(0), &negVal); in GetConstCondition() 65 Instruction* sInst = get_def_use_mgr()->GetDef(selId); in GetConstInteger() 66 uint32_t typeId = sInst->type_id(); in GetConstInteger() 67 Instruction* typeInst = get_def_use_mgr()->GetDef(typeId); in GetConstInteger() 68 if (!typeInst || (typeInst->opcode() != SpvOpTypeInt)) return false; in GetConstInteger() 69 // TODO(greg-lunarg): Support non-32 bit ints in GetConstInteger() 70 if (typeInst->GetSingleWordInOperand(0) != 32) return false; in GetConstInteger() [all …]
|
| /external/oss-fuzz/projects/qubes-os/ |
| D | Dockerfile | 7 # 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/oss-fuzz/projects/libtorrent/ |
| D | Dockerfile | 7 # 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/ |
| D | Dockerfile | 7 # 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/ |
| D | ISISMTTObjectIdentifiers.java | 6 * 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/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/isismtt/ |
| D | ISISMTTObjectIdentifiers.java | 7 * 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/ |
| D | ISISMTTObjectIdentifiers.java | 7 * 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-10.0/llvm/lib/Target/SystemZ/ |
| D | SystemZElimCompare.cpp | 1 //===-- 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/libbpf/scripts/ |
| D | sync-kernel.sh | 4 echo "USAGE: ./sync-kernel.sh <libbpf-repo> <kernel-repo> <bpf-branch>" 6 …echo "Set BPF_NEXT_BASELINE to override bpf-next tree commit, otherwise read from <libbpf-repo>/CH… 7 …BPF_BASELINE to override bpf tree commit, otherwise read from <libbpf-repo>/BPF-CHECKPOINT-COMMIT." 8 echo "Set MANUAL_MODE to 1 to manually control every cherry-picked commits." 12 set -eu 14 LIBBPF_REPO=${1-""} 15 LINUX_REPO=${2-""} 16 BPF_BRANCH=${3-""} 17 BASELINE_COMMIT=${BPF_NEXT_BASELINE:-$(cat ${LIBBPF_REPO}/CHECKPOINT-COMMIT)} 18 BPF_BASELINE_COMMIT=${BPF_BASELINE:-$(cat ${LIBBPF_REPO}/BPF-CHECKPOINT-COMMIT)} [all …]
|
| /external/llvm/lib/Target/SystemZ/ |
| D | SystemZElimCompare.cpp | 1 //===-- 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 …]
|
| /external/bpftool/scripts/ |
| D | sync-kernel.sh | 4 echo "USAGE: ./sync-kernel.sh <bpftool-repo> <kernel-repo>" 8 …echo " - Update the libbpf submodule, commit, and use its new checkpoints as target commits for b… 9 echo " - Cherry-pick commits from the bpf-next branch, up to the bpf-next target commit." 10 echo " - Cherry-pick commits from the bpf branch, up to the bpf target commit." 11 echo " - Update bpftool's version number based on bpf-next's kernel version and target commit." 12 echo " - Create a new commit with the updated version and checkpoints." 13 echo " - Check consistency." 15 …echo "Set BPF_NEXT_BASELINE to override bpf-next tree commit, otherwise read from <bpftool-repo>/C… 16 …PF_BASELINE to override bpf tree commit, otherwise read from <bpftool-repo>/BPF-CHECKPOINT-COMMIT." 17 …t BPF_NEXT_TIP_COMMIT to override bpf-next tree target commit, otherwise read from <bpftool-repo>/… [all …]
|
| /external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
| D | transformation_flatten_conditional_branch.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 50 if (!header_block || !header_block->GetMergeInst() || in IsApplicable() 51 header_block->GetMergeInst()->opcode() != SpvOpSelectionMerge) { in IsApplicable() 56 if (header_block->terminator()->opcode() != SpvOpBranchConditional) { in IsApplicable() 60 // The branch condition cannot be irrelevant: we will make reference to it in IsApplicable() 64 if (transformation_context.GetFactManager()->IdIsIrrelevant( in IsApplicable() 65 header_block->terminator()->GetSingleWordInOperand(0))) { in IsApplicable() 128 auto value_def = ir_context->get_def_use_mgr()->GetDef( in IsApplicable() 131 value_def->type_id() != inst_to_info.first->type_id() || in IsApplicable() 145 !transformation_context.GetOverflowIdSource()->HasOverflowIds()) { in IsApplicable() [all …]
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
| D | transformation_flatten_conditional_branch.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 50 if (!header_block || !header_block->GetMergeInst() || in IsApplicable() 51 header_block->GetMergeInst()->opcode() != SpvOpSelectionMerge) { in IsApplicable() 56 if (header_block->terminator()->opcode() != SpvOpBranchConditional) { in IsApplicable() 60 // The branch condition cannot be irrelevant: we will make reference to it in IsApplicable() 64 if (transformation_context.GetFactManager()->IdIsIrrelevant( in IsApplicable() 65 header_block->terminator()->GetSingleWordInOperand(0))) { in IsApplicable() 128 auto value_def = ir_context->get_def_use_mgr()->GetDef( in IsApplicable() 131 value_def->type_id() != inst_to_info.first->type_id() || in IsApplicable() 145 !transformation_context.GetOverflowIdSource()->HasOverflowIds()) { in IsApplicable() [all …]
|
| /external/deqp-deps/SPIRV-Tools/source/fuzz/ |
| D | transformation_flatten_conditional_branch.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 50 if (!header_block || !header_block->GetMergeInst() || in IsApplicable() 51 header_block->GetMergeInst()->opcode() != SpvOpSelectionMerge) { in IsApplicable() 56 if (header_block->terminator()->opcode() != SpvOpBranchConditional) { in IsApplicable() 60 // The branch condition cannot be irrelevant: we will make reference to it in IsApplicable() 64 if (transformation_context.GetFactManager()->IdIsIrrelevant( in IsApplicable() 65 header_block->terminator()->GetSingleWordInOperand(0))) { in IsApplicable() 128 auto value_def = ir_context->get_def_use_mgr()->GetDef( in IsApplicable() 131 value_def->type_id() != inst_to_info.first->type_id() || in IsApplicable() 145 !transformation_context.GetOverflowIdSource()->HasOverflowIds()) { in IsApplicable() [all …]
|
| /external/llvm/docs/HistoricalNotes/ |
| D | 2003-06-25-Reoptimizer1.txt | 3 First-level instrumentation 4 --------------------------- 6 We use opt to do Bytecode-to-bytecode instrumentation. Look at 7 back-edges and insert llvm_first_trigger() function call which takes 14 exceeds a threshold, we identify a hot loop and perform second-level 16 target of the back-edge and the branch that causes the back-edge). We 17 do not move code across basic-block boundaries. 20 Second-level instrumentation 21 --------------------------- 23 We remove the first-level instrumentation by overwriting the CALL to [all …]
|
| /external/kotlinx.atomicfu/ |
| D | RELEASE.md | 3 To release new `<version>` of `kotlinx-atomicfu`: 5 1. Checkout `develop` branch: <br> 11 3. Make sure the `master` branch is fully merged into `develop`: 14 4. Search & replace `<old-version>` with `<version>` across the project files. Should replace in: 19 As an alternative approach you can use `./bump-version.sh old_version new_version` 23 * Write each change on a single line (don't wrap with CR). 26 6. Create branch for this release: 27 `git checkout -b version-<version>` 29 7. Commit updated files to a new version branch:<br> 30 `git commit -a -m "Version <version>"` [all …]
|