HomeSort by relevance Sort by last modified time
    Searched full:arch (Results 276 - 300 of 5710) sorted by null

<<11121314151617181920>>

  /external/dnsmasq/contrib/slackware-dnsmasq/
dnsmasq.SlackBuild 6 ARCH=${ARCH:-i486}
9 if [ "$ARCH" = "i386" ]; then
11 elif [ "$ARCH" = "i486" ]; then
13 elif [ "$ARCH" = "s390" ]; then
15 elif [ "$ARCH" = "x86_64" ]; then
55 makepkg -l y -c n ../dnsmasq-$VERSION-$ARCH-$BUILD.tgz
  /external/llvm/test/MC/Mips/
cpload.s 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 | FileCheck %s -check-prefix=ASM
3 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -mattr=+o32 -filetype=obj -o -| \
4 # RUN: llvm-objdump -d -r -arch=mips - | \
7 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -target-abi n32 -filetype=obj -o -| \
8 # RUN: llvm-objdump -d -r -arch=mips - | \
11 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+n64 -filetype=obj -o -| \
12 # RUN: llvm-objdump -d -r -arch=mips - | \
  /external/libvpx/
libvpx-offsets.mk 5 # libvpx_config_dir_<arch>
6 # libvpx_codec_srcs_asm_<arch>
9 # LOCAL_GENERATED_SOURCES_<arch>
10 # LOCAL_C_INCLUDES_<arch>
37 $(COMPILE_TO_S) : PRIVATE_CONFIG_DIR := $(libvpx_config_dir_$(TARGET_$(libvpx_2nd_arch)ARCH))
50 LOCAL_GENERATED_SOURCES_$(TARGET_$(libvpx_2nd_arch)ARCH) += $(OFFSETS_GEN)
52 ifneq ($(strip $(libvpx_codec_srcs_asm_$(TARGET_$(libvpx_2nd_arch)ARCH))),)
56 VPX_GEN := $(addprefix $(libvpx_intermediates)/, $(libvpx_codec_srcs_asm_$(TARGET_$(libvpx_2nd_arch)ARCH)))
62 LOCAL_GENERATED_SOURCES_$(TARGET_$(libvpx_2nd_arch)ARCH) += $(VPX_GEN)
65 LOCAL_C_INCLUDES_$(TARGET_$(libvpx_2nd_arch)ARCH) +=
    [all...]
  /external/clang/test/Driver/
darwin-as.c 5 // CHECK-STATIC_AND_DYNAMIC-32-DARWIN10: as{{(.exe)?}}" "-arch" "i386" "-force_cpusubtype_ALL" "-static" "-o"
11 // CHECK-STATIC_AND_DYNAMIC-32: as{{(.exe)?}}" "-Q" "-arch" "i386" "-force_cpusubtype_ALL" "-static" "-o"
17 // CHECK-STATIC-64: as{{(.exe)?}}" "-Q" "-arch" "x86_64" "-force_cpusubtype_ALL" "-o"
20 // RUN: -arch armv6 -no-integrated-as -x assembler -c %s 2>%t
23 // CHECK-ARMV6: as{{(.exe)?}}" "-Q" "-arch" "armv6" "-o"
darwin-embedded.c 1 // RUN: %clang -target x86_64-apple-darwin -arch armv6m -resource-dir=%S/Inputs/resource_dir %s -### 2> %t
2 // RUN: %clang -target x86_64-apple-darwin -arch armv7em -resource-dir=%S/Inputs/resource_dir %s -### 2>> %t
3 // RUN: %clang -target x86_64-apple-darwin -arch armv7em -mhard-float -resource-dir=%S/Inputs/resource_dir %s -### 2>> %t
5 // RUN: %clang -target x86_64-apple-darwin -arch armv7m -fPIC -resource-dir=%S/Inputs/resource_dir %s -### 2>> %t
6 // RUN: %clang -target x86_64-apple-darwin -arch armv7em -fPIC -mfloat-abi=hard -resource-dir=%S/Inputs/resource_dir %s -### 2>> %t
7 // RUN: %clang -target x86_64-apple-darwin -arch armv7em -fPIC -mfloat-abi=softfp -resource-dir=%S/Inputs/resource_dir %s -### 2>> %t
8 // RUN: %clang -target x86_64-apple-none-macho -arch armv7 -mhard-float -resource-dir=%S/Inputs/resource_dir %s -### 2>> %t
9 // RUN: %clang -target x86_64-apple-none-macho -arch armv7 -msoft-float -fPIC -resource-dir=%S/Inputs/resource_dir %s -### 2>> %t
51 // -arch "armv7" (== embedded v7a) can be used in a couple of variants:
phases.c 31 // RUN: %clang -target i386-apple-darwin9 -ccc-print-phases -x c %s -arch ppc -arch i386 2>&1 | FileCheck -check-prefix=ULI %s
38 // ULI: 6: bind-arch, "ppc", {5}, image
39 // ULI: 7: bind-arch, "i386", {5}, image
43 // RUN: %clang -target i386-apple-darwin9 -ccc-print-phases -c -x c %s -arch ppc -arch i386 2>&1 | FileCheck -check-prefix=UOF %s
49 // UOF: 5: bind-arch, "ppc", {4}, object
50 // UOF: 6: bind-arch, "i386", {4}, object
53 // Arch defaulting
55 // ARCH1: 2: bind-arch, "i386", {1}, objec
    [all...]
ccc-host-triple-no-integrated-as.c 11 // X86: "-arch"
16 // X86_64: "-arch"
darwin-dsymutil.c 1 // Check that we run dsymutil properly with multiple -arch options.
4 // RUN: -arch i386 -arch x86_64 %s -g 2> %t
13 // CHECK-MULTIARCH-ACTIONS: 6: bind-arch, "i386", {5}, image
14 // CHECK-MULTIARCH-ACTIONS: 7: bind-arch, "x86_64", {5}, image
19 // RUN: -arch i386 -arch x86_64 %s -g 2> %t
49 // RUN: %clang -m32 -arch x86_64 -g %s -###
ios-simulator-arcruntime.c 1 // RUN: %clang -### -x objective-c -target i386-apple-darwin10 -arch i386 -mios-simulator-version-min=4.2.1 -fobjc-arc -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-OPTIONS1 %s
2 // RUN: %clang -### -x objective-c -target i386-apple-darwin10 -arch i386 -mios-simulator-version-min=5.0.0 -fobjc-arc -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-OPTIONS2 %s
  /external/google-breakpad/src/processor/
microdump_stackwalk_machine_readable_test 36 for ARCH in $MICRODUMP_SUPPORTED_ARCHS; do
37 echo "Testing microdump_stackwalk -m for arch $ARCH"
38 ./src/processor/microdump_stackwalk -m $testdata_dir/microdump-${ARCH}.dmp \
41 diff -u $testdata_dir/microdump.stackwalk.machine_readable-${ARCH}.out -
microdump_stackwalk_test 36 for ARCH in $MICRODUMP_SUPPORTED_ARCHS; do
37 echo "Testing microdump_stackwalk for arch $ARCH"
38 ./src/processor/microdump_stackwalk $testdata_dir/microdump-${ARCH}.dmp \
41 diff -u $testdata_dir/microdump.stackwalk-${ARCH}.out -
  /external/lldb/source/Interpreter/
OptionGroupArchitecture.cpp 33 { LLDB_OPT_SET_1 , false, "arch" , 'a', required_argument, NULL, 0, eArgTypeArchitecture , "Specify the architecture for the target."},
49 OptionGroupArchitecture::GetArchitecture (Platform *platform, ArchSpec &arch)
52 arch.Clear();
54 arch.SetTriple(m_arch_str.c_str(), platform);
55 return arch.IsValid();
  /external/ltrace/sysdeps/linux-gnu/ppc/
plt.c 154 libsym->arch.type = PPC_PLT_RESOLVED;
155 libsym->arch.resolved_value = value;
184 uint32_t insn1 = libsym->arch.resolved_value >> 32;
185 uint32_t insn2 = (uint32_t) libsym->arch.resolved_value;
190 == (arch_addr_t) (long) libsym->lib->arch.pltgot_addr)))
192 mark_as_resolved(libsym, libsym->arch.resolved_value);
204 &libsym->arch.resolved_value) < 0) {
220 libsym->arch.plt_slot_addr
245 if (lte->ehdr.e_machine == EM_PPC && lte->arch.secure_plt) {
246 assert(lte->arch.plt_stub_vma != 0)
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
JmeSystemDelegate.java 105 private boolean is64Bit(String arch) {
106 if (arch.equals("x86")) {
108 } else if (arch.equals("amd64")) {
110 } else if (arch.equals("x86_64")) {
112 } else if (arch.equals("ppc") || arch.equals("PowerPC")) {
114 } else if (arch.equals("ppc64")) {
116 } else if (arch.equals("i386") || arch.equals("i686")) {
118 } else if (arch.equals("universal")) {
127 String arch = System.getProperty("os.arch").toLowerCase(); local
    [all...]
  /external/strace/
configure.ac 20 arch=bfin
24 arch=i386
28 arch=ia64
32 arch=m68k
36 arch=sparc64
40 arch=sparc
44 arch=metag
48 arch=mips
52 arch=alpha
60 #endif], [], arch=powerpc64, arch=powerpc
    [all...]
  /external/deqp/scripts/build/
config.py 99 def __init__(self, version, arch):
101 if arch == self.ARCH_64BIT:
106 self.arch = arch
113 arch = platform.machine().lower()
115 if arch == 'x86':
117 elif arch == 'amd64':
120 raise Exception("Unhandled arch '%s'" % arch)
123 def registryKeyAvailable (root, arch, name)
    [all...]
  /external/elfutils/src/tests/
backtrace-subr.sh 74 echo >&2 $testname: arch not supported
100 arch=$1
101 testfiles backtrace.$arch.{exec,core}
102 tempfiles backtrace.$arch.{bt,err}
103 echo ./backtrace ./backtrace.$arch.{exec,core}
104 testrun ${abs_builddir}/backtrace -e ./backtrace.$arch.exec --core=./backtrace.$arch.core 1>backtrace.$arch.bt 2>backtrace.$arch.err || true
105 cat backtrace.$arch.{bt,err
    [all...]
  /ndk/build/tools/
cleanup-headers.sh 19 # This tool is used when we want to generate NDK arch headers.
20 # It will populate $NDK_DIR/../development/ndk/platforms/android-*/arch-$NEW_ARCH by default.
31 PROGRAM_PARAMETERS="<old-arch-name> <new-arch-name>"
33 "This tool is used when we want to generate NDK arch headers.
34 It will populate $NDK_DIR/../development/ndk/platforms/android-*/arch-$NEW_ARCH by default."
47 dump "[Error] Must specify old and new arch names"
51 if [ -n "`find $DEV_NDK_PLATFORM_DIR -type d | grep arch-$NEW_ARCH`" ]; then
52 log "[Warning] Already exist new arch headers. Remove it first."
54 rm -rf $DEV_NDK_PLATFORM_DIR/android-$API/arch-$NEW_ARC
    [all...]
make-standalone-toolchain.sh 37 ARCH=
38 register_var_option "--arch=<name>" ARCH "Specify target architecture"
81 # Check ARCH
82 if [ -z "$ARCH" ]; then
85 ARCH=arm
88 ARCH=x86
91 ARCH=mips
94 ARCH=arm64
97 ARCH=x86_6
    [all...]
  /external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
ObjectContainerUniversalMachO.cpp 150 fat_arch arch; local
151 if (data.GetU32(&offset, &arch, sizeof(fat_arch)/sizeof(uint32_t)))
152 fat_archs.push_back(arch);
173 ArchSpec arch; local
178 GetArchitectureAtIndex(i, arch);
179 s->Printf("arch[%u] = %s\n", i, arch.GetArchitectureName());
197 ObjectContainerUniversalMachO::GetArchitectureAtIndex (uint32_t idx, ArchSpec& arch) const
201 arch.SetArchitecture (eArchTypeMachO, m_fat_archs[idx].cputype, m_fat_archs[idx].cpusubtype);
211 ArchSpec arch; local
    [all...]
  /external/valgrind/coregrind/
launcher-darwin.c 144 /* Examine the client and work out which arch it is for */
162 // If it's thin, return that arch.
172 // If it's fat, look for a good arch.
178 // If only one fat arch, use it.
183 // Scan fat headers for default arch.
188 // Scan fat headers for any supported arch.
211 const char *arch; local
244 if (0 == strncmp(argv[i], "--arch=", 7))
293 VG_(debugLog)(1, "launcher", "arch '%s' IS NOT installed\n", valid_archs[i].valgrind_name);
296 VG_(debugLog)(1, "launcher", "arch '%s' IS installed\n", valid_archs[i].valgrind_name)
    [all...]
  /bionic/linker/
Android.mk 17 LOCAL_SRC_FILES_arm := arch/arm/begin.S
18 LOCAL_SRC_FILES_arm64 := arch/arm64/begin.S
19 LOCAL_SRC_FILES_x86 := arch/x86/begin.c
20 LOCAL_SRC_FILES_x86_64 := arch/x86_64/begin.S
21 LOCAL_SRC_FILES_mips := arch/mips/begin.S linker_mips.cpp
22 LOCAL_SRC_FILES_mips64 := arch/mips64/begin.S linker_mips.cpp
  /external/compiler-rt/test/builtins/Unit/
test 19 for ARCH in $ARCHS; do
21 if test "$ARCH" != '<host>'; then
22 CFLAGS="-arch $ARCH $CFLAGS"
45 echo "Built $FILE.exe for $ARCH"
52 echo "Testing $FILE for $ARCH"
  /external/lldb/test/plugins/
builder_base.py 11 Same idea holds for LLDB_ARCH environment variable, which maps to the ARCH make
21 return os.environ["ARCH"] if "ARCH" in os.environ else ""
28 """Returns the flag required to specify the arch"""
35 archflag = "-arch "
53 arch = architecture if architecture else None
54 if not arch and "ARCH" in os.environ:
55 arch = os.environ["ARCH"]
    [all...]
  /external/clang/test/SemaObjC/
opaque-is-access.m 1 // RUN: %clang -target x86_64-apple-darwin -arch arm64 -mios-version-min=7 -fsyntax-only %s -Xclang -verify
2 // RUN: %clang -target x86_64-apple-darwin -arch x86_64 -mios-simulator-version-min=7 -fsyntax-only %s -Xclang -verify

Completed in 2112 milliseconds

<<11121314151617181920>>