HomeSort by relevance Sort by last modified time
    Searched full:a64 (Results 1 - 25 of 225) sorted by null

1 2 3 4 5 6 7 8 9

  /development/samples/AdaptiveIconSample/res/values/
colors.xml 3 <color name="background">#455A64</color>
  /frameworks/compile/slang/tests/F_reflection3264_reduce_mismatch_name_exp/
stderr.txt.expect 1 reflection3264_reduce_mismatch_name_exp.rs:7:12: error: 1st reduction kernel is 'a32' for 32-bit targets but 'a64' for 64-bit targets
reflection3264_reduce_mismatch_name_exp.rs 7 #pragma rs reduce(a64) accumulator(accumBad)
13 // name mismatch above (a32 versus a64)
  /frameworks/compile/slang/tests/F_reflection3264_reduce_mismatch_name_noexp/
stderr.txt.expect 1 reflection3264_reduce_mismatch_name_noexp.rs:10:12: error: 1st reduction kernel is 'a32' for 32-bit targets but 'a64' for 64-bit targets
reflection3264_reduce_mismatch_name_noexp.rs 10 #pragma rs reduce(a64) accumulator(accumGood)
16 // name mismatch above (a32 versus a64)
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
aix-glink-1-64.d 3 #as: -a64
aix-glink-3-64.d 3 #as: -a64
aix-weak-3-64.d 3 #as: -a64 --defsym size=64
elfv2-2so.d 3 #as: -a64
tls.g 3 #as: -a64
tlsexe.g 2 #as: -a64
tocnovar.d 2 #as: -a64
tocvar.d 2 #as: -a64
tlsexe.t 2 #as: -a64
tlsexetoc.g 2 #as: -a64
tlsexetoc.t 2 #as: -a64
tlsso.g 2 #as: -a64
tlsso.t 2 #as: -a64
tlstoc.g 3 #as: -a64
tlstocso.g 2 #as: -a64
tlstocso.t 2 #as: -a64
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface.h 147 typedef unsigned long long a64; // NOLINT typedef in namespace:__tsan
177 a64 __tsan_atomic64_load(const volatile a64 *a, morder mo);
190 void __tsan_atomic64_store(volatile a64 *a, a64 v, morder mo);
203 a64 __tsan_atomic64_exchange(volatile a64 *a, a64 v, morder mo);
216 a64 __tsan_atomic64_fetch_add(volatile a64 *a, a64 v, morder mo)
    [all...]
tsan_interface_atomic.cc 193 static atomic_uint64_t *to_atomic(const volatile a64 *a) {
194 return reinterpret_cast<atomic_uint64_t *>(const_cast<a64 *>(a));
514 a64 __tsan_atomic64_load(const volatile a64 *a, morder mo) {
541 void __tsan_atomic64_store(volatile a64 *a, a64 v, morder mo) {
568 a64 __tsan_atomic64_exchange(volatile a64 *a, a64 v, morder mo) {
595 a64 __tsan_atomic64_fetch_add(volatile a64 *a, a64 v, morder mo)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ppc/
altivec_xcoff64.s 2 #as: -a64 -mppc64 -maltivec
textalign-xcoff-002.d 3 #as: -mppc64 -a64

Completed in 259 milliseconds

1 2 3 4 5 6 7 8 9