Home
last modified time | relevance | path

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

1234567891011

/external/rust/crates/grpcio-sys/grpc/test/distrib/cpp/
Drun_distrib_test_cmake.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
21 apt-get update && apt-get install -y libssl-dev
24 mkdir -p "third_party/abseil-cpp/cmake/build"
25 pushd "third_party/abseil-cpp/cmake/build"
26 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE ../..
27 make -j4 install
30 # Install c-ares
31 # If the distribution provides a new-enough version of c-ares,
33 # apt-get install -y libc-ares-dev
[all …]
Drun_distrib_test_cmake_pkgconfig.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
21 apt-get update && apt-get install -y libssl-dev
24 mkdir -p "third_party/abseil-cpp/cmake/build"
25 pushd "third_party/abseil-cpp/cmake/build"
26 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE ../..
27 make -j4 install
30 # Install c-ares
31 mkdir -p "third_party/cares/cares/cmake/build"
33 cmake -DCMAKE_BUILD_TYPE=Release ../..
[all …]
Drun_distrib_test_cmake_aarch64_cross.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
21 apt-get update && apt-get install -y libssl-dev
24 apt-get update && apt-get install -y wget
25 wget -q -O cmake-linux.sh https://github.com/Kitware/CMake/releases/download/v3.16.1/cmake-3.16.1-L…
26 sh cmake-linux.sh -- --skip-license --prefix=/usr
27 rm cmake-linux.sh
31 # while cross-compiling.
32 mkdir -p "cmake/build"
35 -DCMAKE_BUILD_TYPE=Release \
[all …]
Drun_distrib_test_cmake_module_install.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
21 apt-get update && apt-get install -y libssl-dev
24 apt-get update && apt-get install -y wget
25 wget -q -O cmake-linux.sh https://github.com/Kitware/CMake/releases/download/v3.16.1/cmake-3.16.1-L…
26 sh cmake-linux.sh -- --skip-license --prefix=/usr
27 rm cmake-linux.sh
30 mkdir -p "third_party/abseil-cpp/cmake/build"
31 pushd "third_party/abseil-cpp/cmake/build"
32 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE ../..
[all …]
Drun_distrib_test_cmake_module_install_pkgconfig.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
21 apt-get update && apt-get install -y libssl-dev
24 apt-get update && apt-get install -y wget
25 wget -q -O cmake-linux.sh https://github.com/Kitware/CMake/releases/download/v3.16.1/cmake-3.16.1-L…
26 sh cmake-linux.sh -- --skip-license --prefix=/usr
27 rm cmake-linux.sh
30 mkdir -p "third_party/abseil-cpp/cmake/build"
31 pushd "third_party/abseil-cpp/cmake/build"
32 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE ../..
[all …]
/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/python/cpython3/
D.travis.yml4 # To cache doc-building dependencies and C compiler output.
6 - pip
7 - ccache
8 - directories:
9 - $HOME/multissl
13 - OPENSSL=1.1.1k
14 - OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}"
15 - PATH="${OPENSSL_DIR}/bin:$PATH"
16 - CFLAGS="-I${OPENSSL_DIR}/include"
17 - LDFLAGS="-L${OPENSSL_DIR}/lib"
[all …]
/external/grpc-grpc/test/distrib/cpp/
Drun_distrib_test_cmake.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
20 echo "deb http://ftp.debian.org/debian jessie-backports main" | tee /etc/apt/sources.list.d/jessie-
21 apt-get update
22 apt-get install -t jessie-backports -y libssl-dev
24 # Install c-ares
27 git checkout cares-1_13_0
28 mkdir -p cmake/build
30 cmake -DCMAKE_BUILD_TYPE=Release ../..
31 make -j4 install
[all …]
Drun_distrib_test_routeguide.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
22 ./configure && make -j4 && make install && ldconfig
24 cd ../.. && make -j4 && make install
/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/python/cpython3/.github/workflows/
Dbuild.yml3 # bpo-40548: "paths-ignore" is not used to skip documentation-only PRs, because
5 # mandatory but not scheduled because of "paths-ignore".
9 - master
10 - 3.10
11 - 3.9
12 - 3.8
13 - 3.7
16 - master
17 - 3.10
18 - 3.9
[all …]
Ddoc.yml6 # - master
7 # - 3.9
8 # - 3.8
9 # - 3.7
11 # - 'Doc/**'
14 - master
15 - 3.10
16 - 3.9
17 - 3.8
18 - 3.7
[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/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/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/angle/third_party/vulkan-deps/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/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 using clang-10.0.0
28 using gcc-9
36 if [[ ! -d "$dir" ]]; then
43 if [[ -d "$dir" ]]; then
44 rm -fr "$dir"
49 clone_if_missing https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers --depth=1
51 pushd external/googletest; git reset --hard 1fb1bb23bb8418dc73a5a9a82bbed31dc610fec7; popd
[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"
47 /usr/bin/python3 utils/git-sync-deps --treeless
50 using cmake-3.17.2
[all …]
/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/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 …]

1234567891011