Home
last modified time | relevance | path

Searched defs:s12 (Results 1 – 19 of 19) sorted by relevance

/external/clang/test/Sema/
Dpragma-align-mac68k.c105 struct s12 { in f12() struct
106 char f0; in f12()
107 int f1; in f12()
Dbitfield-layout_1.c126 } s12; variable
/external/clang/test/CodeGen/
Dregparm-struct.c150 struct s12 { struct
154 __attribute__((regparm(3))) void f16(struct s12 a, int b); argument
Dx86_64-arguments-nacl.c58 struct s12 { int a __attribute__((aligned(16))); }; struct
Dms_struct-bitfield.c168 int s12 = sizeof(t12); variable
Dx86_64-arguments.c71 struct s12 { int a __attribute__((aligned(16))); }; argument
/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_vpx_convolve8_neon.c272 int16x8_t s11, s12, s13, s14; in vpx_highbd_convolve8_horiz_neon() local
492 int16x8_t s11, s12, s13, s14; in vpx_highbd_convolve8_avg_horiz_neon() local
Dloopfilter_neon.c754 const uint8x16_t s11, const uint8x16_t s12, 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
Dvpx_convolve8_neon.c299 int16x8_t s11, s12, s13, s14, d4, d5, d6, d7; in vpx_convolve8_horiz_neon() local
584 int16x8_t s11, s12, s13, s14, d4, d5, d6, d7; in vpx_convolve8_avg_horiz_neon() local
Dhighbd_loopfilter_neon.c369 uint16x8_t *s10, uint16x8_t *s11, uint16x8_t *s12, in load_8x16()
/external/clang/test/CodeGenCXX/
Dcatch-undef-behavior.cpp473 S1 s12; in test1() local
/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/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.c388 tran_high_t s9, s10, s11, s12, s13, s14, s15; in iadst16_c() local
1697 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.h343 const SwVfpRegister s12 = { 12 }; variable
/external/boringssl/src/crypto/curve25519/
Dcurve25519.c3805 int64_t s12 = 2097151 & (load_4(s + 31) >> 4); in x25519_sc_reduce() local
4183 int64_t s12; in sc_muladd() local
/external/webp/src/dsp/
Denc_sse2.c234 const __m128i s12 = _mm_packs_epi32(tmp1, tmp3); in FTransformPass1() local
/external/r8/src/test/examples/jumbostring/
DStringPool0.java19 public static final String s12 = "12"; field in StringPool0