HomeSort by relevance Sort by last modified time
    Searched refs:arch (Results 676 - 700 of 888) sorted by null

<<21222324252627282930>>

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_filter_armv6.S 18 .arch armv6
  /hardware/samsung_slsi/exynos5/libswconverter/
csc_tiled_to_linear_uv_deinterleave_neon.s 47 .arch armv7-a
csc_tiled_to_linear_y_neon.s 45 .arch armv7-a
  /bionic/libc/arch-arm/bionic/
memcpy.a9.S 56 .arch armv7-a
63 .arch armv6
69 .arch armv6
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86bc.c 223 yasm_x86__ea_create_expr(yasm_arch *arch, yasm_expr *e)
225 yasm_arch_x86 *arch_x86 = (yasm_arch_x86 *)arch;
    [all...]
x86id.c 33 #include "modules/arch/x86/x86arch.h"
242 * with arch-specific data[2]. This combined value is compared with
251 * its parameter in LSB->MSB order from the arch-specific data[1] from the
252 * lexer data, and the LSB of the arch-specific data[1] is reserved for the
    [all...]
  /external/qemu/target-i386/
kvm.c 948 dbg->arch.debugreg[7] = 0x0600;
950 dbg->arch.debugreg[n] = hw_breakpoint[n].addr;
951 dbg->arch.debugreg[7] |= (2 << (n * 2)) |
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
msvc9compiler.py 263 def query_vcvarsall(version, arch="x86"):
272 log.debug("Calling 'vcvarsall.bat %s' (version=%s)", arch, version)
273 popen = subprocess.Popen('"%s" %s & set' % (vcvarsall, arch),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvc9compiler.py 263 def query_vcvarsall(version, arch="x86"):
272 log.debug("Calling 'vcvarsall.bat %s' (version=%s)", arch, version)
273 popen = subprocess.Popen('"%s" %s & set' % (vcvarsall, arch),
  /external/chromium_org/v8/src/
log.cc 573 const char arch[] = "ia32"; local
575 const char arch[] = "x64";
577 const char arch[] = "arm";
579 const char arch[] = "mips";
581 const char arch[] = "unknown";
583 LogWriteBytes(arch, sizeof(arch));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar 
org.eclipse.update.configurator_3.3.100.v20100512.jar 
  /external/chromium_org/third_party/libjingle/source/talk/
main.scons 94 # the sysroot, so we just assume it's not a cross-arch build or that it
95 # doesn't matter. Currently it only matters if you try to build a cross-arch
410 '-arch', 'i386',
420 '-arch', 'i386',
696 # The non-hermetic, native-arch dbg build is the default.
  /build/core/
config.mk 248 # $(1): os/arch
250 build/core/combo/include/arch/$(1)/AndroidConfig.h
476 RS_PREBUILT_LIBPATH := -L prebuilts/ndk/8/platforms/android-9/arch-$(TARGET_ARCH)/usr/lib
  /external/bison/build-aux/
depcomp 651 -arch)
  /external/chromium/third_party/libjingle/source/talk/
main.scons 282 '-arch', 'i386',
293 '-arch', 'i386',
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
stabs-dbgfmt.c 323 /* Stablen is determined by arch/machine */
324 if (yasm__strcasecmp(yasm_arch_keyword(object->arch), "x86") == 0) {
  /external/kernel-headers/original/asm-arm/
io.h 76 #include <asm/arch/io.h>
  /external/qemu/
android-configure.sh 70 --arch=*) TARGET_ARCH=$optarg
98 echo " --arch=ARM specify target architecture [$TARGET_ARCH]"
  /external/valgrind/main/
Android.mk 376 cachegrind/cg-arch.c \
421 cachegrind/cg-arch.c \
  /ndk/build/tools/
make-standalone-toolchain.sh 37 ARCH=
38 register_option "--arch=<name>" do_arch "Specify target architecture" "arm"
39 do_arch () { ARCH=$1; }
72 # Check ARCH
73 if [ -z "$ARCH" ]; then
76 ARCH=arm
79 ARCH=x86
82 ARCH=mips
85 ARCH=arm
88 ARCH_INC=$ARCH
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir.cpp 995 Program::Program(Type type, Target *arch)
997 target(arch),
  /external/chromium_org/third_party/opus/src/
depcomp 571 -arch)
  /external/chromium_org/third_party/opus/src/src/
opus_decoder.c 74 int arch; member in struct:OpusDecoder
124 st->arch = opus_select_arch();

Completed in 1824 milliseconds

<<21222324252627282930>>