/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm/ |
mc146818rtc.h | 15 #include <asm/arch/irqs.h>
|
smp.h | 19 #include <asm/arch/smp.h>
|
/external/chromium_org/chrome/tools/build/win/ |
FILES.cfg | 12 # arch: List of CPU architectures for which this file should be processed 50 'arch': ['32bit'], 90 'arch': ['32bit'], 329 'arch': ['32bit'], 360 'arch': ['32bit'], 390 'arch': ['32bit'], 467 'arch': ['32bit'], 474 'arch': ['32bit'], 532 'arch': ['32bit'], 538 'arch': ['32bit'] [all...] |
/external/chromium_org/v8/test/cctest/ |
cctest.status | 91 ['arch == arm64', { 110 }], # 'arch == arm64' 112 ['arch == arm64 and simulator_run == True', { 117 }], # 'arch == arm64 and simulator_run == True' 119 ['arch == arm64 and mode == debug and simulator_run == True', { 129 }], # 'arch == arm64 and mode == debug and simulator_run == True' 182 ['arch == arm', { 199 }], # 'arch == arm' 202 ['arch == mipsel or arch == mips', [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/config/ |
Makefile | 3 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \ 11 # Additional ARCH settings for x86 12 ifeq ($(ARCH),i386) 13 override ARCH := x86 18 ifeq ($(ARCH),x86_64) 19 override ARCH := x86 27 ARCH_INCLUDE = ../../arch/x86/lib/memcpy_64.S ../../arch/x86/lib/memset_64.S 51 # include ARCH specific config 52 -include $(src-perf)/arch/$(ARCH)/Makefil [all...] |
/external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/ |
Os.java | 34 System.getProperty("os.arch").toLowerCase(Locale.ENGLISH); 55 private String arch; field in class:Os 160 * @param arch The OS architecture 162 public void setArch(String arch) { 163 this.arch = arch.toLowerCase(Locale.ENGLISH); 184 return isOs(family, name, arch, version); 214 * @param arch the OS architecture to check for 218 public static boolean isArch(String arch) { 219 return isOs(null, null, arch, null) [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/ |
Makefile.flat | 51 modules/arch/x86/x86arch.o \ 52 modules/arch/x86/x86bc.o \ 53 modules/arch/x86/x86expr.o \ 54 modules/arch/x86/x86id.o \ 60 modules/arch/lc3b/lc3barch.o \ 61 modules/arch/lc3b/lc3bbc.o \ 212 x86insn_nasm.gperf x86insn_gas.gperf x86insns.c: modules/arch/x86/gen_x86_insn.py 214 -python modules/arch/x86/gen_x86_insn.py 222 x86cpu.c: modules/arch/x86/x86cpu.gperf genperf 223 ./genperf modules/arch/x86/x86cpu.gperf $ [all...] |
/external/valgrind/main/coregrind/m_initimg/ |
initimg-linux.c | 971 ThreadArchState* arch = &VG_(threads)[1].arch; local [all...] |
/external/compiler-rt/ |
CMakeLists.txt | 185 function(get_target_flags_for_arch arch out_var) 186 list(FIND COMPILER_RT_SUPPORTED_ARCH ${arch} ARCH_INDEX) 188 message(FATAL_ERROR "Unsupported architecture: ${arch}") 190 set(${out_var} ${TARGET_${arch}_CFLAGS} PARENT_SCOPE) 201 # test_target_arch(<arch> <target flags...>) 204 macro(test_target_arch arch) 205 set(TARGET_${arch}_CFLAGS ${ARGN}) 206 try_compile(CAN_TARGET_${arch} ${CMAKE_BINARY_DIR} ${SIMPLE_SOURCE} 207 COMPILE_DEFINITIONS "${TARGET_${arch}_CFLAGS}" 208 OUTPUT_VARIABLE TARGET_${arch}_OUTPU [all...] |
/ndk/build/tools/ |
build-gnu-libstdc++.sh | 112 local ARCH BINPREFIX SYSROOT GNUSTL_SRCDIR 129 ARCH=$(convert_abi_to_arch $ABI) 131 BINPREFIX=$NDK_DIR/$(get_toolchain_binprefix_for_arch $ARCH $GCC_VERSION $TAG) 149 SYSROOT=$NDK_DIR/$(get_default_platform_sysroot_for_arch $ARCH) 150 LDIR=$SYSROOT"/usr/"$(get_default_libdir_for_arch $ARCH) 162 case $ARCH in 237 if [ "$ARCH" == "x86_64" -o "$ARCH" == "mips64" ]; then 281 local ARCH=$(convert_abi_to_arch $ABI) 283 local PREFIX=$(get_default_toolchain_prefix_for_arch $ARCH) [all...] |
/external/chromium_org/native_client_sdk/src/tools/tests/ |
nacl_config_test.py | 97 arch = tc_arch[1] 100 arch = None 101 self.assertEqual(expected, nacl_config.GetToolPath(toolchain, arch, tool)) 107 # Using toolchain=pnacl with any arch other than None, or 'pnacl' is an 109 for arch in ('x86_32', 'x86_64', 'arm', 'foobar'): 111 nacl_config.GetToolPath, toolchain, arch, tool) 134 for arch in ('x86_32', 'x86_64', 'arm'): 136 nacl_config.GetToolPath(toolchain, arch, 'gdb'))
|
/external/chromium_org/sdch/ |
README.chromium | 11 CC=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -x c -arch armv6 14 CXX=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -x c++ -arch armv6
|
/external/chromium_org/third_party/opus/src/celt/arm/ |
armcpu.c | 157 int arch = 0; local 160 return arch; 161 arch++; 164 return arch; 165 arch++; 168 return arch; 169 arch++; 171 return arch;
|
/external/clang/test/Driver/ |
sysroot.c | 11 // CHECK-APPLE-ISYSROOT: "-arch" "i386"{{.*}} "-syslibroot" "{{[^"]*}}/FOO" 18 // CHECK-APPLE-SYSROOT: "-arch" "i386"{{.*}} "-syslibroot" "{{[^"]*}}/BAR"
|
/external/clang/test/SemaObjC/ |
opaque-is-access-warn.m | 1 // RUN: %clang -target x86_64-apple-darwin -arch arm64 -mios-version-min=7 -fsyntax-only -Wdeprecated-objc-isa-usage %s -Xclang -verify 2 // RUN: %clang -target x86_64-apple-darwin -arch arm64 -mios-version-min=7 -fsyntax-only %s -Xclang -verify
|
/external/fio/crc/ |
crc32c.h | 21 #include "../arch/arch.h"
|
/external/fio/os/windows/ |
dobuild.cmd | 19 "%WIX%bin\candle" -nologo -arch %FIO_ARCH% install.wxs
21 "%WIX%bin\candle" -nologo -arch %FIO_ARCH% examples.wxs
|
/external/kernel-headers/original/uapi/linux/ |
seccomp.h | 34 * @arch: indicates system call convention as an AUDIT_ARCH_* value 42 __u32 arch; member in struct:seccomp_data
|
/external/libopus/celt/arm/ |
armcpu.c | 157 int arch = 0; local 160 return arch; 161 arch++; 164 return arch; 165 arch++; 168 return arch; 169 arch++; 171 return arch;
|
/external/libunwind/doc/ |
NOTES | 19 file <unwind-ARCH.h>. For example, to get the IA-64-specific register 69 architecture, as it doesn't rely on any arch-specific registers. 74 host, the library is installed as libunwind-$ARCH, where $ARCH is 76 the header file is installed as libunwind-$ARCH. 87 - include <libunwind-$ARCH.h>, and 88 - link against -lunwind-$ARCH 90 The global symbols exported by -lunwind-$ARCH are unique such that the
|
/external/libvpx/ |
libvpx.mk | 6 ## Arch-common settings 18 # Load the arch-specific settings
|
/external/llvm/examples/ |
Makefile | 20 ifeq ($(ARCH),x86) 23 ifeq ($(ARCH),x86_64)
|
/external/llvm/test/MC/Mips/ |
elf-objdump.s | 6 // RUN: llvm-mc -filetype=obj -arch=mips64 -triple mips64-unknown-linux %s -o - | llvm-objdump -d -triple mips-unknown-linux - | FileCheck %s 8 // RUN: llvm-mc -filetype=obj -arch=mips64el -triple mips64el-unknown-linux %s -o - | llvm-objdump -d -triple mips-unknown-linux - | FileCheck %s
|
mips-data-directives.s | 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 | \ 4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -filetype=obj -o - | \
|
/external/llvm/test/MC/Sparc/ |
sparcv9-instructions.s | 1 ! RUN: not llvm-mc %s -arch=sparc -show-encoding 2>&1 | FileCheck %s --check-prefix=V8 2 ! RUN: llvm-mc %s -arch=sparcv9 -show-encoding | FileCheck %s --check-prefix=V9
|