Searched defs:c5 (Results 1 - 25 of 55) sorted by relevance

123

/external/clang/test/Sema/
H A Dpointer-conversion.c10 char ** c5 = &c4; // expected-warning {{discards qualifiers in nested pointer types}} variable
H A Dstring-init.c25 char16_t c5[] = L"a"; // expected-error{{initializing wide char array with incompatible wide string literal}} local
/external/clang/test/CodeGen/
H A Dconstant-comparison.c9 int *c5 = &a + (6 * 5 >= 30); variable
H A Dtentative-decls.c34 // RUN: grep '@c5 = internal global \[1 x .*\] zeroinitializer' %t
35 static int c5[]; variable
36 static int func() { return c5[0]; }
H A Darm-abi-vector.c118 __char5 c5 = va_arg(ap, __char5); local
119 sum = sum + c5.x + c5.y;
273 __short5 c5 = va_arg(ap, __short5); local
274 sum = sum + c5.x + c5.y;
H A Darm64-abi-vector.c86 __char5 c5 = va_arg(ap, __char5); local
87 sum = sum + c5.x + c5.y;
170 __short5 c5 = va_arg(ap, __short5); local
171 sum = sum + c5.x + c5.y;
213 __int5 c5 = va_arg(ap, __int5); local
214 sum = sum + c5.x + c5.y;
255 __char5 c5 local
300 test(__char3 *c3, __char5 *c5, __char9 *c9, __char19 *c19, __short3 *s3, __short5 *s5, __int3 *i3, __int5 *i5, __double3 *d3) argument
324 args_vec_5c(int fixed, __char5 c5) argument
386 args_vec_5s(int fixed, __short5 c5) argument
418 args_vec_5i(int fixed, __int5 c5) argument
[all...]
/external/clang/test/SemaTemplate/
H A Dinstantiation-default-2.cpp14 Constant<float (*)(int, double), &f> *c5; variable
/external/fio/lib/
H A Dbswap.h21 uint64_t c1, c2, c3, c4, c5, c6, c7, c8; local
27 c5 = (val >> 24) & 0xff;
32 return c1 | c2 << 8 | c3 << 16 | c4 << 24 | c5 << 32 | c6 << 40 | c7 << 48 | c8 << 56;
/external/libvpx/libvpx/vpx_dsp/ppc/
H A Dtranspose_vsx.h41 int16x8_t c0, c1, c2, c3, c4, c5, c6, c7; local
67 c5 = vec_mergel(b2, b6);
77 // c5: 12 32 52 72 13 33 53 73
83 v[2] = vec_mergeh(c1, c5);
84 v[3] = vec_mergel(c1, c5);
H A Dhadamard_vsx.c31 const int16x8_t c5 = vec_add(b5, b7); local
41 v[6] = vec_sub(c1, c5);
42 v[7] = vec_add(c1, c5);
/external/tensorflow/tensorflow/compiler/xla/
H A Dutil_test.cc47 std::vector<int> c5 = {1, 2, 3, 4, 5}; local
56 EXPECT_FALSE(ContainersEqual(c1, c5));
57 EXPECT_FALSE(ContainersEqual(c5, c1));
/external/clang/test/CodeGenCXX/
H A Dlto-visibility-inference.cpp68 void f(C1 *c1, C2 *c2, C3 *c3, C4 *c4, C5 *c5, C6 *c6, std::C7 *c7, argument
84 c5->f();
H A Dmangle-ms-return-qualifiers.cpp68 const A* c5() { return 0; } function
69 // CHECK: "\01?c5@@YAPBVA@@XZ"
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
H A D2-2.c89 5: p5 NULL c5 (32)
129 void c5(void) function
259 ret = pthread_atfork(p5, NULL, c5);
/external/webrtc/talk/media/base/
H A Dcodec_unittest.cc77 Codec c5; local
79 EXPECT_TRUE(c5 == c6);
88 AudioCodec c5(96, "A", 44100, 20000, 1, 3);
94 EXPECT_TRUE(c0 != c5);
167 VideoCodec c5(96, "V", 320, 200, 10, 3);
173 EXPECT_TRUE(c0 != c5);
/external/clang/test/SemaCXX/
H A Dstring-init.cpp20 char16_t c5[] = L"a"; // expected-error{{initializing wide char array with incompatible wide string literal}} local
/external/libchrome/base/
H A Dcallback_unittest.cc60 Callback<void(int,int,int,int,int)> c5; local
68 EXPECT_TRUE(c5.is_null());
H A Dcallback_list_unittest.cc148 CallbackList<void(int, int, int, int, int)> c5; local
150 subscription5 = c5.Add(Bind(&Summer::AddFiveParam, Unretained(&s)));
152 c5.Notify(1, 2, 3, 4, 5);
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dhadamard_neon.c36 const int16x8_t c5 = vaddq_s16(b5, b7); local
46 *a6 = vsubq_s16(c1, c5);
47 *a7 = vaddq_s16(c1, c5);
H A Dhighbd_idct4x4_add_neon.c100 int64x2_t c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11; local
110 c5 = vmull_lane_s32(vget_high_s32(*a1), vget_high_s32(cospis), 1);
118 c5 = vsubq_s64(c5, c9);
126 vrshrn_n_s64(c5, DCT_CONST_BITS));
/external/icu/icu4c/source/test/intltest/
H A Ditercoll.cpp159 Collator *c5 = Collator::createInstance(Locale("ja", "JP", ""), status); local
161 iter = ((RuleBasedCollator*)c5)->createCollationElementIterator(source);
167 delete c5;
/external/ltp/lib/
H A Dtst_kvercmp.c109 int c1 = 0, c2 = 0, c3 = 0, c4 = 0, c5 = 0; local
113 sscanf(cur_ver, "%d.%d.%d-%d.%d", &c1, &c2, &c3, &c4, &c5);
125 return c5 - t5;
/external/sl4a/Common/src/com/googlecode/android_scripting/language/
H A DLanguage.java176 char c3, String s3, char c4, String s4, char c5, String s5) {
182 map.put(c5, s5);
175 buildAutoCloseMap(char c1, String s1, char c2, String s2, char c3, String s3, char c4, String s4, char c5, String s5) argument
/external/tensorflow/tensorflow/cc/framework/
H A Dcc_ops_test.cc183 auto c5 = Const(root.WithOpName("c5").ColocateWith(c3).ColocateWith(c4), 6); local
184 GetColocationConstraints(c5, &constraints);
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfilterbanks_mips.c116 int32_t c4, c5, c6, c7; local
131 "lh %[c5], 10(%[coeff_ptr]) \n\t"
137 [c4] "=&r" (c4), [c5] "=&r" (c5), [c6] "=&r" (c6), [c7] "=&r" (c7),
152 "mul %[t0], %[c5], %[state0_lo] \n\t"
154 "mul %[a1], %[c5], %[state0_hi] \n\t"
212 [c4] "r" (c4), [c5] "r" (c5), [c6] "r" (c6), [c7] "r" (c7),

Completed in 683 milliseconds

123