Home
last modified time | relevance | path

Searched defs:s6 (Results 1 – 25 of 60) sorted by relevance

123

/external/clang/test/CodeGen/
Dx86_32-arguments-win32.c43 struct s6 { struct
46 struct s6 f6_1(void) { while (1) {} } in f6_1() argument
Dregparm-struct.c83 struct s6 { struct
87 __attribute__((regparm(3))) void f10(struct s6 a, int b); argument
Dexprs.c93 struct s6 { int f0; }; argument
Dbitfield-2.c239 struct s6 { struct
243 struct s6 g6 = { 0xF }; argument
Darm-arguments.c40 struct s6 { int f0[1]; }; struct
/external/libvpx/libvpx/vp9/encoder/
Dvp9_dct.c124 int s0, s1, s2, s3, s4, s5, s6, s7; in fadst4() local
203 /*canbe16*/ int s0, s1, s2, s3, s4, s5, s6, s7; in fdct8() local
272 /*canbe16*/ int s0, s1, s2, s3, s4, s5, s6, s7; in vp9_fdct8x8_c() local
409 /*canbe16*/ int s0, s1, s2, s3, s4, s5, s6, s7; in vp9_fdct16x16_c() local
526 int s0, s1, s2, s3, s4, s5, s6, s7; in fadst8() local
718 /*canbe16*/ int s0, s1, s2, s3, s4, s5, s6, s7; in fdct16() local
832 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; in fadst16() local
/external/v8/test/mjsunit/
Duri.js44 var s6 = String.fromCharCode(cc6); variable
/external/google-breakpad/src/testing/test/
Dgmock-more-actions_test.cc151 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()
223 const char* s4, const char* s5, const char* s6, in Concat10()
/external/skia/src/opts/
DSkBitmapProcState_opts_mips_dsp.cpp163 int s0, s1, s2, s3, s4, s5, s6, s7; in SI8_opaque_D32_nofilter_DX_mips_dsp() local
/external/v8/test/webkit/
Dregexp-zero-length-alternatives.js34 var s6 = "xabx"; variable
/external/clang/test/Sema/
Dpragma-align-mac68k.c57 struct s6 { struct
/external/jemalloc/test/include/test/
Dmath.h224 double e, aa, xx, c, ch, a, q, p1, p2, t, x, b, s1, s2, s3, s4, s5, s6; in pt_chi2() local
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
Dp5.cpp48 S6 s6 alignas(4); // expected-error {{requested alignment is less than minimum alignment of 8 for t… variable
/external/mesa3d/include/CL/
Dcl_platform.h460 __extension__ struct{ cl_char s0, s1, s2, s3, s4, s5, s6, s7; }; member
479 __extension__ struct{ cl_char s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member
535 __extension__ struct{ cl_uchar s0, s1, s2, s3, s4, s5, s6, s7; }; member
554 … __extension__ struct{ cl_uchar s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member
610 __extension__ struct{ cl_short s0, s1, s2, s3, s4, s5, s6, s7; }; member
629 … __extension__ struct{ cl_short s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member
685 __extension__ struct{ cl_ushort s0, s1, s2, s3, s4, s5, s6, s7; }; member
704 …__extension__ struct{ cl_ushort s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member
759 __extension__ struct{ cl_int s0, s1, s2, s3, s4, s5, s6, s7; }; member
778 __extension__ struct{ cl_int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member
[all …]
/external/clang/test/OpenMP/
Dparallel_sections_lastprivate_messages.cpp57 S6(const S6 &s6) : a(s6.a) {} in S6()
Dsections_lastprivate_messages.cpp57 S6(const S6 &s6) : a(s6.a) {} in S6()
Dparallel_sections_firstprivate_messages.cpp56 S6(const S6 &s6) : a(s6.a) {} in S6()
Dsingle_firstprivate_messages.cpp56 S6(const S6 &s6) : a(s6.a) {} in S6()
Dsections_firstprivate_messages.cpp56 S6(const S6 &s6) : a(s6.a) {} in S6()
Dfor_lastprivate_messages.cpp58 S6(const S6 &s6) : a(s6.a) {} in S6()
Dparallel_for_simd_lastprivate_messages.cpp57 S6(const S6 &s6) : a(s6.a) {} in S6()
Dfor_simd_lastprivate_messages.cpp58 S6(const S6 &s6) : a(s6.a) {} in S6()
/external/libvpx/libvpx/vp9/common/mips/dspr2/
Dvp9_itrans4_dspr2.c323 int s0, s1, s2, s3, s4, s5, s6, s7; in iadst4_dspr2() local
/external/libvpx/libvpx/vp8/common/mips/dspr2/
Dloopfilter_filters_dspr2.c356 unsigned char *sm1, *s0, *s1, *s2, *s3, *s4, *s5, *s6; in vp8_loop_filter_horizontal_edge_mips() local
566 unsigned char *sm1, *s0, *s1, *s2, *s3, *s4, *s5, *s6; in vp8_loop_filter_uvhorizontal_edge_mips() local
1644 unsigned char *sm1, *s0, *s1, *s2, *s3, *s4, *s5, *s6; in vp8_mbloop_filter_horizontal_edge_mips() local
1789 unsigned char *sm1, *s0, *s1, *s2, *s3, *s4, *s5, *s6; in vp8_mbloop_filter_uvhorizontal_edge_mips() local
/external/libvpx/libvpx/vp9/common/
Dvp9_idct.c242 int s0, s1, s2, s3, s4, s5, s6, s7; in iadst4() local
315 int s0, s1, s2, s3, s4, s5, s6, s7; in iadst8() local
639 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; in iadst16() local

123