Home
last modified time | relevance | path

Searched defs:s10 (Results 1 – 25 of 30) sorted by relevance

12

/external/clang/test/CodeGen/
Dx86_64-arguments-nacl.c50 struct s10 { int a; int b; int : 0; }; argument
Dregparm-struct.c129 struct s10 { struct
132 __attribute__((regparm(3))) void f14(struct s10 a, int b, int c); argument
Darm-arguments.c61 struct s10 { int f0; int : 0; int : 0; }; struct
Dx86_64-arguments.c63 struct s10 { int a; int b; int : 0; }; argument
Dms_struct-bitfield.c148 int s10 = sizeof(t10); variable
Dx86_32-arguments-darwin.c66 struct s10 { struct
67 union { };
68 float f;
Darm64-arguments.c47 struct s10 { int f0; int : 0; int : 0; }; argument
/external/libvpx/libvpx/vpx_dsp/arm/
Dvpx_convolve8_neon.c75 int16x4_t filter3, filter4, s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, in vpx_convolve8_horiz_neon() local
155 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_convolve8_horiz_neon() local
328 int16x4_t filter3, filter4, s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, in vpx_convolve8_avg_horiz_neon() local
412 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_convolve8_avg_horiz_neon() local
619 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, d1, d2, d3; in vpx_convolve8_vert_neon() local
690 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_convolve8_vert_neon() local
791 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, d1, d2, d3; in vpx_convolve8_avg_vert_neon() local
872 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_convolve8_avg_vert_neon() local
Dhighbd_vpx_convolve8_neon.c157 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_horiz_neon() local
213 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_horiz_neon() local
366 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_avg_horiz_neon() local
429 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_avg_horiz_neon() local
602 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_vert_neon() local
670 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_vert_neon() local
769 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_avg_vert_neon() local
845 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_avg_vert_neon() local
Dloopfilter_neon.c753 const uint8x16_t s9, const uint8x16_t s10, in store_16x16()
845 uint8x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, in vpx_lpf_vertical_4_dual_neon() local
923 uint8x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, in vpx_lpf_vertical_8_dual_neon() local
1054 uint8x16_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, in vpx_lpf_vertical_16_dual_neon() local
Dhighbd_loopfilter_neon.c369 uint16x8_t *s10, uint16x8_t *s11, uint16x8_t *s12, in load_8x16()
/external/clang/test/Sema/
Dpragma-align-mac68k.c86 struct s10 { struct
89 extern int a10_0[sizeof(struct s10) == 2 ? 1 : -1]; argument
Dbitfield-layout_1.c105 } s10; variable
/external/clang/test/CXX/expr/expr.const/
Dp3-0x.cpp41 T<e10> s10; variable
/external/protobuf/src/google/protobuf/stubs/
Dstringpiece_unittest.cc48 StringPiece s10; in TEST() local
/external/libxaac/decoder/drc_src/
Dimpd_drc_filter_bank.h47 FLOAT32 s10; member
/external/libvpx/libvpx/vpx_dsp/mips/
Ditrans16_dspr2.c1061 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; in iadst16_dspr2() local
/external/swiftshader/src/Renderer/
DBlitter.cpp1341 Pointer<Byte> s10 = source + ComputeOffset(X0, Y1, sPitchB, srcBytes, srcQuadLayout); in generate() local
/external/v8/testing/gmock/test/
Dgmock-more-actions_test.cc176 const char* s10) { in Concat10()
225 const char* s10) { in Concat10()
/external/googletest/googlemock/test/
Dgmock-more-actions_test.cc176 const char* s10) { in Concat10()
225 const char* s10) { in Concat10()
/external/google-breakpad/src/testing/test/
Dgmock-more-actions_test.cc176 const char* s10) { in Concat10()
225 const char* s10) { in Concat10()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_dct.c348 tran_high_t s9, s10, s11, s12, s13, s14, s15; in fadst16() local
/external/libvpx/libvpx/vpx_dsp/
Dinv_txfm.c391 tran_high_t s9, s10, s11, s12, s13, s14, s15; in iadst16_c() local
1710 tran_high_t s9, s10, s11, s12, s13, s14, s15; in vpx_highbd_iadst16_c() local
/external/v8/src/arm/
Dsimulator-arm.h121 s8, s9, s10, s11, s12, s13, s14, s15, enumerator
Dassembler-arm.h341 const SwVfpRegister s10 = { 10 }; variable

12