Searched defs:s13 (Results 1 - 15 of 15) sorted by relevance

/external/clang/test/Analysis/
H A Dmalloc-overflow.c96 struct s13 struct
101 void * f13(struct s13 *s)
/external/clang/test/CodeGen/
H A Dregparm-struct.c167 struct s13 { struct
172 __attribute__((regparm(3))) void f18(struct s13 a, int b, int c, int d);
173 // CHECK: declare void @f18(%struct.s13* byval align 4, i32 inreg, i32 inreg, i32 inreg)
175 struct s13 x = {{41}};
H A Dms_struct-bitfield.c177 int s13 = sizeof(t13); variable
178 // CHECK: @s13 = global i32 4
179 // CHECK-ARM: @s13 = global i32 4
H A Darm-arguments.c76 // APCS-GNU: struct.s13* noalias sret
80 struct s13 { float f0; }; struct
81 struct s13 f13(void) {}
H A Darm64-arguments.c59 // CHECK: define %struct.s13 @f13()
60 struct s13 { float f0; }; struct
61 struct s13 f13(void) {}
/external/clang/test/Sema/
H A Dbitfield-layout_1.c136 } s13; variable in typeref:struct:__anon2786
137 CHECK_SIZE(s13,12)
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dhighbd_vpx_convolve8_neon.c272 int16x8_t s11, s12, s13, s14; local
302 &s12, &s13, &s14);
303 transpose_s16_8x8(&s7, &s8, &s9, &s10, &s11, &s12, &s13, &s14);
311 d6 = convolve8_8(s6, s7, s8, s9, s10, s11, s12, s13, filters, max);
312 d7 = convolve8_8(s7, s8, s9, s10, s11, s12, s13, s14, filters, max);
322 s5 = s13;
492 int16x8_t s11, s12, s13, s14; local
522 &s12, &s13, &s14);
523 transpose_s16_8x8(&s7, &s8, &s9, &s10, &s11, &s12, &s13, &s14);
531 d6 = convolve8_8(s6, s7, s8, s9, s10, s11, s12, s13, filter
[all...]
H A Dvpx_convolve8_neon.c299 int16x8_t s11, s12, s13, s14, d4, d5, d6, d7; local
341 s13 = vreinterpretq_s16_u16(vmovl_u8(t6));
356 d6 = convolve8_8(s6, s7, s8, s9, s10, s11, s12, s13, filters, filter3,
358 d7 = convolve8_8(s7, s8, s9, s10, s11, s12, s13, s14, filters,
377 s5 = s13;
584 int16x8_t s11, s12, s13, s14, d4, d5, d6, d7; local
627 s13 = vreinterpretq_s16_u16(vmovl_u8(t6));
642 d6 = convolve8_8(s6, s7, s8, s9, s10, s11, s12, s13, filters, filter3,
644 d7 = convolve8_8(s7, s8, s9, s10, s11, s12, s13, s14, filters,
679 s5 = s13;
[all...]
H A Dhighbd_loopfilter_neon.c370 uint16x8_t *s13, uint16x8_t *s14,
398 *s13 = vld1q_u16(s);
365 load_8x16(const uint16_t *s, const int p, uint16x8_t *s0, uint16x8_t *s1, uint16x8_t *s2, uint16x8_t *s3, uint16x8_t *s4, uint16x8_t *s5, uint16x8_t *s6, uint16x8_t *s7, uint16x8_t *s8, uint16x8_t *s9, uint16x8_t *s10, uint16x8_t *s11, uint16x8_t *s12, uint16x8_t *s13, uint16x8_t *s14, uint16x8_t *s15) argument
H A Dloopfilter_neon.c548 uint8x##w##_t *s11, uint8x##w##_t *s12, uint8x##w##_t *s13, \
576 *s13 = vld1##r##u8(s); \
755 const uint8x16_t s13, const uint8x16_t s14,
783 vst1q_u8(s, s13);
845 uint8x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, local
851 &s11, &s12, &s13, &s14, &s15);
852 transpose_u8_8x16(s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13,
923 uint8x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, local
930 &s11, &s12, &s13, &s14, &s15);
931 transpose_u8_8x16(s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13,
748 store_16x16(uint8_t *s, const int p, const uint8x16_t s0, const uint8x16_t s1, const uint8x16_t s2, const uint8x16_t s3, const uint8x16_t s4, const uint8x16_t s5, const uint8x16_t s6, const uint8x16_t s7, const uint8x16_t s8, const uint8x16_t s9, const uint8x16_t s10, const uint8x16_t s11, const uint8x16_t s12, const uint8x16_t s13, const uint8x16_t s14, const uint8x16_t s15) argument
1054 uint8x16_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c348 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
381 s13 = x12 * cospi_7_64 - x13 * cospi_25_64;
390 x5 = fdct_round_shift(s5 + s13);
398 x13 = fdct_round_shift(s5 - s13);
416 s13 = x12 * cospi_4_64 + x13 * cospi_28_64;
429 x9 = fdct_round_shift(s9 + s13);
433 x13 = fdct_round_shift(s9 - s13);
451 s13 = x12 * cospi_24_64 - x13 * cospi_8_64;
468 x13 = fdct_round_shift(s13 + s15);
470 x15 = fdct_round_shift(s13
[all...]
/external/libvpx/libvpx/vpx_dsp/
H A Dinv_txfm.c388 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
426 s13 = x12 * cospi_7_64 - x13 * cospi_25_64;
435 x5 = WRAPLOW(dct_const_round_shift(s5 + s13));
443 x13 = WRAPLOW(dct_const_round_shift(s5 - s13));
461 s13 = x12 * cospi_4_64 + x13 * cospi_28_64;
474 x9 = WRAPLOW(dct_const_round_shift(s9 + s13));
478 x13 = WRAPLOW(dct_const_round_shift(s9 - s13));
496 s13 = x12 * cospi_24_64 - x13 * cospi_8_64;
513 x13 = WRAPLOW(dct_const_round_shift(s13 + s15));
515 x15 = WRAPLOW(dct_const_round_shift(s13
1697 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
[all...]
/external/libvpx/libvpx/vpx_dsp/mips/
H A Ditrans16_dspr2.c1061 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
1102 s13 = x12 * cospi_7_64 - x13 * cospi_25_64;
1111 x5 = dct_const_round_shift(s5 + s13);
1119 x13 = dct_const_round_shift(s5 - s13);
1137 s13 = x12 * cospi_4_64 + x13 * cospi_28_64;
1150 x9 = dct_const_round_shift(s9 + s13);
1154 x13 = dct_const_round_shift(s9 - s13);
1172 s13 = x12 * cospi_24_64 - x13 * cospi_8_64;
1189 x13 = dct_const_round_shift(s13 + s15);
1191 x15 = dct_const_round_shift(s13
[all...]
/external/v8/src/arm/
H A Dsimulator-arm.h119 s8, s9, s10, s11, s12, s13, s14, s15, enumerator in enum:v8::internal::Simulator::Register
/external/boringssl/src/crypto/curve25519/
H A Dcurve25519.c3806 int64_t s13 = 2097151 & (load_3(s + 34) >> 1); local
3837 s13 += s23 * 654183;
3846 s13 -= s22 * 997805;
3855 s13 += s21 * 136657;
3864 s13 -= s20 * 683901;
3893 s13 += carry12;
3911 carry13 = (s13 + (1 << 20)) >> 21;
3913 s13 -= carry13 << 21;
3950 s1 += s13 * 666643;
3951 s2 += s13 * 47029
4184 int64_t s13; local
[all...]

Completed in 962 milliseconds