| /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 | 22 Arch = Literal["x86_64", "aarch64"] variable 23 ARCH_OPTIONS = typing.cast(Tuple[Arch], typing.get_args(Arch)) 51 def data_dir(arch: Arch): argument 52 return CACHE_DIR.joinpath("crosvm_tools").joinpath(arch) 55 def pid_path(arch: Arch): argument 56 return data_dir(arch).joinpath("pid") 59 def ssh_port_path(arch: Arch): argument 60 return data_dir(arch).joinpath("ssh_port") 63 def log_path(arch: Arch): argument 64 return data_dir(arch).joinpath("vm_log") [all …]
|
| /external/libaom/av1/common/ |
| D | cfl.h | 97 #define CFL_SUBSAMPLE(arch, sub, bd, width, height) \ argument 98 void cfl_subsample_##bd##_##sub##_##width##x##height##_##arch( \ 100 cfl_luma_subsampling_##sub##_##bd##_##arch(cfl_type, input_stride, \ 105 #define CFL_SUBSAMPLE_FUNCTIONS(arch, sub, bd) \ argument 106 CFL_SUBSAMPLE(arch, sub, bd, 4, 4) \ 107 CFL_SUBSAMPLE(arch, sub, bd, 8, 8) \ 108 CFL_SUBSAMPLE(arch, sub, bd, 16, 16) \ 109 CFL_SUBSAMPLE(arch, sub, bd, 32, 32) \ 110 CFL_SUBSAMPLE(arch, sub, bd, 4, 8) \ 111 CFL_SUBSAMPLE(arch, sub, bd, 8, 4) \ [all …]
|
| /external/crosvm/tools/ |
| D | testvm | 11 from impl.testvm import Arch, VmState 16 Both are a wrapper around `./tools/testvm --arch=x86_64/aarch64`. 37 def cli_shorthand(arch: Arch): argument 38 if arch == "x86_64": 40 elif arch == "aarch64": 43 raise Exception(f"Unknown architecture: {arch}") 46 def arch_or_all(arch: Optional[Arch]): argument 47 return (arch,) if arch else testvm.ARCH_OPTIONS 53 @argh.arg("--arch-list", "--arch", nargs="*", type=str, default=ARCHS, choices=ARCHS) 54 def up(arch_list: Iterable[Arch] = [], reset: bool = False, wait: bool = False, timeout: int = 120): argument [all …]
|
| /external/XNNPACK/test/ |
| D | f16-dwconv2d-chw.yaml | 9 arch: 13 arch: 17 arch: 21 arch: 25 arch: 29 arch: 33 arch: 37 arch: 41 arch: 45 arch: [all …]
|
| D | f32-dwconv2d-chw.yaml | 18 arch: 21 arch: 24 arch: 27 arch: 30 arch: 33 arch: 36 arch: 39 arch: 42 arch: 45 arch: [all …]
|
| /external/python/cpython3/Lib/test/ |
| D | test__osx_support.py | 123 'CFLAGS': '-fno-strict-aliasing -g -O3 -arch ppc -arch i386 ', 124 'LDFLAGS': '-arch ppc -arch i386 -g', 126 'BLDSHARED': 'gcc-test -bundle -arch ppc -arch i386 -g', 127 'LDSHARED': 'gcc-test -bundle -arch ppc -arch i386 ' 133 'CFLAGS': '-fno-strict-aliasing -g -O3 -arch ppc -arch i386 ', 134 'LDFLAGS': '-arch ppc -arch i386 -g', 136 'BLDSHARED': 'clang -bundle -arch ppc -arch i386 -g', 137 'LDSHARED': 'clang -bundle -arch ppc -arch i386 ' 156 'CFLAGS': '-fno-strict-aliasing -g -O3 -arch ppc -arch i386 ', 157 'LDFLAGS': '-arch ppc -arch i386 -g', [all …]
|
| /external/cronet/third_party/apache-portable-runtime/src/ |
| D | libapr.dep | 39 ".\include\arch\apr_private_common.h"\ 40 ".\include\arch\win32\apr_arch_dso.h"\ 41 ".\include\arch\win32\apr_arch_file_io.h"\ 42 ".\include\arch\win32\apr_arch_misc.h"\ 43 ".\include\arch\win32\apr_arch_utf8.h"\ 44 ".\include\arch\win32\apr_private.h"\ 85 ".\include\arch\apr_private_common.h"\ 86 ".\include\arch\win32\apr_arch_file_io.h"\ 87 ".\include\arch\win32\apr_arch_misc.h"\ 88 ".\include\arch\win32\apr_arch_utf8.h"\ [all …]
|
| D | apr.dep | 39 ".\include\arch\apr_private_common.h"\ 40 ".\include\arch\win32\apr_arch_dso.h"\ 41 ".\include\arch\win32\apr_arch_file_io.h"\ 42 ".\include\arch\win32\apr_arch_misc.h"\ 43 ".\include\arch\win32\apr_arch_utf8.h"\ 44 ".\include\arch\win32\apr_private.h"\ 85 ".\include\arch\apr_private_common.h"\ 86 ".\include\arch\win32\apr_arch_file_io.h"\ 87 ".\include\arch\win32\apr_arch_misc.h"\ 88 ".\include\arch\win32\apr_arch_utf8.h"\ [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/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_LIST_DIR}/detect-arch.c 33 # Find basearch tag, and extract the arch word into BASEARCH variable [all …]
|
| /external/mesa3d/.gitlab-ci/container/ |
| D | cross_build.sh | 15 "crossbuild-essential-$arch" 16 "pkgconf:$arch" 17 "libasan8:$arch" 18 "libdrm-dev:$arch" 19 "libelf-dev:$arch" 20 "libexpat1-dev:$arch" 21 "libffi-dev:$arch" 22 "libpciaccess-dev:$arch" 23 "libstdc++6:$arch" 24 "libvulkan-dev:$arch" [all …]
|
| /external/minijail/tools/ |
| D | compiler_unittest.py | 28 import arch 33 ARCH_64 = arch.Arch.load_from_json_bytes( 42 self.arch = ARCH_64 43 self.compiler = compiler.PolicyCompiler(self.arch) 50 self.arch, kill_action=bpf.KillProcess()) 62 block.simulate(self.arch.arch_nr, self.arch.syscalls['read'], 65 block.simulate(self.arch.arch_nr, self.arch.syscalls['read'], 110 block.simulate(self.arch.arch_nr, 111 self.arch.syscalls['read'], 119 block.simulate(self.arch.arch_nr, self.arch.syscalls['read'], [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/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/cronet/android/tools/gn2bp/ |
| D | gn_utils.py | 140 class Arch(): class in GnParser.Target 193 self.arch = {'common': self.Arch()} 210 # Properties to forward access to common arch. 214 return self.arch['common'].sources 218 self.arch['common'].sources = val 222 return self.arch['common'].inputs 226 self.arch['common'].inputs = val 230 return self.arch['common'].outputs 234 self.arch['common'].outputs = val 238 return self.arch['common'].args [all …]
|
| /external/rust/crates/libfuzzer-sys/libfuzzer/ |
| D | CMakeLists.txt | 141 macro(partially_link_libcxx name dir arch) 142 get_target_flags_for_arch(${arch} target_cflags) 144 get_compiler_rt_target(${arch} target) 147 set(cxx_${arch}_merge_dir "${CMAKE_CURRENT_BINARY_DIR}/cxx_${arch}_merge.dir") 148 file(MAKE_DIRECTORY ${cxx_${arch}_merge_dir}) 149 add_custom_command(TARGET clang_rt.${name}-${arch} POST_BUILD 150 …rget_cflags} -Wl,--whole-archive "$<TARGET_LINKER_FILE:clang_rt.${name}-${arch}>" -Wl,--no-whole-a… 152 COMMAND ${CMAKE_COMMAND} -E remove "$<TARGET_LINKER_FILE:clang_rt.${name}-${arch}>" 153 COMMAND ${CMAKE_AR} qcs "$<TARGET_LINKER_FILE:clang_rt.${name}-${arch}>" ${name}.o 154 WORKING_DIRECTORY ${cxx_${arch}_merge_dir} [all …]
|
| /external/skia/bazel/device_specific_configs/ |
| D | device_specific_configs.go | 102 "arch": "x86_64", 111 "arch": "arm", 120 "arch": "x86_64", 130 "arch": "x86_64", 140 "arch": "x86_64", 150 "arch": "x86_64", 160 "arch": "x86_64", 170 "arch": "x86_64", 180 "arch": "x86", 190 "arch": "x86", [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 …]
|
| /external/cronet/third_party/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" == s390_64 ]]; then [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" == s390_64 ]]; then [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 …]
|