/art/test/StackWalk/ |
StackWalk.java | 35 String s14 = new String("14"); local 57 s += s14;
|
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
vp9_itrans16_dspr2.c | 915 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_idct.c | 639 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local 682 s14 = x14 * cospi_29_64 + x15 * cospi_3_64; 691 x6 = dct_const_round_shift(s6 + s14); 699 x14 = dct_const_round_shift(s6 - s14); 717 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64; 730 x10 = dct_const_round_shift(s10 + s14); 734 x14 = dct_const_round_shift(s10 - s14); 752 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64; 767 x12 = dct_const_round_shift(s12 + s14); 769 x14 = dct_const_round_shift(s12 - s14); [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_dct.c | 787 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local 821 s14 = x14 * cospi_29_64 + x15 * cospi_3_64; 830 x6 = dct_const_round_shift(s6 + s14); 838 x14 = dct_const_round_shift(s6 - s14); 856 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64; 869 x10 = dct_const_round_shift(s10 + s14); 873 x14 = dct_const_round_shift(s10 - s14); 891 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64; 906 x12 = dct_const_round_shift(s12 + s14); 908 x14 = dct_const_round_shift(s12 - s14); [all...] |
/external/v8/src/arm/ |
simulator-arm.h | 139 s8, s9, s10, s11, s12, s13, s14, s15, enumerator in enum:v8::internal::Simulator::Register
|
assembler-arm.h | 289 const SwVfpRegister s14 = { 14 }; member in namespace:v8::internal [all...] |
/external/chromium_org/v8/src/arm/ |
simulator-arm.h | 139 s8, s9, s10, s11, s12, s13, s14, s15, enumerator in enum:v8::internal::Simulator::Register
|
assembler-arm.h | 406 const SwVfpRegister s14 = { 14 }; member in namespace:v8::internal [all...] |
/external/clang/test/Misc/ |
diag-template-diffing.cpp | 429 template<typename T> struct s14 {}; struct 430 template<typename T> using a14 = s14<T>; [all...] |