HomeSort by relevance Sort by last modified time
    Searched full:architecture (Results 226 - 250 of 1606) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-objdump.1 153 [\fB\-m\fR \fImachine\fR|\fB\-\-architecture=\fR\fImachine\fR]
279 If the target is an \s-1ARM\s0 architecture this switch also has the effect
375 .IP "\fB\-\-architecture=\fR\fImachine\fR" 4
376 .IX Item "--architecture=machine"
378 Specify the architecture to use when disassembling object files. This
380 architecture information, such as S\-records. You can list the available
383 If the target is an \s-1ARM\s0 architecture then this switch has an
385 instructions supported by the architecture specified by \fImachine\fR.
387 contain any architecture information, but it is also desired to
400 If the target is an \s-1ARM\s0 architecture then this switch can be used t
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathdef.h 29 /* The x86-64 architecture computes values with the precission of the
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ipc.h 55 * See architecture code for ugly details..
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathdef.h 29 /* The x86-64 architecture computes values with the precission of the
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ipc.h 55 * See architecture code for ugly details..
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
tlv.h 5 * Advanced Linux Sound Architecture - ALSA - Driver
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathdef.h 29 /* The x86-64 architecture computes values with the precission of the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ipc.h 55 * See architecture code for ugly details..
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
tlv.h 5 * Advanced Linux Sound Architecture - ALSA - Driver
  /bionic/libc/arch-mips/include/machine/
exec.h 74 /* Architecture dependent Segment types - p_type */
77 /* Architecture dependent d_tag field for Elf32_Dyn. */
105 #define EF_MIPS_ARCH 0xf0000000 /* MIPS architecture level */
  /development/ndk/platforms/android-9/arch-mips/include/machine/
exec.h 74 /* Architecture dependent Segment types - p_type */
77 /* Architecture dependent d_tag field for Elf32_Dyn. */
105 #define EF_MIPS_ARCH 0xf0000000 /* MIPS architecture level */
  /docs/source.android.com/src/devices/
index.jd 40 <h2>Android Low-Level System Architecture</h2>
50 <img src="images/system-architecture.png">
52 <p class="img-caption"><strong>Figure 1.</strong> Android System Architecture</p>
  /external/compiler-rt/lib/asan/tests/
CMakeLists.txt 98 # Compile source for the given architecture, using compiler
112 # Link ASan unit test for a given architecture from a set
140 # Adds ASan unit tests and benchmarks for architecture.
  /external/compiler-rt/lib/msan/tests/
CMakeLists.txt 74 # Compile source for the given architecture, using compiler
97 # Link MSan unit test for a given architecture from a set
114 # Adds MSan unit tests and benchmarks for architecture.
  /external/webkit/Source/WebCore/WebCore.gyp/mac/
adjust_visibility.sh 58 ARCHS=$(file "${INPUT}" | sed -Ene 's/^.*\(for architecture (.+)\):.*$/\1/p')
92 # Build an architecture-specific archive from the modified object files.
101 # Create a fat archive from the architecture-specific archives if needed.
  /external/webrtc/test/testsupport/
fileutils.h 110 // 1. [name]_[platform]_[architecture].[extension]
112 // 3. [name]_[architecture].[extension]
116 // * architecture is either of "32" or "64".
  /ndk/tests/standalone/builtin-macros/
run.sh 112 macro_check __arm__ 1 "ARM CPU architecture"
142 macro_check __i386__ 1 "x86 CPU architecture"
154 macro_check __mips__ 1 "Mips CPU architecture"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/byteorder/
swab.h 18 * architecture-dependent optimized versions
33 * Architecture optimized versions of all the swab functions
106 * provide defaults when no architecture-specific optimization is detected
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/
swab.h 18 * architecture-dependent optimized versions
33 * Architecture optimized versions of all the swab functions
106 * provide defaults when no architecture-specific optimization is detected
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/
swab.h 18 * architecture-dependent optimized versions
33 * Architecture optimized versions of all the swab functions
106 * provide defaults when no architecture-specific optimization is detected
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
exec.h 74 /* Architecture dependent Segment types - p_type */
77 /* Architecture dependent d_tag field for Elf32_Dyn. */
105 #define EF_MIPS_ARCH 0xf0000000 /* MIPS architecture level */
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
exec.h 74 /* Architecture dependent Segment types - p_type */
77 /* Architecture dependent d_tag field for Elf32_Dyn. */
105 #define EF_MIPS_ARCH 0xf0000000 /* MIPS architecture level */
  /external/webkit/Tools/Scripts/
webkitdirs.pm 53 my $architecture;
217 return if defined $architecture;
218 # make sure $architecture is defined for non-apple-mac builds
219 $architecture = "";
223 if (open ARCHITECTURE, "$baseProductDir/Architecture") {
224 $architecture = <ARCHITECTURE>;
225 close ARCHITECTURE;
227 if ($architecture) {
520 sub architecture() subroutine
    [all...]
  /external/llvm/docs/HistoricalNotes/
2000-11-18-EarlyDesignIdeasResp.txt 11 > architecture interface first (i.e., consider the code generation and
12 > processor issues), since the architecture interface question is also
15 I forsee the architecture looking kinda like this: (which is completely
166 > -- Multiscalar architecture from Wisconsin
167 > -- Simultaneous multithreading architecture from Washington
  /external/webkit/Source/WebKit2/Shared/Plugins/Netscape/mac/
NetscapePluginModuleMac.mm 47 SInt32 architecture;
48 if (!CFNumberGetValue(number, kCFNumberSInt32Type, &architecture))
50 architectures.add(architecture);
84 #error "Unhandled architecture"
327 // Check that the architecture is valid.

Completed in 3254 milliseconds

1 2 3 4 5 6 7 8 91011>>