Home
last modified time | relevance | path

Searched +full:- +full:j4 (Results 1 – 25 of 244) sorted by relevance

12345678910

/external/llvm/test/CodeGen/X86/
Dpr3154.ll1 ; RUN: llc < %s -mtriple=i386-pc-linux-gnu -mattr=+sse2
2 ; RUN: llc < %s -mtriple=i386-pc-linux-gnu -mattr=+sse2 -relocation-model=pic -disable-fp-elim
29 %12 = mul i32 %11, -4 ; <i32> [#uses=2]
31 %14 = and i32 %13, -4 ; <i32> [#uses=2]
40-1*4($3,$1), %xmm3 \0A\09mulpd %xmm0, %xmm2 \0A\09mulpd %xmm1, %xmm3 …
44-2*4($3,$1), %xmm3 \0A\09mulpd %xmm0, %xmm2 \0A\09mulpd %xmm1, %xmm3 …
52 %j4.042 = phi i32 [ 0, %bb28.preheader ], [ %indvar.next45, %bb27 ] ; <i32> [#uses=2]
53 %19 = sub i32 %j4.042, %lag ; <i32> [#uses=1]
56 %indvar.next45 = add i32 %j4.042, 1 ; <i32> [#uses=2]
66 %22 = mul i32 %len, -8 ; <i32> [#uses=2]
[all …]
/external/libwebsockets/
D.sai.json2 "schema": "sai-1",
8 "linux-debian-11/x86_64-amd/gcc": {
9-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
11 "linux-debian-buster/x86-amd/gcc": {
12-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
14 "linux-debian-sid/x86_64-amd/gcc": {
15-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
17 "linux-ubuntu-xenial/x86_64-amd/gcc": {
18-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
20 "linux-debian-sid/x86-amd/gcc": {
[all …]
/external/python/cpython2/
D.travis.yml6 # To cache doc-building dependencies and C compiler output.
8 - pip
9 - ccache
13 # Use -O3 because we don't use debugger on Travis-CI
14 - CFLAGS="-O3"
18 - master
19 - /^\d\.\d$/
20 - buildbot-custom
25 - env: OPTIONAL=true
27 - os: linux
[all …]
/external/grpc-grpc/tools/dockerfile/test/python_debian11_default_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/python_debian11_default_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
38 libc6-dev \
[all …]
/external/python/cpython3/.github/workflows/
Dbuild.yml3 # gh-84728: "paths-ignore" is not used to skip documentation-only PRs, because
5 # mandatory but not scheduled because of "paths-ignore".
10 - 'main'
11 - '3.11'
12 - '3.10'
13 - '3.9'
14 - '3.8'
15 - '3.7'
18 - 'main'
19 - '3.11'
[all …]
/external/python/cpython3/.azure-pipelines/
Dmacos-steps.yml2 - checkout: self
6 - script: ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl --prefix=/opt/python-azd…
9 - script: make -j4
12 - script: make pythoninfo
15 - script: make buildbottest TESTOPTS="-j4 -uall,-cpu --junit-xml=$(build.binariesDirectory)/test-re…
20 - task: PublishTestResults@2
23 testResultsFiles: '$(build.binariesDirectory)/test-results.xml'
Dposix-steps.yml9 - checkout: self
14 - script: sudo setfacl -Rb /home/vsts
17 - script: ${{ parameters.sudo_dependencies }} ./.azure-pipelines/posix-deps-${{ parameters.dependen…
20 - script: ./configure --with-pydebug
23 - script: make -j4
26 - ${{ if eq(parameters.coverage, 'true') }}:
27 - script: ./python -m venv venv && ./venv/bin/python -m pip install -U coverage
30 - script: ./venv/bin/python -m test.pythoninfo
33 - script: |
34 $COMMAND -m coverage run --pylib -m test \
[all …]
/external/grpc-grpc/test/distrib/php/
Drun_distrib_test_macos.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
20 cp -r "$EXTERNAL_GIT_ROOT"/input_artifacts/grpc-*.tgz .
24 GRPC_PEAR_PACKAGE_NAME=$(find . -regex '.*/grpc-[0-9].*.tgz' | sed 's|./||')
26 # Use -j4 since higher parallelism can lead to "resource unavailable"
28 sudo MAKEFLAGS=-j4 pecl install "${GRPC_PEAR_PACKAGE_NAME}"
30 php -d extension=grpc.so -d max_execution_time=300 distribtest.php
/external/rust/crates/grpcio-sys/grpc/test/distrib/php/
Drun_distrib_test_macos.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
20 cp -r "$EXTERNAL_GIT_ROOT"/input_artifacts/grpc-*.tgz .
24 GRPC_PEAR_PACKAGE_NAME=$(find . -regex '.*/grpc-[0-9].*.tgz' | sed 's|./||')
26 # Use -j4 since higher parallelism can lead to "resource unavailable"
28 sudo MAKEFLAGS=-j4 pecl install "${GRPC_PEAR_PACKAGE_NAME}"
30 php -d extension=grpc.so -d max_execution_time=300 distribtest.php
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/interoptest/grpc_interop_cxx/
Dbuild_interop.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 set -e
19 mkdir -p /var/local/git
23 && git submodule update --init --reference /var/local/jenkins/grpc/${name} \
27 cp -r /var/local/jenkins/service_account $HOME || true
32 mkdir -p /usr/local/share/grpc
36 mkdir -p cmake/build
38 cmake -DgRPC_BUILD_TESTS=ON -DCMAKE_BUILD_TYPE=Release ../..
39 make interop_client interop_server -j4
40 make http2_client -j4
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_cxx/
Dbuild_interop.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 set -e
19 mkdir -p /var/local/git
23 && git submodule update --init --reference /var/local/jenkins/grpc/${name} \
27 cp -r /var/local/jenkins/service_account $HOME || true
32 mkdir -p /usr/local/share/grpc
36 mkdir -p cmake/build
38 cmake -DgRPC_BUILD_TESTS=ON -DCMAKE_BUILD_TYPE=Release ../..
39 make interop_client interop_server -j4
40 make http2_client -j4
/external/llvm/test/Transforms/LoopDeletion/
Ddcetest.ll4 ; RUN: opt < %s -sccp -simplifycfg -indvars -loop-deletion -dce -simplifycfg -S | not grep br
11 %j2 = phi i32 [ %j4, %BB7 ], [ 1, %BB1 ] ; <i32> [#uses=2]
32 %j4 = phi i32 [ 1, %BB5 ], [ %k2, %BB6 ] ; <i32> [#uses=1]
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/interoptest/grpc_interop_php7/
Dbuild_interop.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 set -ex
19 mkdir -p /var/local/git
23 && git submodule update --init --reference /var/local/jenkins/grpc/${name} \
27 cp -r /var/local/jenkins/service_account $HOME || true
33 make -j4 shared_c static_c
38 GRPC_LIB_SUBDIR=libs/opt ./configure --enable-grpc="${grpc_root}"
39 make -j4
46 php -d extension=ext/grpc/modules/grpc.so /usr/local/bin/composer install && DONE=1 && break
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_php7/
Dbuild_interop.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 set -ex
19 mkdir -p /var/local/git
23 && git submodule update --init --reference /var/local/jenkins/grpc/${name} \
27 cp -r /var/local/jenkins/service_account $HOME || true
33 make -j4 shared_c static_c
38 GRPC_LIB_SUBDIR=libs/opt ./configure --enable-grpc="${grpc_root}"
39 make -j4
46 php -d extension=ext/grpc/modules/grpc.so /usr/local/bin/composer install && DONE=1 && break
/external/llvm/test/Transforms/SCCP/
Dsccptest.ll1 ; RUN: opt < %s -sccp -S | FileCheck %s
17 ; CHECK-LABEL: @test1(
25 ; CHECK-LABEL: @test2(
29 %j2 = phi i32 [ %j4, %BB7 ], [ 1, %BB1 ]
37 ; CHECK-NEXT: br i1 true, label %BB5, label %BB6
41 ; CHECK-NEXT: ret i32 1
49 ; CHECK-NEXT: br label %BB7
51 %j4 = phi i32 [ 1, %BB5 ], [ %k2, %BB6 ]
55 ; CHECK-NEXT: %k4 = phi i32 [ %k3, %BB5 ], [ undef, %BB6 ]
56 ; CHECK-NEXT: br label %BB2
/external/deqp-deps/SPIRV-Tools/kokoro/scripts/linux/
Dbuild-docker.sh8 # http://www.apache.org/licenses/LICENSE-2.0
19 set -e
21 set -x
26 git config --global --add safe.directory $ROOT_DIR
31 using clang-10.0.0
33 using gcc-9
40 if [[ -d "$dir" ]]; then
41 rm -fr "$dir"
46 if [ $TOOL != "cmake-smoketest" ]; then
48 /usr/bin/python3 utils/git-sync-deps --treeless
[all …]
/external/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/linux/
Dbuild-docker.sh8 # http://www.apache.org/licenses/LICENSE-2.0
19 set -e
21 set -x
26 git config --global --add safe.directory $ROOT_DIR
31 using clang-10.0.0
33 using gcc-9
40 if [[ -d "$dir" ]]; then
41 rm -fr "$dir"
46 if [ $TOOL != "cmake-smoketest" ]; then
48 /usr/bin/python3 utils/git-sync-deps --treeless
[all …]
/external/angle/third_party/spirv-tools/src/kokoro/scripts/linux/
Dbuild-docker.sh8 # http://www.apache.org/licenses/LICENSE-2.0
19 set -e
21 set -x
26 git config --global --add safe.directory $ROOT_DIR
31 using clang-10.0.0
33 using gcc-9
40 if [[ -d "$dir" ]]; then
41 rm -fr "$dir"
46 if [ $TOOL != "cmake-smoketest" ]; then
48 /usr/bin/python3 utils/git-sync-deps --treeless
[all …]
/external/llvm/test/Transforms/BBVectorize/
Dsimple-ldstr-ptrs.ll1 …t = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:1…
2 ; RUN: opt < %s -bb-vectorize -bb-vectorize-req-chain-depth=3 -instcombine -gvn -S | FileCheck %s
3 …N: opt < %s -bb-vectorize -bb-vectorize-req-chain-depth=3 -bb-vectorize-aligned-only -instcombine
5 ; FIXME: re-enable this once pointer vectors work properly
8 ; Simple 3-pair chain also with loads and stores (using ptrs and gep)
30 ; CHECK-LABEL: @test1(
46 ; CHECK-AO-LABEL: @test1(
47 ; CHECK-AO-NOT: load <2 x
50 ; Simple 3-pair chain with loads and stores (using ptrs and gep)
67 ; CHECK-LABEL: @test2(
[all …]
/external/libwebsockets/plugins/ssh-base/crypto/
Dchacha.c2 chacha-merged.c version 20080118
8 #include "lws-ssh.h"
35 (U32V((v) << (n)) | ((v) >> (32 - (n))))
62 static const char sigma[16] = "expand 32-byte k";
63 static const char tau[16] = "expand 16-byte k";
70 x->input[4] = U8TO32_LITTLE(k + 0); in chacha_keysetup()
71 x->input[5] = U8TO32_LITTLE(k + 4); in chacha_keysetup()
72 x->input[6] = U8TO32_LITTLE(k + 8); in chacha_keysetup()
73 x->input[7] = U8TO32_LITTLE(k + 12); in chacha_keysetup()
80 x->input[8] = U8TO32_LITTLE(k + 0); in chacha_keysetup()
[all …]
/external/llvm/test/Transforms/StraightLineStrengthReduce/NVPTX/
Dreassociate-geps-and-slsr.ll1 ; RUN: opt < %s -separate-const-offset-from-gep -slsr -gvn -S | FileCheck %s
2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_35 | FileCheck %s --check-prefix=PTX
4 target datalayout = "e-i64:64-v16:16-v32:32-n16:32:64"
5 target triple = "nvptx64-unknown-unknown"
12 ; => reassociate-geps
30 ; CHECK-LABEL: @slsr_after_reassociate_geps(
31 ; PTX-LABEL: .visible .func slsr_after_reassociate_geps(
32 ; PTX: ld.param.u64 [[arr:%rd[0-9]+]], [slsr_after_reassociate_geps_param_0];
33 ; PTX: ld.param.u32 [[i:%r[0-9]+]], [slsr_after_reassociate_geps_param_1];
40 ; CHECK: [[b1:%[0-9]+]] = getelementptr float, float* %arr, i64 [[bump:%[0-9]+]]
[all …]
/external/cronet/third_party/protobuf/kokoro/release/ruby/macos/ruby/
Druby_build.sh3 set -ex
6 if test ! -e src/protoc; then
9 make -j4
/external/cronet/third_party/protobuf/kokoro/release/ruby/linux/ruby/
Druby_build.sh3 set -ex
6 if test ! -e src/protoc; then
9 make -j4
14 gem install bundler -v 2.1.4
/external/cronet/third_party/protobuf/kokoro/release/protoc/macos/
Dbuild.sh3 set -ex
4 CXXFLAGS_COMMON="-std=c++14 -DNDEBUG -mmacosx-version-min=10.9"
10 export CXXFLAGS="$CXXFLAGS_COMMON -m64"
11 ../configure --disable-shared
12 make -j4
14 otool -L src/protoc | grep dylib

12345678910