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

  /external/clang/test/Sema/
pragma-align-mac68k.c 86 struct s10 { struct
89 extern int a10_0[sizeof(struct s10) == 2 ? 1 : -1];
90 extern int a10_1[__alignof(struct s10) == 2 ? 1 : -1];
  /external/chromium_org/v8/test/mjsunit/
uri.js 54 var s10 = String.fromCharCode(cc10); variable
65 assertEquals('%EE%80%80', encodeURI(s10));
78 assertEquals(cc10, decodeURI(encodeURI(s10)).charCodeAt(0));
  /external/clang/test/CXX/expr/expr.const/
p3-0x.cpp 41 T<e10> s10; variable
  /art/test/004-StackWalk/src/
Main.java 31 String s10 = new String("10"); local
53 s += s10;
70 s10 = s + s10;
71 s10 += s20;
73 s20 += s10;
  /external/clang/test/CodeGen/
regparm-struct.c 129 struct s10 { struct
132 __attribute__((regparm(3))) void f14(struct s10 a, int b, int c);
135 struct s10 x = { 41 };
ms_struct-bitfield.c 148 int s10 = sizeof(t10); variable
149 // CHECK: @s10 = global i32 16
150 // CHECK-ARM: @s10 = global i32 8
x86_64-arguments-nacl.c 50 struct s10 { int a; int b; int : 0; }; struct
51 void f10(struct s10 a0) {}
arm-arguments.c 61 struct s10 { int f0; int : 0; int : 0; }; struct
62 struct s10 f10(void) {}
arm64-arguments.c 47 struct s10 { int f0; int : 0; int : 0; }; struct
48 struct s10 f10(void) {}
x86_32-arguments-darwin.c 66 struct s10 { struct
x86_64-arguments.c 59 struct s10 { int a; int b; int : 0; }; struct
60 void f10(struct s10 a0) {}
  /external/chromium_org/third_party/libvpx/source/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/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_dct.c 840 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
870 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
879 x2 = fdct_round_shift(s2 + s10);
887 x10 = fdct_round_shift(s2 - s10);
905 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
922 x10 = fdct_round_shift(s10 + s14);
926 x14 = fdct_round_shift(s10 - s14);
940 s10 = x10;
955 x8 = s8 + s10;
957 x10 = s8 - s10;
    [all...]
  /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
678 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
687 x2 = dct_const_round_shift(s2 + s10);
695 x10 = dct_const_round_shift(s2 - s10);
713 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
730 x10 = dct_const_round_shift(s10 + s14);
734 x14 = dct_const_round_shift(s10 - s14);
748 s10 = x10;
763 x8 = s8 + s10;
765 x10 = s8 - s10;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 799 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
829 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
838 x2 = fdct_round_shift(s2 + s10);
846 x10 = fdct_round_shift(s2 - s10);
864 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
881 x10 = fdct_round_shift(s10 + s14);
885 x14 = fdct_round_shift(s10 - s14);
899 s10 = x10;
914 x8 = s8 + s10;
916 x10 = s8 - s10;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_idct.c 675 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
714 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
723 x2 = dct_const_round_shift(s2 + s10);
731 x10 = dct_const_round_shift(s2 - s10);
749 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
766 x10 = dct_const_round_shift(s10 + s14);
770 x14 = dct_const_round_shift(s10 - s14);
784 s10 = x10;
799 x8 = s8 + s10;
801 x10 = s8 - s10;
2094 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
    [all...]
  /external/chromium_org/v8/src/arm/
simulator-arm.h 113 s8, s9, s10, s11, s12, s13, s14, s15, enumerator in enum:v8::internal::Simulator::Register
assembler-arm.h 339 const SwVfpRegister s10 = { 10 }; member in namespace:v8::internal
    [all...]

Completed in 298 milliseconds