HomeSort by relevance Sort by last modified time
    Searched full:arch (Results 451 - 475 of 9462) sorted by null

<<11121314151617181920>>

  /external/llvm/test/MC/ARM/
directive-arch-armv2a.s 1 @ Test the .arch directive for armv2a
12 .arch armv2a
14 @ CHECK-ASM: .arch armv2a
directive-arch-armv3.s 1 @ Test the .arch directive for armv3
12 .arch armv3
14 @ CHECK-ASM: .arch armv3
directive-arch-armv3m.s 1 @ Test the .arch directive for armv3m
12 .arch armv3m
14 @ CHECK-ASM: .arch armv3m
directive-arch-armv4.s 1 @ Test the .arch directive for armv4
12 .arch armv4
14 @ CHECK-ASM: .arch armv4
directive-arch-armv4t.s 1 @ Test the .arch directive for armv4t
12 .arch armv4t
14 @ CHECK-ASM: .arch armv4t
directive-arch-armv5.s 1 @ Test the .arch directive for armv5
12 .arch armv5
14 @ CHECK-ASM: .arch armv5
directive-arch-armv5t.s 1 @ Test the .arch directive for armv5t
12 .arch armv5t
14 @ CHECK-ASM: .arch armv5t
directive-arch-armv5te.s 1 @ Test the .arch directive for armv5te
12 .arch armv5te
14 @ CHECK-ASM: .arch armv5te
directive-arch-armv6-m.s 1 @ Test the .arch directive for armv6-m
12 .arch armv6-m
14 @ CHECK-ASM: .arch armv6-m
directive-arch-armv6.s 1 @ Test the .arch directive for armv6
12 .arch armv6
14 @ CHECK-ASM: .arch armv6
directive-arch-armv6j.s 1 @ Test the .arch directive for armv6j
12 .arch armv6j
14 @ CHECK-ASM: .arch armv6j
directive-arch-armv6t2.s 1 @ Test the .arch directive for armv6t2
12 .arch armv6t2
14 @ CHECK-ASM: .arch armv6t2
directive-arch-armv6z.s 1 @ Test the .arch directive for armv6z
12 .arch armv6z
14 @ CHECK-ASM: .arch armv6z
directive-arch-armv6zk.s 1 @ Test the .arch directive for armv6zk
12 .arch armv6zk
14 @ CHECK-ASM: .arch armv6zk
directive-arch-armv7-m.s 1 @ Test the .arch directive for armv7-m
12 .arch armv7-m
14 @ CHECK-ASM: .arch armv7-m
directive-arch-armv7.s 1 @ Test the .arch directive for armv7
12 .arch armv7
14 @ CHECK-ASM: .arch armv7
directive-arch-armv7m.s 1 @ Test the .arch directive for armv7-m
12 .arch armv7m
14 @ CHECK-ASM: .arch armv7-m
directive-arch-iwmmxt.s 1 @ Test the .arch directive for iwmmxt
12 .arch iwmmxt
14 @ CHECK-ASM: .arch iwmmxt
directive-arch-iwmmxt2.s 1 @ Test the .arch directive for iwmmxt2
12 .arch iwmmxt2
14 @ CHECK-ASM: .arch iwmmxt2
  /external/openssl/
rules.mk 5 TARGET_ARCH := $(ARCH)
6 TARGET_2ND_ARCH := $(ARCH)
25 MODULE_SRCS += $(addprefix $(LOCAL_DIR)/,$(LOCAL_SRC_FILES_$(ARCH)))
  /external/qemu/hw/nvram/
fw_cfg.c 57 int arch = !!(s->cur_entry & FW_CFG_ARCH_LOCAL); local
58 FWCfgEntry *e = &s->entries[arch][s->cur_entry & FW_CFG_ENTRY_MASK];
91 int arch = !!(s->cur_entry & FW_CFG_ARCH_LOCAL); local
92 FWCfgEntry *e = &s->entries[arch][s->cur_entry & FW_CFG_ENTRY_MASK];
192 int arch = !!(key & FW_CFG_ARCH_LOCAL); local
199 s->entries[arch][key].data = data;
200 s->entries[arch][key].len = len;
236 int arch = !!(key & FW_CFG_ARCH_LOCAL); local
246 s->entries[arch][key].data = data;
247 s->entries[arch][key].len = len
    [all...]
  /ndk/build/core/
add-platform.mk 21 _abis := $(strip $(notdir $(wildcard $(NDK_PLATFORMS_ROOT)/$(_platform)/arch-*)))
22 _abis := $(_abis:arch-%=%)
31 $(eval NDK_PLATFORM_$(_platform)_$(_abi)_SYSROOT := $(NDK_PLATFORMS_ROOT)/$(_platform)/arch-$(_abi))\
  /ndk/tests/build/libc_no_atexit/
build.sh 11 for ARCH in $DEFAULT_ARCHS; do
12 LIB=$(cd $NDK && find platforms -name "libc.so" | sed -e 's!^!'$NDK'/!' | grep arch-$ARCH)
  /ndk/build/tools/
dev-platform-import.sh 29 ARCH=
30 register_option "--arch=<name>" do_arch "Specify architecture name [autodetect]"
31 do_arch () { ARCH=$1; }
68 the build.prop file. This can be overriden with --arch=<name>
72 \$OUT_DIR/android-\$API/arch-\$ARCH/include
75 and generate symbol files in \$OUT_DIR/android-\$API/arch-\$ARCH/symbols.
113 if [ -z "$ARCH" ]; then
117 dump "Please use --arch=<name> to override this. See --help
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/lib/
libc.so 

Completed in 283 milliseconds

<<11121314151617181920>>