Home
last modified time | relevance | path

Searched defs:s4 (Results 1 – 25 of 143) sorted by relevance

123456

/external/clang/test/Sema/
Dpragma-pack-5.c40 struct s4 { struct
45 extern int check[sizeof(struct s4) == 4 ? 1 : -1]; argument
Dpragma-pack-and-options-align.c43 struct s4 { struct
49 extern int a[sizeof(struct s4) == 8 ? 1 : -1]; argument
Dno-documentation-warn-tagdecl-specifier.c24 struct s4 { int is; }; struct
Dpragma-align-mac68k.c41 struct s4 { struct
45 extern int a4_0[offsetof(struct s4, f0) == 0 ? 1 : -1]; argument
Darm-layout.c45 struct s4 { struct
49 check(s4_size, sizeof(struct s4) == 4); argument
Dinteger-overflow.c168 struct s4 { struct
169 unsigned a4;
/external/clang/test/SemaCXX/
Delaborated-type-specifier.cpp25 void X::test_elab2(S4 *s4) { } // expected-note{{passing argument to parameter 's4' here}} in test_elab2()
29 struct S4 *s4 = 0; in test_X_elab() local
38 S4 *s4; // expected-error{{unknown type name 'S4'; did you mean 'NS::S4'?}} in test_S5_scope() local
/external/skia/src/core/
DSkXfermode4f.cpp192 const Sk4f s4 = src->to4f_pmorder(); in src_1() local
244 Sk4f s4 = src[i].to4f_pmorder(); in srcover_n() local
270 Sk4f s4 = src[i].to4f_pmorder(); in srcover_n() local
280 const Sk4f s4 = src->to4f_pmorder(); in srcover_linear_dst_1() local
309 Sk4f s4 = src->to4f_pmorder(); in srcover_srgb_dst_1() local
391 const Sk4f s4 = src->to4f_pmorder(); in src_1_lcd() local
410 Sk4f s4 = src[i].to4f_pmorder(); in src_n_lcd() local
418 const Sk4f s4 = src->to4f_pmorder(); in srcover_1_lcd() local
440 Sk4f s4 = src[i].to4f_pmorder(); in srcover_n_lcd() local
DSkXfermodeF16.cpp81 const Sk4f s4 = Sk4f::Load(src->fVec); in src_1() local
97 const Sk4f s4 = Sk4f::Load(src[i].fVec); in src_n() local
103 const Sk4f s4 = Sk4f::Load(src[i].fVec); in src_n() local
121 const Sk4f s4 = Sk4f::Load(src->fVec); in srcover_1() local
/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_vpx_convolve8_neon.c44 int16x8_t *s4, int16x8_t *s5, int16x8_t *s6, in load_8x8()
65 const uint16x8_t s3, const uint16x8_t s4, in store_8x8()
87 const int16x4_t s4, const int16x4_t s5, in convolve8_4()
107 const int16x8_t s4, const int16x8_t s5, in convolve8_8()
158 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_horiz_neon() local
214 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_horiz_neon() local
358 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_avg_horiz_neon() local
421 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_avg_horiz_neon() local
586 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_vert_neon() local
654 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_vert_neon() local
[all …]
Dvpx_convolve8_neon.c45 uint8x8_t *s4, uint8x8_t *s5, uint8x8_t *s6, in load_8x8()
66 const uint8x8_t s3, const uint8x8_t s4, in store_8x8()
87 int16x4_t s3, int16x4_t s4, int16x4_t s5, in convolve8_4()
107 int16x8_t s3, int16x8_t s4, int16x8_t s5, in convolve8_8()
147 int16x4_t filter3, filter4, s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, in vpx_convolve8_horiz_neon() local
227 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, d1, d2, d3; in vpx_convolve8_horiz_neon() local
412 int16x4_t filter3, filter4, s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, in vpx_convolve8_avg_horiz_neon() local
496 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, d1, d2, d3; in vpx_convolve8_avg_horiz_neon() local
715 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, d1, d2, d3; in vpx_convolve8_vert_neon() local
785 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, d1, d2, d3; in vpx_convolve8_vert_neon() local
[all …]
Didct32x32_add_neon.c150 int16x8_t *const s3, int16x8_t *const s4, in load_s16x8q()
197 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7; in idct32_transpose_pair() local
208 int16x8_t *const s2, int16x8_t *const s3, int16x8_t *const s4, in load_s16x8q_tran_low()
230 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7; in idct32_transpose_pair_tran_low() local
/external/clang/test/CodeGen/
Dx86_32-arguments-win32.c27 struct s4 { struct
31 struct s4 f4_1(void) { while (1) {} } in f4_1() argument
Dbitfield.c73 struct s4 { in f3() struct
74 signed a:16; in f3()
75 signed b:28 __attribute__ ((packed)); in f3()
Dregparm-struct.c54 struct s4 { struct
60 __attribute__((regparm(3))) void f7(struct s4 a, int b); argument
Dppc64-struct-onefloat.c6 typedef struct s4 { Sf fs; } SSf; argument
/external/eigen/unsupported/Eigen/src/MoreVectorization/
DMathFunctions.h61 Packet4f s4=pmadd(s3,z1, p4f_asin5); in pasin() local
75 Packet4f s4=pmadd(s3,z2, p4f_asin5); in pasin() local
/external/skia/tests/
DSkSLMemoryLayoutTest.cpp75 SkSL::Type s4(SkSL::Position(), SkString("s4"), fields2); in DEF_TEST() local
156 SkSL::Type s4(SkSL::Position(), SkString("s4"), fields2); in DEF_TEST() local
/external/clang/test/Analysis/
Dmalloc-overflow.c22 struct s4 struct
27 void * f4(struct s4 *s) in f4() argument
/external/libvpx/libvpx/vp9/encoder/
Dvp9_dct.c43 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; // canbe16 in fdct8() local
122 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; // canbe16 in fdct16() local
237 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; in fadst4() local
276 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; in fadst8() local
347 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7, s8; in fadst16() local
574 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; // canbe16 in vp9_fdct8x8_quant_c() local
/external/libcxx/test/std/re/re.regex/re.regex.assign/
Dassign_iter_iter_flag.pass.cpp29 std::string s4("(a([bc]))"); in main() local
/external/v8/testing/gmock/test/
Dgmock-more-actions_test.cc123 const char* s4) { in Concat4()
136 const char* s4, const char* s5) { in Concat5()
151 const char* s4, const char* s5, const char* s6) { in Concat6()
156 const char* s4, const char* s5, const char* s6, in Concat7()
162 const char* s4, const char* s5, const char* s6, in Concat8()
168 const char* s4, const char* s5, const char* s6, in Concat9()
174 const char* s4, const char* s5, const char* s6, in Concat10()
205 const char* s4, const char* s5, const char* s6, in Concat7()
211 const char* s4, const char* s5, const char* s6, in Concat8()
217 const char* s4, const char* s5, const char* s6, in Concat9()
[all …]
/external/google-breakpad/src/testing/test/
Dgmock-more-actions_test.cc123 const char* s4) { in Concat4()
136 const char* s4, const char* s5) { in Concat5()
151 const char* s4, const char* s5, const char* s6) { in Concat6()
156 const char* s4, const char* s5, const char* s6, in Concat7()
162 const char* s4, const char* s5, const char* s6, in Concat8()
168 const char* s4, const char* s5, const char* s6, in Concat9()
174 const char* s4, const char* s5, const char* s6, in Concat10()
205 const char* s4, const char* s5, const char* s6, in Concat7()
211 const char* s4, const char* s5, const char* s6, in Concat8()
217 const char* s4, const char* s5, const char* s6, in Concat9()
[all …]
/external/googletest/googlemock/test/
Dgmock-more-actions_test.cc123 const char* s4) { in Concat4()
136 const char* s4, const char* s5) { in Concat5()
151 const char* s4, const char* s5, const char* s6) { in Concat6()
156 const char* s4, const char* s5, const char* s6, in Concat7()
162 const char* s4, const char* s5, const char* s6, in Concat8()
168 const char* s4, const char* s5, const char* s6, in Concat9()
174 const char* s4, const char* s5, const char* s6, in Concat10()
205 const char* s4, const char* s5, const char* s6, in Concat7()
211 const char* s4, const char* s5, const char* s6, in Concat8()
217 const char* s4, const char* s5, const char* s6, in Concat9()
[all …]
/external/clang/test/Parser/
Dcuda-kernel-call-c++11.cu15 S<S<S<S<int>>>> s4; in foo() local

123456