Home
last modified time | relevance | path

Searched defs:c5 (Results 1 – 25 of 46) sorted by relevance

12

/external/clang/test/CodeGen/
Darm64-abi-vector.c86 __char5 c5 = va_arg(ap, __char5); in varargs_vec_5c() local
170 __short5 c5 = va_arg(ap, __short5); in varargs_vec_5s() local
213 __int5 c5 = va_arg(ap, __int5); in varargs_vec_5i() local
255 __char5 c5 = va_arg(ap, __char5); in varargs_vec() local
300 double test(__char3 *c3, __char5 *c5, __char9 *c9, __char19 *c19, in test()
324 __attribute__((noinline)) double args_vec_5c(int fixed, __char5 c5) { in args_vec_5c()
386 __attribute__((noinline)) double args_vec_5s(int fixed, __short5 c5) { in args_vec_5s()
418 __attribute__((noinline)) double args_vec_5i(int fixed, __int5 c5) { in args_vec_5i()
Dconstant-comparison.c9 int *c5 = &a + (6 * 5 >= 30); variable
Dtentative-decls.c35 static int c5[]; variable
Darm-abi-vector.c118 __char5 c5 = va_arg(ap, __char5); in varargs_vec_5c() local
273 __short5 c5 = va_arg(ap, __short5); in varargs_vec_5s() local
/external/clang/test/Parser/
Dc1x-alignas.c10 char _Alignas(_Alignof(int)) c5; variable
/external/clang/test/Sema/
Dpointer-conversion.c10 char ** c5 = &c4; // expected-warning {{discards qualifiers in nested pointer types}} variable
Dstring-init.c25 …char16_t c5[] = L"a"; // expected-error{{initializing wide char array with incompatible wide strin… in f() local
/external/clang/test/SemaTemplate/
Dinstantiation-default-2.cpp14 Constant<float (*)(int, double), &f> *c5; variable
/external/webrtc/talk/media/base/
Dcodec_unittest.cc77 Codec c5; in TEST_F() local
88 AudioCodec c5(96, "A", 44100, 20000, 1, 3); in TEST_F() local
167 VideoCodec c5(96, "V", 320, 200, 10, 3); in TEST_F() local
/external/libvpx/libvpx/vpx_dsp/ppc/
Dtranspose_vsx.h41 int16x8_t c0, c1, c2, c3, c4, c5, c6, c7; in vpx_transpose_s16_8x8() local
Dhadamard_vsx.c31 const int16x8_t c5 = vec_add(b5, b7); in vpx_hadamard_s16_8x8_one_pass() local
/external/fio/lib/
Dbswap.h21 uint64_t c1, c2, c3, c4, c5, c6, c7, c8; in __be64_to_cpu() local
/external/swiftshader/src/Renderer/
DSurface.cpp3869 __m128i c5 = _mm_load_si128((__m128i*)(source5 + 4 * x)); in resolve() local
3905 __m128i c5 = _mm_load_si128((__m128i*)(source5 + 4 * x)); in resolve() local
4014 unsigned int c5 = *(unsigned int*)(source5 + 4 * x); in resolve() local
4050 unsigned int c5 = *(unsigned int*)(source5 + 4 * x); in resolve() local
4163 __m128i c5 = _mm_load_si128((__m128i*)(source5 + 4 * x)); in resolve() local
4199 __m128i c5 = _mm_load_si128((__m128i*)(source5 + 4 * x)); in resolve() local
4308 unsigned int c5 = *(unsigned int*)(source5 + 4 * x); in resolve() local
4344 unsigned int c5 = *(unsigned int*)(source5 + 4 * x); in resolve() local
4456 __m128i c5 = _mm_load_si128((__m128i*)(source5 + 8 * x)); in resolve() local
4492 __m128i c5 = _mm_load_si128((__m128i*)(source5 + 8 * x)); in resolve() local
[all …]
/external/clang/test/CodeGenCXX/
Dlto-visibility-inference.cpp68 void f(C1 *c1, C2 *c2, C3 *c3, C4 *c4, C5 *c5, C6 *c6, std::C7 *c7, in f()
Dmangle-ms-return-qualifiers.cpp68 const A* c5() { return 0; } in c5() function
/external/clang/test/SemaCXX/
Dstring-init.cpp20 …char16_t c5[] = L"a"; // expected-error{{initializing wide char array with incompatible wide strin… in f() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
D2-2.c129 void c5(void) in c5() function
/external/ltp/lib/
Dtst_kvercmp.c109 int c1 = 0, c2 = 0, c3 = 0, c4 = 0, c5 = 0; in tst_kvexcmp() local
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dfilterbanks_mips.c116 int32_t c4, c5, c6, c7; in WebRtcIsacfix_HighpassFilterFixDec32MIPS() local
/external/sl4a/Common/src/com/googlecode/android_scripting/language/
DLanguage.java176 char c3, String s3, char c4, String s4, char c5, String s5) { in buildAutoCloseMap()
/external/libvpx/libvpx/vpx_dsp/arm/
Dhadamard_neon.c36 const int16x8_t c5 = vaddq_s16(b5, b7); in hadamard8x8_one_pass() local
Dhighbd_idct4x4_add_neon.c100 int64x2_t c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11; in idct4x4_16_kernel_bd12() local
Dhighbd_idct8x8_add_neon.c300 int16x8_t c0, c1, c2, c3, c4, c5, c6, c7; in vpx_highbd_idct8x8_12_add_neon() local
572 int16x8_t c0, c1, c2, c3, c4, c5, c6, c7; in vpx_highbd_idct8x8_64_add_neon() local
/external/libchrome/base/
Dcallback_unittest.cc67 Callback<void(int,int,int,int,int)> c5; in TEST_F() local
/external/icu/icu4c/source/test/intltest/
Ditercoll.cpp159 Collator *c5 = Collator::createInstance(Locale("ja", "JP", ""), status); in TestPrevious() local

12