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

1 2 3

  /external/clang/test/Sema/
generic-selection.c 30 int a8[_Generic(g, void (*)(void): 1, default: 2) == 1 ? 1 : -1]; local
attr-mode-enums.c 44 CompleteYType2 a8; local
complex-int.c 34 double a8; local
builtin-classify-type.c 36 int a8[__builtin_classify_type(f) == pointer_type_class ? 1 : -1]; local
  /external/clang/test/SemaCXX/
attr-weakref.cpp 28 int a8 __attribute__((weakref ("v1"))); // expected-error {{weakref declaration must have internal linkage}} variable
builtin-classify-type.cpp 45 int a8[__builtin_classify_type(&cl::baz) == offset_type_class ? 1 : -1]; local
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface.h 144 typedef unsigned char a8; typedef in namespace:__tsan
171 a8 __tsan_atomic8_load(const volatile a8 *a, morder mo);
184 void __tsan_atomic8_store(volatile a8 *a, a8 v, morder mo);
197 a8 __tsan_atomic8_exchange(volatile a8 *a, a8 v, morder mo);
210 a8 __tsan_atomic8_fetch_add(volatile a8 *a, a8 v, morder mo)
    [all...]
  /external/valgrind/massif/tests/
deep.c 20 void a8 (int n) { a9 (n); } function
21 void a7 (int n) { a8 (n); }
  /toolchain/binutils/binutils-2.27/gold/testsuite/
common_test_1.c 50 int a8 __attribute__ ((aligned (1 << 4))); variable
69 assert (&a9 < &a8);
70 assert (&a8 < &a7);
common_test_1_v1.c 53 int a8 __attribute__ ((aligned (1 << 4))); variable
73 assert (&a9 > &a8);
74 assert (&a8 > &a7);
common_test_1_v2.c 50 int a8 __attribute__ ((aligned (1 << 4))); variable
71 assert (&a9 != &a8);
72 assert (&a8 != &a7);
  /external/clang/test/CodeGen/
ms_struct-bitfield-1.c 71 static int a8[(sizeof(t8) == 4) -1]; variable
ms_struct-pack.c 124 static int a8[(sizeof(eight_ms) == 48) - 1]; variable
ms_struct-bitfield-2.c 134 static int a8[(sizeof (struct_8) == size_struct_8) -1]; variable
  /external/clang/test/SemaTemplate/
temp_arg_template.cpp 29 C<Ylong> *a8; // expected-error{{template template argument has different template parameters than its corresponding template template parameter}} variable
  /external/libffi/testsuite/libffi.call/
cls_longdouble.c 24 long double a8)
26 long double r = a1 + a2 + a3 + a4 + a5 + a6 + a7 + a8;
29 a1, a2, a3, a4, a5, a6, a7, a8, r);
45 long double a8 = *(long double*)args[7]; local
48 a1, a2, a3, a4, a5, a6, a7, a8);
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
cls_longdouble.c 24 long double a8)
26 long double r = a1 + a2 + a3 + a4 + a5 + a6 + a7 + a8;
29 a1, a2, a3, a4, a5, a6, a7, a8, r);
45 long double a8 = *(long double*)args[7]; local
48 a1, a2, a3, a4, a5, a6, a7, a8);
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
cls_longdouble.c 24 long double a8)
26 long double r = a1 + a2 + a3 + a4 + a5 + a6 + a7 + a8;
29 a1, a2, a3, a4, a5, a6, a7, a8, r);
45 long double a8 = *(long double*)args[7]; local
48 a1, a2, a3, a4, a5, a6, a7, a8);
  /external/skia/src/opts/
Sk4px_NEON.h 72 uint8x16_t a8 = vdupq_n_u8(0); // ____ ____ ____ ____ local
73 a8 = vld1q_lane_u8(a+0, a8, 0); // ____ ____ ____ ___0
74 a8 = vld1q_lane_u8(a+1, a8, 4); // ____ ____ ___1 ___0
75 a8 = vld1q_lane_u8(a+2, a8, 8); // ____ ___2 ___1 ___0
76 a8 = vld1q_lane_u8(a+3, a8, 12); // ___3 ___2 ___1 ___0
77 auto a32 = (uint32x4_t)a8; //
82 uint8x16_t a8 = vdupq_n_u8(0); \/\/ ____ ____ ____ ____ local
    [all...]
  /external/skqp/src/opts/
Sk4px_NEON.h 72 uint8x16_t a8 = vdupq_n_u8(0); // ____ ____ ____ ____ local
73 a8 = vld1q_lane_u8(a+0, a8, 0); // ____ ____ ____ ___0
74 a8 = vld1q_lane_u8(a+1, a8, 4); // ____ ____ ___1 ___0
75 a8 = vld1q_lane_u8(a+2, a8, 8); // ____ ___2 ___1 ___0
76 a8 = vld1q_lane_u8(a+3, a8, 12); // ___3 ___2 ___1 ___0
77 auto a32 = (uint32x4_t)a8; //
82 uint8x16_t a8 = vdupq_n_u8(0); \/\/ ____ ____ ____ ____ local
    [all...]
  /external/clang/test/Parser/
cxx0x-lambda-expressions.cpp 47 int a8[1] = {[d = 0] { return d; } ()}; // expected-warning{{extension}} local
  /external/pdfium/third_party/libtiff/
tif_open.c 104 uint8 a8[2]; member in union:__anon31511
107 n.a8[0]=1;
108 n.a8[1]=0;
  /external/clang/test/CodeGenCXX/
mangle-abi-tag.cpp 47 static float a8; member in struct:E
49 float E<float>::a8; member in class:E
  /external/lzma/C/
Aes.c 75 UInt32 a8 = xtime(a4); local
76 UInt32 a9 = a8 ^ a1;
77 UInt32 aB = a8 ^ a2 ^ a1;
78 UInt32 aD = a8 ^ a4 ^ a1;
79 UInt32 aE = a8 ^ a4 ^ a2;
  /prebuilts/go/darwin-x86/src/debug/dwarf/testdata/
typedef.c 68 t_func_ptr_int_of_char_schar_uchar *a8; variable

Completed in 1165 milliseconds

1 2 3