Home
last modified time | relevance | path

Searched defs:s11 (Results 1 – 20 of 20) sorted by relevance

/external/clang/test/Sema/
Dpragma-align-mac68k.c92 struct s11 { struct
96 extern int a11_0[offsetof(struct s11, f0) == 0 ? 1 : -1]; argument
Dbitfield-layout_1.c116 } s11; variable
/external/clang/test/CodeGen/
Dregparm-struct.c139 struct s11 { struct
143 __attribute__((regparm(3))) void f15(struct s11 a, int b); argument
Darm-arguments.c67 struct s11 { int : 0; int f0; }; struct
Dms_struct-bitfield.c159 int s11 = sizeof(t11); variable
Darm64-arguments.c51 struct s11 { int : 0; int f0; }; struct
/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.cpp471 S1 s11; 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/swiftshader/src/Renderer/
DBlitter.cpp1270 Pointer<Byte> s11 = source + ComputeOffset(X1, Y1, sPitchB, srcBytes, srcQuadLayout); in generate() 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.h342 const SwVfpRegister s11 = { 11 }; variable
/external/boringssl/src/crypto/curve25519/
Dcurve25519.c3804 int64_t s11 = 2097151 & (load_4(s + 28) >> 7); in x25519_sc_reduce() local
4182 int64_t s11; in sc_muladd() local
/external/valgrind/VEX/priv/
Dguest_amd64_toIR.c30673 IRTemp s11 = newTemp(Ity_V128); in dis_ESC_0F3A__VEX() local
31790 IRTemp s11 = newTemp(Ity_V128); in dis_ESC_0F3A__VEX() local
/external/r8/src/test/examples/jumbostring/
DStringPool0.java18 public static final String s11 = "11"; field in StringPool0