HomeSort by relevance Sort by last modified time
    Searched defs:a0 (Results 1 - 25 of 273) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/clang/test/Sema/
weak-import-on-enum.c 7 a0 enumerator in enum:A
PR2919-builtin-types-compat-strips-crv.c 6 int a0[__builtin_types_compatible_p(T0, variable
  /external/clang/test/CXX/expr/
p8.cpp 4 int a0; variable
15 f0(a0);
  /external/clang/test/CodeGenCXX/
template-anonymous-union-member-initializer.cpp 11 A<int> a0; variable
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
prefix1.s 19 a0 TETRA a label
  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p1.cpp 10 A<int> a0 = make< A<int> >(); local
  /external/clang/test/SemaTemplate/
operator-template.cpp 9 int a0(A<int> x) { return x == 1; } function
dependent-sized_array.cpp 14 int a0[] = {}; // expected-warning{{zero}} local
instantiate-member-initializers.cpp 9 A<int> a0; variable
  /external/clang/test/CodeGen/
attr-used.c 2 // RUN: grep '@llvm.used = .*@a0' %t
17 __attribute__((used)) int a0; variable
18 void pr27535() { (void)a0; }
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
relax-2.s 19 a0: label
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p2.cpp 10 A<int> a0 = f0(arr0); local
20 A<int(int, int)> a0 = f0(g0); local
31 A<X> a0 = f1(get_X()); local
basic.cpp 8 A<int> a0 = f0(ip); local
  /external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/
invoke_int_0.pass.cpp 52 A_int_0 a0; local
53 std::reference_wrapper<A_int_0> r1(a0);
invoke_void_0.pass.cpp 57 A_void_0 a0; local
58 std::reference_wrapper<A_void_0> r1(a0);
  /external/libvpx/libvpx/vp8/common/mips/dspr2/
reconinter_dspr2.c 25 unsigned int a0, a1, a2, a3; local
33 "ulw %[a0], 0(%[src]) \n\t"
37 "sw %[a0], 0(%[dst]) \n\t"
41 : [a0] "=&r"(a0), [a1] "=&r"(a1), [a2] "=&r"(a2), [a3] "=&r"(a3)
53 unsigned int a0, a1; local
61 "ulw %[a0], 0(%[src]) \n\t"
63 "sw %[a0], 0(%[dst]) \n\t"
65 : [a0] "=&r"(a0), [a1] "=&r"(a1
77 unsigned int a0, a1; local
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/refwrap/refwrap.invoke/
invoke_int_0.pass.cpp 52 A_int_0 a0; local
53 std::reference_wrapper<A_int_0> r1(a0);
invoke_void_0.pass.cpp 57 A_void_0 a0; local
58 std::reference_wrapper<A_void_0> r1(a0);
  /external/libchrome/base/memory/
linked_ptr_unittest.cc 36 linked_ptr<A> a0, a1, a2; local
37 a0 = a0;
39 ASSERT_EQ(a0.get(), static_cast<A*>(NULL));
42 ASSERT_TRUE(a0 == NULL);
48 a0 = a3;
49 ASSERT_TRUE(a0 == a3);
50 ASSERT_TRUE(a0 != NULL);
51 ASSERT_TRUE(a0.get() == a3);
52 ASSERT_TRUE(a0 == a3.get())
    [all...]
  /external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
destroy.pass.cpp 50 struct A0
53 ~A0() {++count;}
56 int A0::count = 0;
61 A0::count = 0;
63 std::aligned_storage<sizeof(A0)>::type a0; local
64 std::allocator_traits<A<int> >::construct(a, (A0*)&a0);
65 assert(A0::count == 0);
66 std::allocator_traits<A<int> >::destroy(a, (A0*)&a0)
81 std::aligned_storage<sizeof(A0)>::type a0; local
    [all...]
  /external/libffi/testsuite/libffi.call/
testclosure.c 29 struct cls_struct_combined a0; local
31 a0 = *(struct cls_struct_combined*)(args[0]);
33 cls_struct_combined_fn(a0);
  /external/libvpx/libvpx/vp8/common/arm/neon/
idct_dequant_0_2x_neon.c 16 int i, a0, a1; local
22 a0 = ((q[0] * dq) + 4) >> 3;
25 q2Add.val[0] = vdupq_n_s16((int16_t)a0);
  /external/libvpx/libvpx/vpx_dsp/arm/
idct32x32_1_add_neon.c 19 const uint8x16_t a0 = vld1q_u8(*dest); local
21 const uint8x16_t b0 = vqaddq_u8(a0, res);
30 const uint8x16_t a0 = vld1q_u8(*dest); local
32 const uint8x16_t b0 = vqsubq_u8(a0, res);
idct4x4_add_neon.c 25 int16x8_t a0, a1; local
33 a0 = load_tran_low_to_s16q(input);
35 idct4x4_16_kernel_bd8(cospis, &a0, &a1);
39 idct4x4_16_kernel_bd8(cospis, &a0, &a1);
40 a0 = vrshrq_n_s16(a0, 4);
50 d01_u16 = vaddw_u8(vreinterpretq_u16_s16(a0), dest01_u8);
  /external/libxaac/decoder/
ixheaacd_dsp_fft32x32s.c 35 WORD32 a0, a1, a2, a3, a00, a10, a20, a30; local
41 a0 = ixheaacd_sub32_sat(y[0], y[8]);
57 x[2] = ixheaacd_sub32_sat(a0, a1);
58 x[6] = ixheaacd_add32_sat(a0, a1);
63 a0 = ixheaacd_sub32_sat(y[2], y[10]);
79 x[10] = ixheaacd_sub32_sat(a0, a1);
80 x[14] = ixheaacd_add32_sat(a0, a1);
89 a0 = ixheaacd_sub32_sat(x[4], x[13]);
104 real[2] = ixheaacd_add32_sat(a0, a2);

Completed in 1582 milliseconds

1 2 3 4 5 6 7 8 91011