HomeSort by relevance Sort by last modified time
    Searched refs:machine (Results 776 - 800 of 1088) sorted by null

<<31323334353637383940>>

  /art/runtime/interpreter/mterp/mips64/
header.S 17 #include <machine/regdef.h>
20 /* #include <machine/fpregdef.h> */
  /bionic/libc/tools/
genlibgcc_compat.py 18 * compiler-generated machine code as a call to an __idiv helper function.
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
hdtoa.c 29 #include <machine/ieee.h>
  /development/ndk/platforms/android-21/include/
stdint.h 33 #include <machine/wchar_limits.h>
wchar.h 38 #include <machine/wchar_limits.h>
  /development/ndk/platforms/android-9/arch-mips/include/machine/
asm.h 31 #include <machine/regdef.h>
  /device/google/contexthub/lib/libm/
fdlibm.h 17 #include <machine/ieeefp.h>
  /external/autotest/tko/perf_upload/
perf_uploader.py 375 hardware_hostname = test.machine
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
linux_platform_backend.py 47 return platform.machine()
mac_platform_backend.py 129 return platform.machine()
  /external/deqp/scripts/build/
config.py 113 arch = platform.machine().lower()
  /external/elfutils/libebl/
libebl.h 65 extern Ebl *ebl_openbackend_machine (GElf_Half machine);
75 /* Get ELF machine. */
126 /* Return machine flag names. */
130 /* Check whether machine flag is valid. */
137 is a special machine section that is valid despite a combination
261 are "undefined", unless otherwise specified by the machine/compiler ABI.
263 This default is wrong for every machine with the CFI generated by GCC.
288 DWARF register number that identifies the actual PC in machine state.
  /external/libpcap/
config.guess 176 armeb) machine=armeb-unknown ;;
177 arm*) machine=arm-unknown ;;
178 sh3el) machine=shl-unknown ;;
179 sh3eb) machine=sh-unknown ;;
180 sh5el) machine=sh5le-unknown ;;
184 machine=${arch}${endian}-unknown
186 *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
230 echo "${machine}-${os}${release}${abi}"
423 # The situation for MiNT is a little confusing. The machine name
1087 case `/bin/uname -X | grep "^Machine"` i
    [all...]
  /external/libunwind/doc/
libunwind-ptrace.tex 42 gain access to the machine-state and virtual memory of \emph{another}
91 Since \Func{ptrace}(2) works within a single machine only, the
  /external/libunwind/src/x86_64/
Gos-freebsd.c 30 #include <machine/sigframe.h>
  /external/ltrace/sysdeps/linux-gnu/x86/
fetch.c 64 int machine; member in struct:fetch_context
242 if (context->machine == EM_X86_64) {
256 if (context->machine == EM_386) {
738 ctx->machine = proc->e_machine;
  /external/mesa3d/src/gallium/auxiliary/util/
u_cpu_detect.c 52 #include <machine/cpu.h>
  /external/mesa3d/src/mesa/x86/
common_x86.c 48 #include <machine/cpu.h>
  /external/scrypt/lib/crypto/
crypto_scrypt-neon.c 31 #include <machine/cpu-features.h>
  /external/skia/platform_tools/android/bin/
download_utils.py 69 name = platform.machine()
  /external/tcpdump/
config.guess 176 armeb) machine=armeb-unknown ;;
177 arm*) machine=arm-unknown ;;
178 sh3el) machine=shl-unknown ;;
179 sh3eb) machine=sh-unknown ;;
180 sh5el) machine=sh5le-unknown ;;
184 machine=${arch}${endian}-unknown
186 *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
230 echo "${machine}-${os}${release}${abi}"
423 # The situation for MiNT is a little confusing. The machine name
1087 case `/bin/uname -X | grep "^Machine"` i
    [all...]
  /external/v8/test/unittests/compiler/
loop-peeling-unittest.cc 10 #include "src/compiler/machine-operator.h"
60 MachineOperatorBuilder* machine() { return &machine_; } function in class:v8::internal::compiler::LoopPeelingTest
139 Node* add = graph()->NewNode(machine()->Int32Add(), phi, inc);
404 1, graph()->NewNode(machine()->Int32Add(), phi, Int32Constant(1)));
406 2, graph()->NewNode(machine()->Int32Add(), phi, Int32Constant(2)));
  /external/valgrind/none/tests/
libvex_test.c 6 #include <machine/endian.h>
  /external/webp/src/dsp/
cpu-features.c 13 #include <machine/cpu-features.h>
  /external/webrtc/webrtc/base/
linux.cc 246 << buf.machine;

Completed in 970 milliseconds

<<31323334353637383940>>