Searched +full:- +full:- +full:add +full:- +full:architecture (Results 1 – 25 of 1083) sorted by relevance
12345678910>>...44
| /external/double-conversion/ |
| D | Changelog | 1 2022-01-16: 4 2022-01-10: 5 Fix quiet NANs on MIPS* and PA-RISC architectures. 8 2021-12-22: 9 Add support of Synopsys ARC64 architecture. 12 2021-12-04: 15 2021-10-04: 18 2021-07-16: 21 2021-05-19: 22 Loongarch is a RISC-style command system architecture. [all …]
|
| /external/capstone/bindings/vb6/ |
| D | CInstDetails.cls | 3 MultiUse = -1 'True 29 ' // Architecture-specific instruction info 31 ' cs_x86 x86; // X86 architecture, including 16-bit, 32-bit & 64-bit mode 32 ' cs_arm64 arm64; // ARM64 architecture (aka AArch64) 33 ' cs_arm arm; // ARM architecture (including Thumb/Thumb2) 34 ' cs_mips mips; // MIPS architecture 35 ' cs_ppc ppc; // PowerPC architecture 36 ' cs_sparc sparc; // Sparc architecture 37 ' cs_sysz sysz; // SystemZ architecture 38 ' cs_xcore xcore; // XCore architecture [all …]
|
| /external/capstone/bindings/powershell/Capstone/ |
| D | Capstone.psm1 | 5 function Get-CapstoneVersion { in Get-CapstoneVersion() 10 New-Object -TypeName version -ArgumentList @( in Get-CapstoneVersion() 25 function Initialize-Capstone { in Initialize-Capstone() 31 Test-Path -Path $_ -PathType Leaf -ErrorAction Stop in Initialize-Capstone() 44 …tackoverflow.com/questions/16552801/how-do-i-conditionally-add-a-class-with-add-type-typedefinitio… in Initialize-Capstone() 45 if (-not ([System.Management.Automation.PSTypeName]'Capstone').Type) { in Initialize-Capstone() 46 Add-Type -TypeDefinition @" in Initialize-Capstone() 67 /// Partial, only architecture-independent internal data in Initialize-Capstone() 85 CS_ERR_MEM, /// Out-Of-Memory error: cs_open(), cs_disasm(), cs_disasm_iter() in Initialize-Capstone() 86 CS_ERR_ARCH, /// Unsupported architecture: cs_open() in Initialize-Capstone() [all …]
|
| /external/sg3_utils/debian/ |
| D | rules | 1 #!/usr/bin/make -f 6 # architecture-dependant package, as well as an architecture-independent 12 DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS 2>/dev/null) 14 configure: configure-stamp 15 configure-stamp: 17 # Add here commands to configure the package. 18 …FLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --bindir=/… 19 touch configure-stamp 21 build: configure-stamp build-stamp 22 build-stamp: [all …]
|
| /external/capstone/ |
| D | HACK.TXT | 2 -------------- 6 . <- core engine + README + COMPILE.TXT etc 7 ├── arch <- code handling disasm engine for each arch 8 │ ├── AArch64 <- ARM64 (aka ARMv8) engine 9 │ ├── ARM <- ARM engine 10 │ ├── EVM <- Ethereum engine 11 │ ├── M680X <- M680X engine 12 │ ├── M68K <- M68K engine 13 │ ├── Mips <- Mips engine 14 │ ├── MOS65XX <- MOS65XX engine [all …]
|
| /external/sdv/vsomeip/third_party/boost/predef/doc/ |
| D | history.adoc | 2 Copyright 2014-2021 Rene Rivera 12 * Add `ARCH_PPC_64` predef. 14 * Add `ARCH_E2K`, Elbrus 2000, architecture from Konstantin Ivlev. 21 * Fix including sub-BSD OS headers directly causing redef warnings. 22 * Add CI testing of direct inclusion of all headers. 23 * Add CI testing on FreeBSD for clang and gcc. 24 * Add `WORD_BITS` set of predefs to detect the architecture word size. 26 * Add CI testing for Cygwin 32 and 64. 30 * Add `BOOST_ARCH_RISCV`. (from Andreas Schwab) 31 * Add RISC-V endian detection. (from Thomas Petazzoni) [all …]
|
| D | predef.adoc | 8 :source-highlighter: pygments 9 :source-language: cpp 10 :caution-caption: ⚑ 11 :important-caption: ‼ 12 :note-caption: ℹ 13 :tip-caption: ☀ 14 :warning-caption: ⚠ 20 ifdef::backend-html5[] 30 This library defines a set of compiler, architecture, operating system, 55 identification macro would be #undef and re-#defined in the corresponding [all …]
|
| /external/bcc/debian/ |
| D | control | 5 Standards-Version: 3.9.5 6 Build-Depends: debhelper (>= 9), cmake, 8 llvm-9-dev | llvm-8-dev | llvm-6.0-dev | llvm-3.8-dev [!arm64] | llvm-3.7-dev [!arm64], 9 …libclang-9-dev | libclang-8-dev | libclang-6.0-dev | libclang-3.8-dev [!arm64] | libclang-3.7-dev … 10 …clang-format-9 | clang-format-8 | clang-format-6.0 | clang-format-3.8 [!arm64] | clang-format-3.7 … 11 libelf-dev, bison, flex, libfl-dev, libedit-dev, zlib1g-dev, git, 12 python (>= 2.7), python-netaddr, python-pyroute2 | python3-pyroute2, luajit, 13 libluajit-5.1-dev, arping, inetutils-ping | iputils-ping, iperf, netperf, 14 ethtool, devscripts, python3, dh-python 15 # add 'libdebuginfod-dev' to Build-Depends for libdebuginfod support [all …]
|
| /external/eigen/cmake/ |
| D | EigenTesting.cmake | 21 # Add the current target to the list of subtest targets 29 hip_add_executable(${targetname} ${filename} HIPCC_OPTIONS "-DEIGEN_USE_HIP ${ARGV2}") 67 ei_add_target_property(${targetname} COMPILE_FLAGS "-DEIGEN_NO_ASSERTION_CHECKING=1") 70 ei_add_target_property(${targetname} COMPILE_FLAGS "-DEIGEN_DEBUG_ASSERTS=1") 74 ei_add_target_property(${targetname} COMPILE_FLAGS "-DEIGEN_TEST_MAX_SIZE=${EIGEN_TEST_MAX_SIZE}") 102 # and that severely breaks target_link_libraries ("can't link to -l-lstdc++" errors). 129 if(${flag} MATCHES "^-D.*") 130 string(REPLACE "-D" "" definition_flag ${flag}) 136 # Link against pthread and add sycl to target 143 # Macro to add a test [all …]
|
| /external/grpc-grpc-java/compiler/ |
| D | build.gradle | 4 id "maven-publish" 12 // Adds space-delimited arguments from the environment variable env to the 14 def addEnvArgs = { env, argList -> 17 value.split(' +').each() { it -> argList.add(it) } 21 // Adds corresponding "-l" option to the argList if libName is not found in 23 // artifacts, we add the ".a" files directly to LDFLAGS and without "-l" in 24 // order to get statically linked, otherwise we add the libraries through "-l" 26 def addLibraryIfNotLinked = { libName, argList -> 29 argList.add('-l' + libName) 43 // Prefer vcvars-provided environment over registry-discovered environment [all …]
|
| /external/crosvm/docs/book/src/building_crosvm/ |
| D | linux.md | 19 git submodule update --init 34 ./tools/install-deps 38 [Using the development container](#using-the-development-container). 43 [Podman](https://podman.io/getting-started/installation) or 44 [Docker](https://docs.docker.com/get-docker/) installed, it can be started with: 60 you wish to start fresh, use the `--clean` flag. 67 If you want to enable [additional features](../running_crosvm/features.md), use the `--features` 68 flag. (e.g. `cargo build --features=gdb`) 82 To execute integration tests as well, you need to specify a device-under-test (DUT). The most 83 reliable option is to use the built-in VM for testing: [all …]
|
| /external/llvm/test/Transforms/IndVarSimplify/NVPTX/ |
| D | no-widen-expensive.ll | 1 ; RUN: opt < %s -indvars -S | FileCheck %s 3 target triple = "nvptx64-unknown-unknown" 5 ; For the nvptx64 architecture, the cost of an arithmetic instruction on a 6 ; 64-bit integer is twice as expensive as that on a 32-bit integer, because the 7 ; hardware needs to simulate a 64-bit integer using two 32-bit integers. 8 ; Therefore, in this particular architecture, we should not widen induction 9 ; variables to 64-bit integers even though i64 is a legal type in the 64-bit 13 ; CHECK-LABEL: @indvar_32_bit 22 %i.06 = phi i32 [ 0, %for.body.preheader ], [ %add, %for.body ] 28 %add = add nsw i32 %i.06, 3 [all …]
|
| /external/OpenCSD/ |
| D | README.md | 1 OpenCSD - An open source CoreSight(tm) Trace Decode library {#mainpage} 15 ------------------ 28 ---------------------------------- 34 - ETE (v1.3) instruction trace - packet processing and packet decode. 35 - ETMv4 (v4.6 [A/R profile] v4.4 [M profile]) instruction trace - packet processing and packet deco… 36 - PTM (v1.1) instruction trace - packet processing and packet decode. 37 - ETMv3 (v3.5) instruction trace - packet processing and packet decode. 38 - ETMv3 (v3.5) data trace - packet processing. 39 - STM (v1.1) software trace - packet processing and packet decode. 41 - External Decoders - support for addition of external / custom decoders into the library. [all …]
|
| /external/oss-fuzz/infra/cifuzz/ |
| D | docker_test.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 22 CONTAINER_NAME = 'example-container' 27 SANITIZER = 'example-sanitizer' 28 LANGUAGE = 'example-language' 36 project = 'my-project' 38 'gcr.io/oss-fuzz/my-project') 45 def test_delete_images(self, mock_execute): # pylint: disable=no-self-use 50 mock.call(['docker', 'rmi', '-f'] + images), 51 mock.call(['docker', 'builder', 'prune', '-f']) 69 '--cap-add', [all …]
|
| /external/curl/projects/ |
| D | README.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 11 from sources using legacy versions of Visual Studio 2010 - 2013. 14 "generate -help" for usage details. 17 cmake. Refer to INSTALL-CMAKE in the docs directory. 31 This structure allows for side-by-side compilation of curl on the same machine 36 Note: Typically this side-by-side compilation is generally only required when 52 | |_<architecture> 60 | |_<architecture> [all …]
|
| /external/bazelbuild-platforms/cpu/ |
| D | BUILD | 13 # To add a new constraint_value see https://github.com/bazelbuild/platforms. 20 # an architecture. 25 # implementation. For example, cortex-r52 is a 32 bit processor, and 26 # cortex-r82 is a 64 bit processor, but both are armv8-r architecture. 27 # We use the specific processor names because armv8-r is insufficient to 33 # Special case: Architecture-independent outputs only 35 # Some builds are expected to only produce architecture-independent data files, 40 # ensure that architecture-dependent builds cannot be performed (except by way 44 # many different NIC models. The package overall is architecture-independent, 46 # transition to the suitable architecture for that specific NIC model. [all …]
|
| /external/oss-fuzz/docs/advanced-topics/ |
| D | reproducing.md | 1 --- 6 permalink: /advanced-topics/reproducing/ 7 --- 9 # Reproducing OSS-Fuzz issues 12 You've been CCed on an OSS-Fuzz issue 13 ([examples](https://bugs.chromium.org/p/oss-fuzz/issues/list?can=1&q=Type%3ABug%2CBug-Security)). 17 - TOC 19 --- 26 target](http://libfuzzer.info/#fuzz-target). 31 }}/faq/#why-do-you-require-a-google-account-for-authentication)) that the bug [all …]
|
| /external/sdv/vsomeip/third_party/boost/process/.circleci/ |
| D | config.yml | 6 - BOOST_LIBRARY=process 7 - CXX_STANDARD=gnu++11 9 - image: gcc:7 11 - checkout 12 - run: 15 echo 'export BOOST="$HOME/boost-local"' >> $BASH_ENV 22 HOME_SED_=$(echo $HOME | sed -e 's/\//\\\//g') 24 - run: 27 apt-get update -yqq 28 apt-get install git curl valgrind -y [all …]
|
| /external/toolchain-utils/binary_search_tool/ndk/ |
| D | README.md | 14 2. Go here for older NDK downloads: https://github.com/android-ndk/ndk/wiki 27 `<ndk_path>/toolchains/llvm/prebuilt/linux-x86_64/bin/clang` 39 `PATCH1` - This is the necessary changes to the build system to make the 43 architecture just sit there and don't actually execute. By adding a build 47 `PATCH2` - This patch is what inserts the "compiler error". This is a simple 52 ## Using another device architecture 54 If we want to bisect for an x86-64 device we first need to provide a arch 58 create("x86-64") { 59 ndk.abiFilters.add("x86_64") 63 We want to add this under the same "productFlavors" section that our arm7 [all …]
|
| /external/tensorflow/tensorflow/lite/tools/pip_package/ |
| D | Dockerfile.py3 | 7 # http://www.apache.org/licenses/LICENSE-2.0 22 RUN apt-get update && \ 23 apt-get install -y \ 24 build-essential \ 25 software-properties-common \ 26 zlib1g-dev \ 30 apt-get clean 32 RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata 34 RUN dpkg --add-architecture armhf 35 RUN dpkg --add-architecture arm64 [all …]
|
| /external/cronet/third_party/cpu_features/src/include/ |
| D | cpuinfo_mips.h | 7 // http://www.apache.org/licenses/LICENSE-2.0 24 int msa : 1; // MIPS SIMD Architecture 32 // MIPS(r) Architecture for Programmers, Volume IV-c 33 int smart : 1; // Smart-card cryptography 34 // MIPS(r) Architecture for Programmers, Volume IV-d 36 // MIPS(r) Architecture for Programmers, Volume IV-e 39 // Make sure to update MipsFeaturesEnum below if you add a field here. 71 #error "Including cpuinfo_mips.h from a non-mips target."
|
| /external/cpu_features/include/ |
| D | cpuinfo_mips.h | 7 // http://www.apache.org/licenses/LICENSE-2.0 24 int msa : 1; // MIPS SIMD Architecture 32 // MIPS(r) Architecture for Programmers, Volume IV-c 33 int smart : 1; // Smart-card cryptography 34 // MIPS(r) Architecture for Programmers, Volume IV-d 36 // MIPS(r) Architecture for Programmers, Volume IV-e 39 // Make sure to update MipsFeaturesEnum below if you add a field here. 71 #error "Including cpuinfo_mips.h from a non-mips target."
|
| /external/aws-sdk-java-v2/.changes/2.21.x/ |
| D | 2.21.4.json | 3 "date": "2023-10-19", 8 "contributor": "mgrundie-r7", 9 "description": "Netty version bump to address CVE-2023-44487" 27 …l for high performance, compute-intensive workloads such as high performance computing. Amazon EC2… 39 "description": "Doc changes to add IAM action mappings for the data actions." 51 …start, opensearch process restart and opensearch dashboard restart for Multi-AZ without standby do… 57 …ble restricted folders 4) Add rolling dates for time equality filters 5) Refine DataPathValue and … 75 …"description": "Move the service to the standardized AWS SDK architecture for identity and auth th… 81 …"description": "Move the service to the standardized AWS SDK architecture for identity and auth th…
|
| /external/llvm/docs/HistoricalNotes/ |
| D | 2000-11-18-EarlyDesignIdeasResp.txt | 1 Date: Sun, 19 Nov 2000 16:23:57 -0600 (CST) 11 > architecture interface first (i.e., consider the code generation and 12 > processor issues), since the architecture interface question is also 13 > important for portable Java-type VMs? 15 I forsee the architecture looking kinda like this: (which is completely 27 reinventing something that we don't add much value to). When the 48 for value add. The nice safe "sandbox" VM can be provided as a layer 58 > a. A single-assignment VM, which we've both already been thinking 87 > b. A strongly-typed VM. One question is do we need the types to be 100 > c. How do we get more high-level information into the VM while keeping [all …]
|
| /external/libcups/config-scripts/ |
| D | cups-compiler.m4 | 4 dnl Copyright 2007-2020 by Apple Inc. 5 dnl Copyright 1997-2007 by Easy Software Products, all rights reserved. 10 dnl Clear the debugging and non-shared library options unless the user asks 15 AC_ARG_WITH(optim, [ --with-optim set optimization flags ], 20 AC_ARG_ENABLE(debug, [ --enable-debug build with debugging symbols]) 21 AC_ARG_ENABLE(debug_guards, [ --enable-debug-guards build with memory allocation guards]) 22 AC_ARG_ENABLE(debug_printfs, [ --enable-debug-printfs build with CUPS_DEBUG_LOG support]) 23 AC_ARG_ENABLE(unit_tests, [ --enable-unit-tests build and run unit tests]) 26 if test x$enable_debug = xyes -a "x$OPTIM" = x; then 27 OPTIM="-g" [all …]
|
12345678910>>...44