/toolchain/binutils/binutils-2.25/binutils/ |
objdump.c | 149 static char *machine = NULL; variable 238 -m, --architecture=MACHINE Specify the target architecture as MACHINE\n\ [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
pimp.py | 67 osname, release, machine = longplatform.split('-') 80 url = DEFAULT_PIMPDATABASE_FMT % (PIMP_VERSION, status, pyvers, osname, rel, machine) 91 url = DEFAULT_PIMPDATABASE_FMT % (PIMP_VERSION, status, pyvers, osname, release, machine) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
pimp.py | 67 osname, release, machine = longplatform.split('-') 80 url = DEFAULT_PIMPDATABASE_FMT % (PIMP_VERSION, status, pyvers, osname, rel, machine) 91 url = DEFAULT_PIMPDATABASE_FMT % (PIMP_VERSION, status, pyvers, osname, release, machine) [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
bout.c | 133 /* Architecture and machine type. */ 981 unsigned long machine) 983 bfd_default_set_arch_mach (abfd, arch, machine); 985 if (arch == bfd_arch_unknown) /* Unknown machine arch is OK. */ 989 switch (machine) [all...] |
elf32-m32c.c | 1384 int machine; local [all...] |
/art/runtime/ |
runtime_linux.cc | 60 os << info.sysname << " " << info.release << " (" << info.machine << ")";
|
/bionic/libc/arch-arm/cortex-a9/bionic/ |
strcmp.S | 29 #include <machine/cpu-features.h>
|
/bionic/libc/arch-arm/generic/bionic/ |
memcpy.S | 29 #include <machine/cpu-features.h>
|
/bionic/libc/arch-arm/krait/bionic/ |
strcmp.S | 29 #include <machine/cpu-features.h>
|
/bionic/libc/arch-mips/bionic/ |
setjmp.S | 122 #include <machine/setjmp.h>
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
math_private.h | 21 #include <machine/endian.h>
|
/build/core/ |
envsetup.mk | 40 # Set up configuration for host machine. We don't do cross- 179 # Set up configuration for target machine.
|
/external/chromium-trace/catapult/tracing/third_party/devscripts/ |
licensecheck.pl | 32 [B<-m>|B<--machine>] [B<-r>|B<--recursive>] 82 =item B<-m>, B<--machine> 84 Display the information in a machine readable way, i.e. in the form 235 "machine|m" => \$opt_machine, 411 --machine, -m Display in a machine readable way (good for awk)
|
/external/flac/libFLAC/ |
cpu.c | 77 #include <machine/cpu.h>
|
/external/google-benchmark/ |
mingw.py | 186 arch = platform.machine().lower()
|
/external/libunwind/doc/ |
libunwind-ia64.tex | 40 \section{Machine-State} 42 The machine-state (set of registers) that is accessible through 87 the remaining machine-state corresponds to the register-values that
|
/external/opencv3/3rdparty/libwebp/cpu-features/ |
cpu-features.c | 61 #include <machine/cpu-features.h>
|
/external/v8/src/compiler/ |
osr.cc | 318 CommonOperatorReducer cor(&graph_reducer, graph, common, jsgraph->machine());
|
/external/v8/test/cctest/compiler/ |
graph-builder-tester.h | 11 #include "src/compiler/machine-operator.h" 34 MachineOperatorBuilder* machine() { return &main_machine_; } function in class:v8::internal::compiler::GraphAndBuilders
|
/external/vixl/tools/ |
test.py | 225 sim_default = 'off' if platform.machine() == 'aarch64' else 'on'
|
/ndk/sources/android/support/src/msun/ |
math_private.h | 21 #include <machine/endian.h>
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_threads.h | 148 # include <machine/builtins.h>
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_threads.h | 148 # include <machine/builtins.h>
|
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-mn10300.c | 938 /* Set the default machine type. */ 941 as_warn (_("could not set architecture and machine")); 946 as_warn (_("could not set architecture and machine")); 1285 /* If the instruction is not available on the current machine 1287 if (opcode->machine 1288 && !(opcode->machine == AM33_2 && HAVE_AM33_2) 1289 && !(opcode->machine == AM33 && HAVE_AM33) 1290 && !(opcode->machine == AM30 && HAVE_AM30)) [all...] |
/build/tools/droiddoc/templates-pdk/ |
sdkpage.cs | 81 inside of a virtual machine on the device. The fundamental Android application model
|