HomeSort by relevance Sort by last modified time
    Searched defs:s15 (Results 1 - 10 of 10) sorted by null

  /art/test/004-StackWalk/src/
Main.java 41 String s15 = new String("15"); local
63 s += s15;
  /external/clang/test/Sema/
bitfield-layout_1.c 150 } s15; variable in typeref:struct:__anon15551
151 CHECK_SIZE(s15,4)
  /art/test/020-string/src/
Main.java 126 String s15 = new String(stringBuilder); local
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 348 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
383 s15 = x14 * cospi_3_64 - x15 * cospi_29_64;
392 x7 = fdct_round_shift(s7 + s15);
400 x15 = fdct_round_shift(s7 - s15);
418 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
431 x11 = fdct_round_shift(s11 + s15);
435 x15 = fdct_round_shift(s11 - s15);
453 s15 = x14 * cospi_8_64 + x15 * cospi_24_64;
468 x13 = fdct_round_shift(s13 + s15);
470 x15 = fdct_round_shift(s13 - s15);
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
loopfilter_neon.c 549 uint8x##w##_t *s14, uint8x##w##_t *s15) { \
846 s15; local
924 s15; local
1055 s15; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.c 388 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
428 s15 = x14 * cospi_3_64 - x15 * cospi_29_64;
437 x7 = WRAPLOW(dct_const_round_shift(s7 + s15));
445 x15 = WRAPLOW(dct_const_round_shift(s7 - s15));
463 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
476 x11 = WRAPLOW(dct_const_round_shift(s11 + s15));
480 x15 = WRAPLOW(dct_const_round_shift(s11 - s15));
498 s15 = x14 * cospi_8_64 + x15 * cospi_24_64;
513 x13 = WRAPLOW(dct_const_round_shift(s13 + s15));
515 x15 = WRAPLOW(dct_const_round_shift(s13 - s15));
1697 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
itrans16_dspr2.c 1061 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
    [all...]
  /external/v8/src/arm/
simulator-arm.h 121 s8, s9, s10, s11, s12, s13, s14, s15, enumerator in enum:v8::internal::Simulator::Register
  /external/boringssl/src/crypto/curve25519/
curve25519.c 3808 int64_t s15 = 2097151 & (load_3(s + 39) >> 3); local
4186 int64_t s15; local
    [all...]
  /external/r8/src/test/examples/jumbostring/
StringPool0.java 22 public static final String s15 = "15"; field in class:StringPool0
    [all...]

Completed in 592 milliseconds