Home
last modified time | relevance | path

Searched refs:s3_0 (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/av1/common/arm/
Dconvolve_neon.h74 int32x4_t s3_0, s3_1; in wiener_convolve8_horiz_8x8() local
96 s3_0 = vmull_n_s16(vget_low_s16(s3), filter_x[3]); in wiener_convolve8_horiz_8x8()
98 sum_0 = vaddq_s32(sum_0, s3_0); in wiener_convolve8_horiz_8x8()
123 int32x4_t sum_0, s3_0; in wiener_convolve8_horiz_4x8() local
146 s3_0 = vmull_n_s16(s3, filter_x[3]); in wiener_convolve8_horiz_4x8()
147 sum_0 = vaddq_s32(sum_0, s3_0); in wiener_convolve8_horiz_4x8()
/external/clang/test/Sema/
Dpragma-align-packed.c27 struct s3_0 { unsigned char f0; unsigned int f1; }; argument
28 int t3_0[sizeof(struct s3_0) == 5 ? 1 : -1];
Dpragma-pack-2.c24 struct s3_0 { struct
33 extern int a3_0[offsetof(struct s3_0, f1) == 1 ? 1 : -1]; argument
/external/clang/test/CodeGenCXX/
Dx86_32-arguments.cpp76 struct s3_0 { }; struct
78 struct s3_2 : s3_0, s3_1 { };
Dx86_64-arguments.cpp23 struct s3_0 {}; struct
24 struct s3_1 { struct s3_0 a; long b; };