Searched
full:arch (Results
276 -
300 of
9462) sorted by null
<<11121314151617181920>>
/prebuilts/ndk/9/platforms/android-17/arch-arm/usr/include/asm/ |
timex.h | 15 #include <asm/arch/timex.h>
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/asm/ |
hardware.h | 15 #include <asm/arch/hardware.h>
|
timex.h | 15 #include <asm/arch/timex.h>
|
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/asm/ |
hardware.h | 15 #include <asm/arch/hardware.h>
|
timex.h | 15 #include <asm/arch/timex.h>
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/asm/ |
hardware.h | 15 #include <asm/arch/hardware.h>
|
timex.h | 15 #include <asm/arch/timex.h>
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/asm/ |
hardware.h | 15 #include <asm/arch/hardware.h>
|
timex.h | 15 #include <asm/arch/timex.h>
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm/ |
hardware.h | 15 #include <asm/arch/hardware.h>
|
timex.h | 15 #include <asm/arch/timex.h>
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm/ |
hardware.h | 15 #include <asm/arch/hardware.h>
|
timex.h | 15 #include <asm/arch/timex.h>
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm/ |
hardware.h | 15 #include <asm/arch/hardware.h>
|
timex.h | 15 #include <asm/arch/timex.h>
|
/system/core/libpixelflinger/tests/arch-arm64/col32cb16blend/ |
Android.mk | 6 ../../../arch-arm64/col32cb16blend.S
|
/system/core/libpixelflinger/tests/arch-arm64/t32cb16blend/ |
Android.mk | 6 ../../../arch-arm64/t32cb16blend.S
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
splint.sh | 25 libyasm/arch.c \ 53 modules/arch/lc3b/lc3barch.c \ 54 modules/arch/lc3b/lc3bbc.c \ 55 modules/arch/x86/x86arch.c \ 56 modules/arch/x86/x86bc.c \ 57 modules/arch/x86/x86expr.c \ 58 modules/arch/x86/x86id.c \
|
/external/dnsmasq/contrib/slackware-dnsmasq/ |
dnsmasq.SlackBuild | 6 ARCH=${ARCH:-i486} 9 if [ "$ARCH" = "i386" ]; then 11 elif [ "$ARCH" = "i486" ]; then 13 elif [ "$ARCH" = "s390" ]; then 15 elif [ "$ARCH" = "x86_64" ]; then 55 makepkg -l y -c n ../dnsmasq-$VERSION-$ARCH-$BUILD.tgz
|
/external/compiler-rt/lib/tsan/ |
CMakeLists.txt | 89 set(arch "x86_64") 90 add_compiler_rt_runtime(clang_rt.tsan-${arch} ${arch} STATIC 92 $<TARGET_OBJECTS:RTInterception.${arch}> 93 $<TARGET_OBJECTS:RTSanitizerCommon.${arch}> 94 $<TARGET_OBJECTS:RTSanitizerCommonLibc.${arch}> 97 list(APPEND TSAN_RUNTIME_LIBRARIES clang_rt.tsan-${arch}) 98 add_sanitizer_rt_symbols(clang_rt.tsan-${arch} rtl/tsan.syms.extra) 99 add_dependencies(tsan clang_rt.tsan-${arch} 100 clang_rt.tsan-${arch}-symbols [all...] |
/external/libvpx/ |
libvpx-offsets.mk | 5 # libvpx_config_dir_<arch> 6 # libvpx_codec_srcs_asm_<arch> 9 # LOCAL_GENERATED_SOURCES_<arch> 10 # LOCAL_C_INCLUDES_<arch> 37 $(COMPILE_TO_S) : PRIVATE_CONFIG_DIR := $(libvpx_config_dir_$(TARGET_$(libvpx_2nd_arch)ARCH)) 50 LOCAL_GENERATED_SOURCES_$(TARGET_$(libvpx_2nd_arch)ARCH) += $(OFFSETS_GEN) 52 ifneq ($(strip $(libvpx_codec_srcs_asm_$(TARGET_$(libvpx_2nd_arch)ARCH))),) 56 VPX_GEN := $(addprefix $(libvpx_intermediates)/, $(libvpx_codec_srcs_asm_$(TARGET_$(libvpx_2nd_arch)ARCH))) 62 LOCAL_GENERATED_SOURCES_$(TARGET_$(libvpx_2nd_arch)ARCH) += $(VPX_GEN) 65 LOCAL_C_INCLUDES_$(TARGET_$(libvpx_2nd_arch)ARCH) += [all...] |
/external/chromium_org/third_party/binutils/ |
upload.sh | 35 export ARCH="Linux_ia32" 39 export ARCH="Linux_x64" 48 if [ ! -d "$ARCH" ]; then 49 mkdir -p "$ARCH" 52 BINUTILS_TAR_BZ2="$ARCH/binutils.tar.bz2"
|
/external/clang/test/Driver/ |
darwin-as.c | 5 // CHECK-STATIC_AND_DYNAMIC-32-DARWIN10: as{{(.exe)?}}" "-arch" "i386" "-force_cpusubtype_ALL" "-static" "-o" 11 // CHECK-STATIC_AND_DYNAMIC-32: as{{(.exe)?}}" "-Q" "-arch" "i386" "-force_cpusubtype_ALL" "-static" "-o" 17 // CHECK-STATIC-64: as{{(.exe)?}}" "-Q" "-arch" "x86_64" "-force_cpusubtype_ALL" "-o" 20 // RUN: -arch armv6 -no-integrated-as -x assembler -c %s 2>%t 23 // CHECK-ARMV6: as{{(.exe)?}}" "-Q" "-arch" "armv6" "-o"
|
/external/lldb/source/Interpreter/ |
OptionGroupArchitecture.cpp | 33 { LLDB_OPT_SET_1 , false, "arch" , 'a', required_argument, NULL, 0, eArgTypeArchitecture , "Specify the architecture for the target."}, 49 OptionGroupArchitecture::GetArchitecture (Platform *platform, ArchSpec &arch) 52 arch.Clear(); 54 arch.SetTriple(m_arch_str.c_str(), platform); 55 return arch.IsValid();
|
/external/ltrace/sysdeps/linux-gnu/ppc/ |
plt.c | 154 libsym->arch.type = PPC_PLT_RESOLVED; 155 libsym->arch.resolved_value = value; 184 uint32_t insn1 = libsym->arch.resolved_value >> 32; 185 uint32_t insn2 = (uint32_t) libsym->arch.resolved_value; 190 == (arch_addr_t) (long) libsym->lib->arch.pltgot_addr))) 192 mark_as_resolved(libsym, libsym->arch.resolved_value); 204 &libsym->arch.resolved_value) < 0) { 220 libsym->arch.plt_slot_addr 245 if (lte->ehdr.e_machine == EM_PPC && lte->arch.secure_plt) { 246 assert(lte->arch.plt_stub_vma != 0) [all...] |
Completed in 359 milliseconds
<<11121314151617181920>>