/external/capstone/ |
D | CMakeLists.txt | 127 arch/ARM/ARMDisassembler.c 128 arch/ARM/ARMInstPrinter.c 129 arch/ARM/ARMMapping.c 130 arch/ARM/ARMModule.c 133 arch/ARM/ARMAddressingModes.h 134 arch/ARM/ARMBaseInfo.h 135 arch/ARM/ARMDisassembler.h 136 arch/ARM/ARMGenAsmWriter.inc 137 arch/ARM/ARMGenDisassemblerTables.inc 138 arch/ARM/ARMGenInstrInfo.inc [all …]
|
/external/crosvm/tools/impl/ |
D | testvm.py | 44 $ ssh crosvm_$ARCH 61 Arch = Literal["x86_64", "aarch64"] variable 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 97 return f"base-{arch}-{BASE_IMG_VERSION}.qcow2" 100 def base_img_url(arch: Arch): argument 101 return f"{IMAGE_DIR_URL}/{base_img_name(arch)}" [all …]
|
/external/libaom/libaom/av1/common/ |
D | cfl.h | 91 #define CFL_SUBSAMPLE(arch, sub, bd, width, height) \ argument 92 void cfl_subsample_##bd##_##sub##_##width##x##height##_##arch( \ 94 cfl_luma_subsampling_##sub##_##bd##_##arch(cfl_type, input_stride, \ 99 #define CFL_SUBSAMPLE_FUNCTIONS(arch, sub, bd) \ argument 100 CFL_SUBSAMPLE(arch, sub, bd, 4, 4) \ 101 CFL_SUBSAMPLE(arch, sub, bd, 8, 8) \ 102 CFL_SUBSAMPLE(arch, sub, bd, 16, 16) \ 103 CFL_SUBSAMPLE(arch, sub, bd, 32, 32) \ 104 CFL_SUBSAMPLE(arch, sub, bd, 4, 8) \ 105 CFL_SUBSAMPLE(arch, sub, bd, 8, 4) \ [all …]
|
/external/python/cpython3/Lib/test/ |
D | test__osx_support.py | 124 'CFLAGS': '-fno-strict-aliasing -g -O3 -arch ppc -arch i386 ', 125 'LDFLAGS': '-arch ppc -arch i386 -g', 127 'BLDSHARED': 'gcc-test -bundle -arch ppc -arch i386 -g', 128 'LDSHARED': 'gcc-test -bundle -arch ppc -arch i386 ' 134 'CFLAGS': '-fno-strict-aliasing -g -O3 -arch ppc -arch i386 ', 135 'LDFLAGS': '-arch ppc -arch i386 -g', 137 'BLDSHARED': 'clang -bundle -arch ppc -arch i386 -g', 138 'LDSHARED': 'clang -bundle -arch ppc -arch i386 ' 157 'CFLAGS': '-fno-strict-aliasing -g -O3 -arch ppc -arch i386 ', 158 'LDFLAGS': '-arch ppc -arch i386 -g', [all …]
|
/external/vboot_reference/tests/futility/ |
D | test_sign_kernel.sh | 24 local arch=$1 26 echo -n "${arch}: 1 " 1>&3 30 --pack ${TMP}.blob1.${arch} \ 36 --vmlinuz ${SCRIPTDIR}/data/vmlinuz-${arch}.bin \ 37 --arch ${arch} \ 42 ${FUTILITY} vbutil_kernel --verify ${TMP}.blob1.${arch} \ 53 --vmlinuz ${SCRIPTDIR}/data/vmlinuz-${arch}.bin \ 54 --arch ${arch} \ 57 --outfile ${TMP}.blob2.${arch} 59 ${FUTILITY} vbutil_kernel --verify ${TMP}.blob2.${arch} \ [all …]
|
/external/minijail/tools/ |
D | compiler_unittest.py | 27 import arch 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'], 109 block.simulate(self.arch.arch_nr, 110 self.arch.syscalls['read'], 118 block.simulate(self.arch.arch_nr, self.arch.syscalls['read'], [all …]
|
/external/rust/crates/libz-sys/src/zlib-ng/cmake/ |
D | detect-arch.cmake | 1 # 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/python/cpython2/Lib/test/ |
D | test__osx_support.py | 125 'CFLAGS': '-fno-strict-aliasing -g -O3 -arch ppc -arch i386 ', 126 'LDFLAGS': '-arch ppc -arch i386 -g', 128 'BLDSHARED': 'gcc-test -bundle -arch ppc -arch i386 -g', 129 'LDSHARED': 'gcc-test -bundle -arch ppc -arch i386 ' 135 'CFLAGS': '-fno-strict-aliasing -g -O3 -arch ppc -arch i386 ', 136 'LDFLAGS': '-arch ppc -arch i386 -g', 138 'BLDSHARED': 'clang -bundle -arch ppc -arch i386 -g', 139 'LDSHARED': 'clang -bundle -arch ppc -arch i386 ' 158 'CFLAGS': '-fno-strict-aliasing -g -O3 -arch ppc -arch i386 ', 159 'LDFLAGS': '-arch ppc -arch i386 -g', [all …]
|
/external/llvm/test/MC/Mips/ |
D | set-arch.s | 5 .set arch=mips1 7 .set arch=mips2 9 .set arch=mips3 11 .set arch=mips4 13 .set arch=mips5 15 .set arch=mips32 17 .set arch=mips32r2 19 .set arch=mips32 20 .set arch=mips32r3 22 .set arch=mips32 [all …]
|
/external/perfetto/src/profiling/ |
D | deobfuscator_unittest.cc | 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() 90 ASSERT_THAT(mapping, ElementsAre(Pair("android.arch.a.a.a", _))); in TEST() [all …]
|
/external/mesa3d/.gitlab-ci/container/ |
D | baremetal_build.sh | 6 ROOTFS=/lava-files/rootfs-${arch} 8 dpkg --add-architecture $arch 15 crossbuild-essential-$arch \ 17 libdrm-dev:$arch \ 18 libboost-dev:$arch \ 19 libegl1-mesa-dev:$arch \ 20 libelf-dev:$arch \ 21 libexpat1-dev:$arch \ 22 libffi-dev:$arch \ 23 libgbm-dev:$arch \ [all …]
|
/external/XNNPACK/test/ |
D | f32-dwconv2d-chw.yaml | 16 arch: 19 arch: 22 arch: 25 arch: 28 arch: 31 arch: 34 arch: 37 arch: 40 arch: 43 arch: [all …]
|
/external/rust/crates/libfuzzer-sys/libfuzzer/ |
D | CMakeLists.txt | 138 macro(partially_link_libcxx name dir arch) 139 if(${arch} MATCHES "i386") 144 set(cxx_${arch}_merge_dir "${CMAKE_CURRENT_BINARY_DIR}/cxx_${arch}_merge.dir") 145 file(MAKE_DIRECTORY ${cxx_${arch}_merge_dir}) 146 add_custom_command(TARGET clang_rt.${name}-${arch} POST_BUILD 147 …LATION_ARGUMENT} --whole-archive "$<TARGET_LINKER_FILE:clang_rt.${name}-${arch}>" --no-whole-archi… 149 COMMAND ${CMAKE_COMMAND} -E remove "$<TARGET_LINKER_FILE:clang_rt.${name}-${arch}>" 150 COMMAND ${CMAKE_AR} qcs "$<TARGET_LINKER_FILE:clang_rt.${name}-${arch}>" ${name}.o 151 WORKING_DIRECTORY ${cxx_${arch}_merge_dir} 155 foreach(arch ${FUZZER_SUPPORTED_ARCH}) [all …]
|
/external/bcc/src/cc/frontends/clang/ |
D | kbuild_helper.cc | 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() 51 if (!arch.compare(0, 6, "x86_64")) { in get_flags() 52 arch = "x86"; in get_flags() 53 } else if (arch[0] == 'i' && !arch.compare(2, 2, "86")) { in get_flags() 54 arch = "x86"; in get_flags() 55 } else if (!arch.compare(0, 7, "aarch64") || !arch.compare(0, 5, "arm64")) { in get_flags() [all …]
|
/external/protobuf/protoc-artifacts/ |
D | build-protoc.sh | 3 # 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> 27 ARCH=$2 90 if [[ "$ARCH" == x86_32 ]]; then 92 elif [[ "$ARCH" == x86_64 ]]; then 94 elif [[ "$ARCH" == aarch_64 ]]; then 96 elif [[ "$ARCH" == ppcle_64 ]]; then [all …]
|
/external/clang/test/Driver/ |
D | save-temps.c | 1 // RUN: %clang -target x86_64-apple-darwin -save-temps -arch x86_64 %s -### 2>&1 \ 13 // RUN: %clang -target x86_64-apple-darwin -save-temps=cwd -arch x86_64 %s -### 2>&1 \ 24 // RUN: %clang -target x86_64-apple-darwin -arch x86_64 -S %s -### 2>&1 \ 30 // RUN: %clang -target x86_64-apple-darwin -save-temps -arch i386 -arch x86_64 %s -### 2>&1 \ 31 // RUN: | FileCheck %s -check-prefix=MULT-ARCH 32 // MULT-ARCH: "-o" "save-temps-i386.i" 33 // MULT-ARCH: "-o" "save-temps-i386.bc" 34 // MULT-ARCH: "-o" "save-temps-i386.s" 35 // MULT-ARCH: "-o" "save-temps-i386.o" 36 // MULT-ARCH: "-o" "a.out-i386" [all …]
|
D | mips-abi.c | 79 // RUN: | FileCheck -check-prefix=MIPS-ARCH-1 %s 80 // MIPS-ARCH-1: "-target-cpu" "mips1" 81 // MIPS-ARCH-1: "-target-abi" "o32" 85 // RUN: | FileCheck -check-prefix=MIPS-ARCH-2 %s 86 // MIPS-ARCH-2: "-target-cpu" "mips2" 87 // MIPS-ARCH-2: "-target-abi" "o32" 91 // RUN: | FileCheck -check-prefix=MIPS-ARCH-3 %s 92 // MIPS-ARCH-3: "-target-cpu" "mips3" 93 // MIPS-ARCH-3: "-target-abi" "o32" 97 // RUN: | FileCheck -check-prefix=MIPS-ARCH-4 %s [all …]
|
/external/eigen/Eigen/ |
D | Core | 18 // it's where we do all the compiler/OS/arch detections and define most defaults. 174 #include "src/Core/arch/Default/ConjHelper.h" 176 #include "src/Core/arch/Default/Half.h" 177 #include "src/Core/arch/Default/BFloat16.h" 178 #include "src/Core/arch/Default/TypeCasting.h" 179 #include "src/Core/arch/Default/GenericPacketMathFunctionsFwd.h" 182 #include "src/Core/arch/SSE/PacketMath.h" 183 #include "src/Core/arch/SSE/TypeCasting.h" 184 #include "src/Core/arch/SSE/Complex.h" 185 #include "src/Core/arch/AVX/PacketMath.h" [all …]
|
/external/rust/crates/crc32fast/src/specialized/ |
D | pclmulqdq.rs | 2 use core::arch::x86 as arch; 4 use core::arch::x86_64 as arch; 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() 107 x3 = arch::_mm_xor_si128(x3, arch::_mm_cvtsi32_si128(!crc as i32)); in calculate() 109 let k1k2 = arch::_mm_set_epi64x(K2, K1); in calculate() 117 let k3k4 = arch::_mm_set_epi64x(K4, K3); in calculate() 148 let x = arch::_mm_xor_si128( in calculate() 149 arch::_mm_clmulepi64_si128(x, k3k4, 0x10), in calculate() [all …]
|
/external/compiler-rt/cmake/Modules/ |
D | CompilerRTDarwinUtils.cmake | 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} 85 COMPILE_DEFINITIONS "-v -arch ${arch}" ${DARWIN_${os}_CFLAGS} 89 if(${CAN_TARGET_${os}_${arch}}) 90 list(APPEND working_archs ${arch}) 93 "Testing compiler for supporting ${os}-${arch}:\n" 137 "OS;ARCH;MIN_VERSION" 142 message(FATAL_ERROR "Must specify OS and ARCH to darwin_find_excluded_builtins_list!") [all …]
|
/external/webrtc/tools_webrtc/android/ |
D | build_aar.py | 62 parser.add_argument('--arch', default=DEFAULT_ARCHS, nargs='*', 114 def _GetOutputDirectory(build_dir, arch): argument 116 return os.path.join(build_dir, arch) 119 def _GetTargetCpu(arch): argument 121 if arch in ['armeabi', 'armeabi-v7a']: 123 elif arch == 'arm64-v8a': 125 elif arch == 'x86': 127 elif arch == 'x86_64': 130 raise Exception('Unknown arch: ' + arch) 133 def _GetArmVersion(arch): argument [all …]
|
/external/openscreen/third_party/abseil/src/absl/types/internal/ |
D | conformance_testing_test.cc | 123 using arch = typename TypeParam::arch; in TYPED_TEST_P() typedef 127 using arch_props = ti::PropertiesOfArchetypeT<arch>; in TYPED_TEST_P() 172 EXPECT_FALSE(DefaultConstructibleWithNew<arch>::value); in TYPED_TEST_P() 173 EXPECT_FALSE(NothrowDefaultConstructibleWithNew<arch>::value); in TYPED_TEST_P() 176 if (std::is_destructible<arch>::value) { in TYPED_TEST_P() 177 EXPECT_FALSE(std::is_default_constructible<arch>::value); in TYPED_TEST_P() 178 EXPECT_FALSE(std::is_nothrow_default_constructible<arch>::value); in TYPED_TEST_P() 179 EXPECT_FALSE(absl::is_trivially_default_constructible<arch>::value); in TYPED_TEST_P() 183 EXPECT_TRUE(DefaultConstructibleWithNew<arch>::value); in TYPED_TEST_P() 184 EXPECT_FALSE(NothrowDefaultConstructibleWithNew<arch>::value); in TYPED_TEST_P() [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/internal/ |
D | conformance_testing_test.cc | 123 using arch = typename TypeParam::arch; in TYPED_TEST_P() typedef 127 using arch_props = ti::PropertiesOfArchetypeT<arch>; in TYPED_TEST_P() 172 EXPECT_FALSE(DefaultConstructibleWithNew<arch>::value); in TYPED_TEST_P() 173 EXPECT_FALSE(NothrowDefaultConstructibleWithNew<arch>::value); in TYPED_TEST_P() 176 if (std::is_destructible<arch>::value) { in TYPED_TEST_P() 177 EXPECT_FALSE(std::is_default_constructible<arch>::value); in TYPED_TEST_P() 178 EXPECT_FALSE(std::is_nothrow_default_constructible<arch>::value); in TYPED_TEST_P() 179 EXPECT_FALSE(absl::is_trivially_default_constructible<arch>::value); in TYPED_TEST_P() 183 EXPECT_TRUE(DefaultConstructibleWithNew<arch>::value); in TYPED_TEST_P() 184 EXPECT_FALSE(NothrowDefaultConstructibleWithNew<arch>::value); in TYPED_TEST_P() [all …]
|
/external/libtextclassifier/abseil-cpp/absl/types/internal/ |
D | conformance_testing_test.cc | 123 using arch = typename TypeParam::arch; in TYPED_TEST_P() typedef 127 using arch_props = ti::PropertiesOfArchetypeT<arch>; in TYPED_TEST_P() 172 EXPECT_FALSE(DefaultConstructibleWithNew<arch>::value); in TYPED_TEST_P() 173 EXPECT_FALSE(NothrowDefaultConstructibleWithNew<arch>::value); in TYPED_TEST_P() 176 if (std::is_destructible<arch>::value) { in TYPED_TEST_P() 177 EXPECT_FALSE(std::is_default_constructible<arch>::value); in TYPED_TEST_P() 178 EXPECT_FALSE(std::is_nothrow_default_constructible<arch>::value); in TYPED_TEST_P() 179 EXPECT_FALSE(absl::is_trivially_default_constructible<arch>::value); in TYPED_TEST_P() 183 EXPECT_TRUE(DefaultConstructibleWithNew<arch>::value); in TYPED_TEST_P() 184 EXPECT_FALSE(NothrowDefaultConstructibleWithNew<arch>::value); in TYPED_TEST_P() [all …]
|
/external/angle/third_party/abseil-cpp/absl/types/internal/ |
D | conformance_testing_test.cc | 123 using arch = typename TypeParam::arch; in TYPED_TEST_P() typedef 127 using arch_props = ti::PropertiesOfArchetypeT<arch>; in TYPED_TEST_P() 172 EXPECT_FALSE(DefaultConstructibleWithNew<arch>::value); in TYPED_TEST_P() 173 EXPECT_FALSE(NothrowDefaultConstructibleWithNew<arch>::value); in TYPED_TEST_P() 176 if (std::is_destructible<arch>::value) { in TYPED_TEST_P() 177 EXPECT_FALSE(std::is_default_constructible<arch>::value); in TYPED_TEST_P() 178 EXPECT_FALSE(std::is_nothrow_default_constructible<arch>::value); in TYPED_TEST_P() 179 EXPECT_FALSE(absl::is_trivially_default_constructible<arch>::value); in TYPED_TEST_P() 183 EXPECT_TRUE(DefaultConstructibleWithNew<arch>::value); in TYPED_TEST_P() 184 EXPECT_FALSE(NothrowDefaultConstructibleWithNew<arch>::value); in TYPED_TEST_P() [all …]
|