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

  /external/clang/test/Analysis/
malloc-overflow.c 96 struct s13 struct
101 void * f13(struct s13 *s)
  /art/test/004-StackWalk/src/
Main.java 34 String s13 = new String("13"); local
56 s += s13;
  /external/clang/test/CodeGen/
regparm-struct.c 167 struct s13 { struct
172 __attribute__((regparm(3))) void f18(struct s13 a, int b, int c, int d);
173 // CHECK: declare void @f18(%struct.s13* byval align 4, i32 inreg, i32 inreg, i32 inreg)
175 struct s13 x = {{41}};
ms_struct-bitfield.c 177 int s13 = sizeof(t13); variable
178 // CHECK: @s13 = global i32 4
179 // CHECK-ARM: @s13 = global i32 4
arm-arguments.c 76 // APCS-GNU: struct.s13* noalias sret
80 struct s13 { float f0; }; struct
81 struct s13 f13(void) {}
arm64-arguments.c 59 // CHECK: define %struct.s13 @f13()
60 struct s13 { float f0; }; struct
61 struct s13 f13(void) {}
  /external/skia/src/effects/
SkBicubicImageFilter.cpp 154 SkPMColor s13 = *src.getAddr32(x1, y3); local
157 SkPMColor s3 = cubicBlend(fCoefficients, fractx, s03, s13, s23, s33);
  /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
873 s13 = x12 * cospi_7_64 - x13 * cospi_25_64;
882 x5 = fdct_round_shift(s5 + s13);
890 x13 = fdct_round_shift(s5 - s13);
908 s13 = x12 * cospi_4_64 + x13 * cospi_28_64;
921 x9 = fdct_round_shift(s9 + s13);
925 x13 = fdct_round_shift(s9 - s13);
943 s13 = x12 * cospi_24_64 - x13 * cospi_8_64;
960 x13 = fdct_round_shift(s13 + s15);
962 x15 = fdct_round_shift(s13 - s15)
    [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
681 s13 = x12 * cospi_7_64 - x13 * cospi_25_64;
690 x5 = dct_const_round_shift(s5 + s13);
698 x13 = dct_const_round_shift(s5 - s13);
716 s13 = x12 * cospi_4_64 + x13 * cospi_28_64;
729 x9 = dct_const_round_shift(s9 + s13);
733 x13 = dct_const_round_shift(s9 - s13);
751 s13 = x12 * cospi_24_64 - x13 * cospi_8_64;
768 x13 = dct_const_round_shift(s13 + s15);
770 x15 = dct_const_round_shift(s13 - s15)
    [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
832 s13 = x12 * cospi_7_64 - x13 * cospi_25_64;
841 x5 = fdct_round_shift(s5 + s13);
849 x13 = fdct_round_shift(s5 - s13);
867 s13 = x12 * cospi_4_64 + x13 * cospi_28_64;
880 x9 = fdct_round_shift(s9 + s13);
884 x13 = fdct_round_shift(s9 - s13);
902 s13 = x12 * cospi_24_64 - x13 * cospi_8_64;
919 x13 = fdct_round_shift(s13 + s15);
921 x15 = fdct_round_shift(s13 - s15)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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
681 s13 = x12 * cospi_7_64 - x13 * cospi_25_64;
690 x5 = dct_const_round_shift(s5 + s13);
698 x13 = dct_const_round_shift(s5 - s13);
716 s13 = x12 * cospi_4_64 + x13 * cospi_28_64;
729 x9 = dct_const_round_shift(s9 + s13);
733 x13 = dct_const_round_shift(s9 - s13);
751 s13 = x12 * cospi_24_64 - x13 * cospi_8_64;
768 x13 = dct_const_round_shift(s13 + s15);
770 x15 = dct_const_round_shift(s13 - s15)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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
832 s13 = x12 * cospi_7_64 - x13 * cospi_25_64;
841 x5 = fdct_round_shift(s5 + s13);
849 x13 = fdct_round_shift(s5 - s13);
867 s13 = x12 * cospi_4_64 + x13 * cospi_28_64;
880 x9 = fdct_round_shift(s9 + s13);
884 x13 = fdct_round_shift(s9 - s13);
902 s13 = x12 * cospi_24_64 - x13 * cospi_8_64;
919 x13 = fdct_round_shift(s13 + s15);
921 x15 = fdct_round_shift(s13 - s15)
    [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
717 s13 = x12 * cospi_7_64 - x13 * cospi_25_64;
726 x5 = dct_const_round_shift(s5 + s13);
734 x13 = dct_const_round_shift(s5 - s13);
752 s13 = x12 * cospi_4_64 + x13 * cospi_28_64;
765 x9 = dct_const_round_shift(s9 + s13);
769 x13 = dct_const_round_shift(s9 - s13);
787 s13 = x12 * cospi_24_64 - x13 * cospi_8_64;
804 x13 = dct_const_round_shift(s13 + s15);
806 x15 = dct_const_round_shift(s13 - s15)
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 342 const SwVfpRegister s13 = { 13 }; member in namespace:v8::internal
    [all...]

Completed in 1962 milliseconds