Home
last modified time | relevance | path

Searched +full:- +full:- +full:arch (Results 1 – 25 of 1110) sorted by relevance

12345678910>>...45

/external/capstone/
DCMakeLists.txt37 math(EXPR count "${count}-1")
50 add_definitions("-D${option_name}")
66 add_definitions(-DCAPSTONE_DIET)
70 add_definitions(-DCAPSTONE_USE_SYS_DYN_MEM)
74 add_definitions(-DCAPSTONE_X86_REDUCE)
78 add_definitions(-DCAPSTONE_X86_ATT_DISABLE)
125 add_definitions(-DCAPSTONE_HAS_ARM)
127 arch/ARM/ARMDisassembler.c
128 arch/ARM/ARMInstPrinter.c
129 arch/ARM/ARMMapping.c
[all …]
/external/crosvm/tools/impl/
Dtestvm.py3 # Use of this source code is governed by a BSD-style license that can be
44 $ ssh crosvm_$ARCH
61 Arch = Literal["x86_64", "aarch64"] variable
68 IMAGE_DIR_URL = "https://storage.googleapis.com/crosvm-testvm"
79 ["cargo", "metadata", "--no-deps", "--format-version=1"],
88 def data_dir(arch: Arch): argument
89 return cargo_target_dir().joinpath("crosvm_tools").joinpath(arch)
92 def pid_path(arch: Arch): argument
93 return data_dir(arch).joinpath("pid")
96 def base_img_name(arch: Arch): argument
[all …]
/external/python/cpython3/Lib/test/
Dtest__osx_support.py66 'cc not found - check xcode-select')
74 'CC': 'gcc-test -pthreads',
77 'CC': 'clang -pthreads',
80 newvalue = 'clang -pthreads'
88 'CC': 'gcc-test -pthreads',
91 'CC': 'clang -pthreads',
95 newvalue = 'clang -pthreads'
101 'CC': 'gcc-test -pthreads',
105 newvalue = 'gcc-test -pthreads'
118 ('gcc-test', 'i686-apple-darwin11-llvm-gcc-4.2'),
[all …]
/external/vboot_reference/tests/futility/
Dtest_sign_kernel.sh1 #!/bin/bash -eux
3 # Use of this source code is governed by a BSD-style license that can be
24 local arch=$1
26 echo -n "${arch}: 1 " 1>&3
29 ${FUTILITY} vbutil_kernel --debug \
30 --pack ${TMP}.blob1.${arch} \
31 --keyblock ${DEVKEYS}/recovery_kernel.keyblock \
32 --signprivate ${DEVKEYS}/recovery_kernel_data_key.vbprivk \
33 --version 1 \
34 --config ${TMP}.config.txt \
[all …]
/external/libaom/libaom/av1/common/
Dcfl.h20 const MB_MODE_INFO *mbmi = xd->mi[0]; in is_cfl_allowed()
21 const BLOCK_SIZE bsize = mbmi->bsize; in is_cfl_allowed()
23 if (xd->lossless[mbmi->segment_id]) { in is_cfl_allowed()
26 const int ssx = xd->plane[AOM_PLANE_U].subsampling_x; in is_cfl_allowed()
27 const int ssy = xd->plane[AOM_PLANE_U].subsampling_y; in is_cfl_allowed()
40 const MB_MODE_INFO *mbmi = xd->mi[0]; in store_cfl_required()
42 if (cm->seq_params->monochrome) return CFL_DISALLOWED; in store_cfl_required()
44 if (!xd->is_chroma_ref) { in store_cfl_required()
45 // For non-chroma-reference blocks, we should always store the luma pixels, in store_cfl_required()
46 // in case the corresponding chroma-reference block uses CfL. in store_cfl_required()
[all …]
/external/python/cpython2/Lib/test/
Dtest__osx_support.py67 'cc not found - check xcode-select')
75 'CC': 'gcc-test -pthreads',
78 'CC': 'clang -pthreads',
81 newvalue = 'clang -pthreads'
89 'CC': 'gcc-test -pthreads',
92 'CC': 'clang -pthreads',
96 newvalue = 'clang -pthreads'
102 'CC': 'gcc-test -pthreads',
106 newvalue = 'gcc-test -pthreads'
119 ('gcc-test', 'i686-apple-darwin11-llvm-gcc-4.2'),
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/cmake/
Ddetect-arch.cmake1 # detect-arch.cmake -- Detect compiler architecture and set ARCH and BASEARCH
8 list(GET CMAKE_OSX_ARCHITECTURES 0 ARCH)
11 set(ARCH "i686") variable
13 set(ARCH "x86_64") variable
15 set(ARCH "arm") variable
17 set(ARCH "aarch64") variable
20 set(ARCH ${CMAKE_C_COMPILER_TARGET}) variable
22 # Let preprocessor parse archdetect.c and raise an error containing the arch identifier
28 ${CMAKE_CURRENT_SOURCE_DIR}/cmake/detect-arch.c
33 # Find basearch tag, and extract the arch word into BASEARCH variable
[all …]
/external/llvm/test/MC/Mips/
Dset-arch.s1 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=mips32 | \
5 .set arch=mips1
7 .set arch=mips2
8 ll $2, -2($2)
9 .set arch=mips3
11 .set arch=mips4
13 .set arch=mips5
15 .set arch=mips32
17 .set arch=mips32r2
19 .set arch=mips32
[all …]
/external/mesa3d/.gitlab-ci/container/
Dbaremetal_build.sh3 set -e
4 set -o xtrace
6 ROOTFS=/lava-files/rootfs-${arch}
8 dpkg --add-architecture $arch
9 apt-get update
11 # Cross-build test deps
15 crossbuild-essential-$arch \
16 git-lfs \
17 libdrm-dev:$arch \
18 libboost-dev:$arch \
[all …]
/external/XNNPACK/test/
Df32-dwconv2d-chw.yaml3 # This source code is licensed under the BSD-style license found in the
5 - name: xnn_f32_dwconv2d_chw_ukernel_3x3p1__neon_1x4
6 - name: xnn_f32_dwconv2d_chw_ukernel_3x3p1__neon_2x4
7 - name: xnn_f32_dwconv2d_chw_ukernel_3x3p1__neon_3x4
8 - name: xnn_f32_dwconv2d_chw_ukernel_3x3p1__neon_4x4
9 - name: xnn_f32_dwconv2d_chw_ukernel_3x3p1__neon_5x4
10 - name: xnn_f32_dwconv2d_chw_ukernel_3x3p1__neon_6x4
11 - name: xnn_f32_dwconv2d_chw_ukernel_3x3p1__neon_1x4_acc2
12 - name: xnn_f32_dwconv2d_chw_ukernel_3x3p1__neon_1x4_acc3
13 - name: xnn_f32_dwconv2d_chw_ukernel_3x3p1__neon_1x4_acc4
[all …]
Df16-dwconv-minmax.yaml3 # This source code is licensed under the BSD-style license found in the
6 - name: xnn_f16_dwconv_minmax_ukernel_up8x25__neonfp16arith
8 arch:
9 - aarch64
10 - name: xnn_f16_dwconv_minmax_ukernel_up8x25__neonfp16arith_acc2
12 arch:
13 - aarch64
14 - name: xnn_f16_dwconv_minmax_ukernel_up16x25__neonfp16arith
16 arch:
17 - aarch64
[all …]
/external/perfetto/src/profiling/
Ddeobfuscator_unittest.cc8 * http://www.apache.org/licenses/LICENSE-2.0
42 "android.arch.core.executor.ArchTaskExecutor -> android.arch.a.a.a:") in TEST()
46 "android.arch.a.a.a", in TEST()
47 "android.arch.core.executor.ArchTaskExecutor"))); in TEST()
54 "android.arch.core.executor.ArchTaskExecutor -> android.arch.a.a.a") in TEST()
61 p.AddLine(" android.arch.core.executor.TaskExecutor mDelegate -> b") in TEST()
69 "android.arch.core.executor.ArchTaskExecutor -> android.arch.a.a.a:") in TEST()
72 p.AddLine(" android.arch.core.executor.TaskExecutor mDelegate -> b") in TEST()
77 "android.arch.a.a.a", {"android.arch.core.executor.ArchTaskExecutor", in TEST()
86 "android.arch.core.executor.ArchTaskExecutor -> android.arch.a.a.a:") in TEST()
[all …]
/external/rust/crates/libfuzzer-sys/libfuzzer/
DCMakeLists.txt63 list(APPEND LIBFUZZER_CFLAGS -D_LIBCPP_ABI_VERSION=Fuzzer)
64 append_list_if(COMPILER_RT_HAS_NOSTDINCXX_FLAG -nostdinc++ LIBFUZZER_CFLAGS)
65 elseif(TARGET cxx-headers OR HAVE_LIBCXX)
67 set(LIBFUZZER_DEPS cxx-headers)
70 append_list_if(COMPILER_RT_HAS_OMIT_FRAME_POINTER_FLAG -fno-omit-frame-pointer LIBFUZZER_CFLAGS)
72 if (CMAKE_CXX_FLAGS MATCHES "fsanitize-coverage")
73 …list(APPEND LIBFUZZER_CFLAGS -fno-sanitize-coverage=trace-pc-guard,edge,trace-cmp,indirect-calls,8…
80 list(APPEND LIBFUZZER_CFLAGS -D_HAS_EXCEPTIONS=0)
83 list(APPEND LIBFUZZER_CFLAGS -Dthread_local=__thread)
138 macro(partially_link_libcxx name dir arch)
[all …]
/external/bcc/src/cc/frontends/clang/
Dkbuild_helper.cc8 * http://www.apache.org/licenses/LICENSE-2.0
38 //uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ in get_flags()
39 // -e s/sa110/arm/ -e s/s390x/s390/ -e s/parisc64/parisc/ in get_flags()
40 // -e s/ppc.*/powerpc/ -e s/mips.*/mips/ -e s/sh[234].*/sh/ in get_flags()
41 // -e s/aarch64.*/arm64/ in get_flags()
43 string arch; in get_flags() local
44 const char *archenv = getenv("ARCH"); in get_flags()
45 // If ARCH env is defined, use it over uname in get_flags()
47 arch = string(archenv); in get_flags()
49 arch = string(uname_machine); in get_flags()
[all …]
/external/clang/test/Driver/
Dsave-temps.c1 // RUN: %clang -target x86_64-apple-darwin -save-temps -arch x86_64 %s -### 2>&1 \
3 // CHECK: "-o" "save-temps.i"
4 // CHECK: "-emit-llvm-uselists"
5 // CHECK: "-disable-llvm-passes"
6 // CHECK: "-o" "save-temps.bc"
7 // CHECK: "-o" "save-temps.s"
8 // CHECK: "-o" "save-temps.o"
9 // CHECK: "-o" "a.out"
11 // Check -save-temps=cwd which should work the same as -save-temps above
13 // RUN: %clang -target x86_64-apple-darwin -save-temps=cwd -arch x86_64 %s -### 2>&1 \
[all …]
Dmips-abi.c3 // RUN: %clang -target mips-linux-gnu -### -c %s 2>&1 \
4 // RUN: | FileCheck -check-prefix=MIPS32R2-O32 %s
5 // RUN: %clang -target mips64-linux-gnu -mips32r2 -mabi=32 -### -c %s 2>&1 \
6 // RUN: | FileCheck -check-prefix=MIPS32R2-O32 %s
7 // MIPS32R2-O32: "-target-cpu" "mips32r2"
8 // MIPS32R2-O32: "-target-abi" "o32"
12 // RUN: not %clang -target mips-linux-gnu -c %s \
13 // RUN: -march=mips64r2 -mabi=32 2>&1 \
14 // RUN: | FileCheck -check-prefix=MIPS64R2-O32 %s
15 // MIPS64R2-O32: error: ABI 'o32' is not supported on CPU 'mips64r2'
[all …]
/external/protobuf/protoc-artifacts/
Dbuild-protoc.sh3 # Builds protoc executable into target/<OS>/<ARCH>/protoc.exe; optionally builds
4 # protoc plugins into target/<OS>/<ARCH>/protoc-gen-*.exe
6 # Usage: ./build-protoc.sh <OS> <ARCH> <TARGET>
8 # <TARGET> can be "protoc" or "protoc-gen-javalite". Supported <OS> <ARCH>
10 # HOST <OS> <ARCH> <COMMENT>
11 # cygwin windows x86_32 Requires: i686-w64-mingw32-gcc
12 # cygwin windows x86_64 Requires: x86_64-w64-mingw32-gcc
13 # linux linux aarch_64 Requires: g++-aarch64-linux-gnu
16 # linux windows x86_32 Requires: i686-w64-mingw32-gcc
17 # linux windows x86_64 Requires: x86_64-w64-mingw32-gcc
[all …]
/external/minijail/tools/
Dcompiler_unittest.py2 # -*- coding: utf-8 -*-
10 # http://www.apache.org/licenses/LICENSE-2.0
27 import arch
30 import parser # pylint: disable=wrong-import-order
32 ARCH_64 = arch.Arch.load_from_json(
41 self.arch = ARCH_64
42 self.compiler = compiler.PolicyCompiler(self.arch)
49 self.arch, kill_action=bpf.KillProcess())
61 block.simulate(self.arch.arch_nr, self.arch.syscalls['read'],
64 block.simulate(self.arch.arch_nr, self.arch.syscalls['read'],
[all …]
/external/compiler-rt/cmake/Modules/
DCompilerRTDarwinUtils.cmake3 # On OS X SDKs can be installed anywhere on the base system and xcode-select can
9 COMMAND xcodebuild -version -sdk ${sdk_name}.internal Path
16 COMMAND xcodebuild -version -sdk ${sdk_name} Path
32 COMMAND ld -v
42 # If auto-detecting fails, fall back to a default set
43 message(WARNING "Detecting supported architectures from 'ld -v' failed. Returning default set.")
78 foreach(arch ${archs})
80 set(arch_linker_flags "-arch ${arch} ${os_linker_flags}")
82 try_compile_only(CAN_TARGET_${os}_${arch} -v -arch ${arch} ${DARWIN_${os}_CFLAGS})
84 try_compile(CAN_TARGET_${os}_${arch} ${CMAKE_BINARY_DIR} ${SIMPLE_C}
[all …]
/external/webrtc/tools_webrtc/android/
Dbuild_aar.py5 # Use of this source code is governed by a BSD-style license
16 .aar-file is just a zip-archive containing the files of the library. The file
18 - AndroidManifest.xml
19 - classes.jar
20 - libs/
21 - armeabi-v7a/
22 - libjingle_peerconnection_so.so
23 - x86/
24 - libjingle_peerconnection_so.so
39 DEFAULT_ARCHS = ['armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64']
[all …]
/external/python/pyyaml/.github/workflows/
Dmanual_artifact_build.yaml1 ---
19 runs-on: ubuntu-latest
21 - name: Checkout PyYAML
24 - name: Install a python
25 uses: actions/setup-python@v2
27 python-version: 3.x
29 - name: Build sdist
34 python -V
35 python -m pip install build
37 python -m build .
[all …]
Dci.yaml1 ---
21 runs-on: ubuntu-latest
23 - name: Checkout PyYAML
26 - name: Install a python
27 uses: actions/setup-python@v2
29 python-version: 3.x
31 - name: Build sdist
36 python -V
37 python -m pip install build
39 python -m build .
[all …]
/external/compiler-rt/lib/asan/tests/
DCMakeLists.txt5 # no-instrumentation tests.
9 # and have some elements of version skew -- they test the *host* compiler's
10 # instrumentation against the just-built runtime library.
26 -I${COMPILER_RT_SOURCE_DIR}/include
27 -I${COMPILER_RT_SOURCE_DIR}/lib
28 -I${COMPILER_RT_SOURCE_DIR}/lib/asan
29 -I${COMPILER_RT_SOURCE_DIR}/lib/sanitizer_common/tests
30 -fno-rtti
31 -O2
32 -Wno-format
[all …]
/external/rust/crates/crc32fast/src/specialized/
Dpclmulqdq.rs2 use core::arch::x86 as arch;
4 use core::arch::x86_64 as arch;
13 pub fn new(state: u32) -> Option<Self> { in new()
27 pub fn new(state: u32) -> Option<Self> { in new()
46 pub fn finalize(self) -> u32 { in finalize()
70 unsafe fn debug(s: &str, a: arch::__m128i) -> arch::__m128i { in debug()
73 a: arch::__m128i, in debug()
87 unsafe fn debug(_s: &str, a: arch::__m128i) -> arch::__m128i { in debug()
92 unsafe fn calculate(crc: u32, mut data: &[u8]) -> u32 { in calculate()
107 x3 = arch::_mm_xor_si128(x3, arch::_mm_cvtsi32_si128(!crc as i32)); in calculate()
[all …]
/external/crosvm/seccomp/
Dgen_android.sh17 set -o errexit
37 # define arch dir pattern: e.g. ${ARCH}-linux-gnu
39 local suffix="-linux-gnu"
40 local arch=$1
41 echo ${arch}${suffix}
44 # convert seccomp arch to bp arch
58 ls --hide=common_device.policy --hide=common_device.frequency \
59 --hide=gpu_common.policy -1
65 local cchars=${1:-"//"}
66 local year=${2:-"2020"}
[all …]

12345678910>>...45