Searched refs:architecture (Results 1 - 25 of 47) sorted by relevance

12

/external/v8/src/
H A Dsimulator.h40 #error Unsupported target architecture.
H A Dvirtual-frame.h43 #error Unsupported target architecture.
H A Dcodegen-inl.h45 #error Unsupported target architecture.
H A Dmacro-assembler.h99 #error Unsupported target architecture.
H A Dregister-allocator-inl.h44 #error Unsupported target architecture.
H A Dframes-inl.h42 #error Unsupported target architecture.
H A Dglobals.h34 // Processor architecture detection. For more info on what's defined, see:
53 #error Your host architecture was not detected as supported by v8
61 #error Your target architecture is not supported by v8
H A Dregister-allocator.h43 #error Unsupported target architecture.
H A Dcodegen.h36 // Include the declaration of the architecture defined class CodeGenerator.
93 #error Unsupported target architecture.
H A Dplatform-macos.cc580 #error Unsupported Mac OS X host architecture.
/external/webkit/WebKitTools/Scripts/
H A Dset-webkit-configuration37 --32-bit Set the default architecture to 32-bit
38 --64-bit Set the default architecture to 64-bit
44 my $architecture = passedArchitecture();
46 if (!$architecture) {
52 $architecture = 'x86_64';
57 if (!$configuration && !$architecture) {
71 if ($architecture) {
72 if ($architecture ne "x86_64") {
74 print ARCHITECTURE $architecture;
H A Dgdb-safari52 my @architectureFlags = ("-arch", architecture()) if !isTiger();
H A Dwebkitdirs.pm52 my $architecture;
204 return if defined $architecture;
205 # make sure $architecture is defined for non-apple-mac builds
206 $architecture = "";
211 $architecture = <ARCHITECTURE>;
214 if ($architecture) {
215 chomp $architecture;
218 $architecture = `arch`;
222 $architecture = $supports64Bit ? 'x86_64' : `arch`;
224 chomp $architecture;
460 sub architecture() subroutine
[all...]
/external/libffi/
H A DLibffi.mk15 # The libffi code is organized primarily by architecture, but at some
19 # right set of source files for the OS and architecture.
38 $(info The os/architecture $(ffi_os)-$(ffi_arch) is not supported by libffi.)
39 LOCAL_SRC_FILES := your-architecture-not-supported-by-ffi-makefile.c
/external/dropbear/debian/
H A Drules4 DEB_HOST_GNU_TYPE ?=$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
5 DEB_BUILD_GNU_TYPE ?=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
/external/oprofile/daemon/
H A Dopd_cookie.c58 #error Please define __NR_lookup_dcookie for your architecture
/external/e2fsprogs/debian/
H A Drules15 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
16 DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
17 DEB_HOST_OS ?= $(shell dpkg-architecture -qDEB_HOST_OS)
18 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
19 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
/external/libffi/src/arm/
H A Dsysv.S53 @ This selects the minimum architecture level required.
/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_stretch.c53 #error Need assembly opcodes for this architecture
/external/e2fsprogs/debian/attic/libs/
H A Drules14 ARCH = $(shell dpkg --print-architecture)
/external/openssl/crypto/
H A Dcrypto-lib.com12 $! library for OpenSSL. The "xxx" denotes the machine architecture, ALPHA,
1167 $! Build a MACRO command for the architecture at hand
/external/openssl/crypto/des/
H A Ddes-lib.com12 $! architecture of ALPHA, IA64 or VAX.
43 $! Make sure we know what architecture we run on.
/external/openssl/ssl/
H A Dssl-lib.com11 $! library for OpenSSL. The "xxx" denotes the machine architecture of
/external/openssl/crypto/bn/asm/
H A Dpa-risc2.s14 ; architecture. Also see the book "PA-RISC 2.0 Architecture"
15 ; by Gerry Kane for information on the instruction set architecture.
30 ; Some information about HP's runtime architecture for 32-bits.
H A Dpa-risc2W.s8 ; architecture. Also see the book "PA-RISC 2.0 Architecture"
9 ; by Gerry Kane for information on the instruction set architecture.
24 ; Some information about HP's runtime architecture for 64-bits.

Completed in 301 milliseconds

12