HomeSort by relevance Sort by last modified time
    Searched full:arch (Results 101 - 125 of 5710) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/boringssl/src/crypto/poly1305/
CMakeLists.txt 3 if (${ARCH} STREQUAL "arm")
  /external/clang/test/Index/
index-kernel-invocation.cpp 1 // RUN: c-index-test -index-file -arch i386 -mkernel %s | FileCheck %s
  /external/compiler-rt/make/
lib_platforms.mk 7 PerConfigVariables := UniversalArchs Arch $(AvailableOptions)
33 $$(foreach arch,$(AvailableArchs),\
34 $$(call Set,$$(var).$$(arch),UNDEFINED)))
45 # Check that exactly one of UniversalArchs or Arch was defined.
47 $$(call strneq,UNDEFINED,$$(Arch))),\
48 $$(error '$(1)': cannot define both 'UniversalArchs' and 'Arch'))
50 $$(call strneq,UNDEFINED,$$(Arch))),,\
51 $$(error '$(1)': must define one of 'UniversalArchs' and 'Arch'))
61 $$(foreach arch,$(AvailableArchs),\
62 $$(if $$(call strneq,UNDEFINED,$$($$(var).$$(arch))),\
    [all...]
  /external/linux-tools-perf/src/tools/perf/util/include/asm/
dwarf2.h 5 /* dwarf2.h ... dummy header file for including arch/x86/lib/mem{cpy,set}_64.S */
  /external/linux-tools-perf/src/tools/perf/util/include/linux/
linkage.h 5 /* linkage.h ... for including arch/x86/lib/memcpy_64.S */
  /external/lldb/test/macosx/universal/
Makefile 7 $(CC) -arch i386 -o testit.i386 testit.i386.o
10 $(CC) -arch x86_64 -o testit.x86_64 testit.x86_64.o
13 $(CC) -g -O0 -arch i386 -c -o testit.i386.o main.c
16 $(CC) -g -O0 -arch x86_64 -c -o testit.x86_64.o main.c
  /external/llvm/test/MC/Sparc/
sparc-vis.s 1 ! RUN: llvm-mc %s -arch=sparcv9 -mcpu=niagara -show-encoding | FileCheck %s
  /external/llvm/test/tools/llvm-cov/
universal-binary.c 7 // RUN: llvm-cov show %S/Inputs/universal-binary -instr-profile %t.profdata -filename-equivalence %s -arch x86_64 | FileCheck %s
9 // RUN: not llvm-cov show %S/Inputs/universal-binary -instr-profile %t.profdata -filename-equivalence %s -arch i386 2>&1 | FileCheck --check-prefix=WRONG-ARCH %s
10 // WRONG-ARCH: Failed to load coverage
  /external/ltrace/sysdeps/linux-gnu/metag/
Makefile.am 10 arch.h \
  /external/valgrind/memcheck/tests/x86-linux/
scalar_fork.c 9 // __NR_fork 2 --> arch/sys_fork()
scalar_vfork.c 9 // __NR_vfork 190 --> arch/sys_fork() [we can't use sys_vfork()]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/src/
armVC_Version.c 5 const char * const omxVC_VersionDescription = "ARM OpenMAX DL v" ARM_VERSION_STRING " Rel=" OMX_ARM_RELEASE_TAG " Arch=" OMX_ARM_BUILD_ARCHITECTURE " Tools=" OMX_ARM_BUILD_TOOLCHAIN ;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/src/
armVC_Version.c 5 const char * const omxVC_VersionDescription = "ARM OpenMAX DL v" ARM_VERSION_STRING " Rel=" OMX_ARM_RELEASE_TAG " Arch=" OMX_ARM_BUILD_ARCHITECTURE " Tools=" OMX_ARM_BUILD_TOOLCHAIN ;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/src/
armVC_Version.c 5 const char * const omxVC_VersionDescription = "ARM OpenMAX DL v" ARM_VERSION_STRING " Rel=" OMX_ARM_RELEASE_TAG " Arch=" OMX_ARM_BUILD_ARCHITECTURE " Tools=" OMX_ARM_BUILD_TOOLCHAIN ;
  /hardware/libhardware/modules/
README.android 12 /system/libs/hw/<*_HARDWARE_MODULE_ID>.<ro.arch>.so
17 A module can have several variants: "default", "arch" and "board", and they're
18 loaded in the "board", "arch" and "default" order.
21 The source code for "default" and "arch" would usually
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/
crtend_android.o 
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/
crtend_android.o 
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/
crtend_android.o 
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/lib/
crtbegin_dynamic.o 
crtbegin_static.o 
crtend_android.o 
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
crtend_android.o 
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/lib/
crtbegin_dynamic.o 
crtbegin_static.o 
crtend_android.o 

Completed in 310 milliseconds

1 2 3 45 6 7 8 91011>>