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

  /external/clang/test/Analysis/
malloc-overflow.c 96 struct s13 struct
101 void * f13(struct s13 *s)
  /art/test/StackWalk/
StackWalk.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}};
arm-arguments.c 76 // APCS-GNU: struct.s13* noalias sret
80 struct s13 { float f0; }; struct
81 struct s13 f13(void) {}
aarch64-arguments.c 59 // PCS: define %struct.s13 @f13()
60 struct s13 { float f0; }; struct
61 struct s13 f13(void) {}
  /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/chromium_org/third_party/skia/src/effects/
SkBicubicImageFilter.cpp 147 SkPMColor s13 = *src.getAddr32(x1, y3); local
150 SkPMColor s3 = cubicBlend(fCoefficients, fractx, s03, s13, s23, s33);
  /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 = dct_const_round_shift(s5 + s13);
849 x13 = dct_const_round_shift(s5 - s13);
867 s13 = x12 * cospi_4_64 + x13 * cospi_28_64;
880 x9 = dct_const_round_shift(s9 + s13);
884 x13 = dct_const_round_shift(s9 - s13);
902 s13 = x12 * cospi_24_64 - x13 * cospi_8_64;
919 x13 = dct_const_round_shift(s13 + s15);
921 x15 = dct_const_round_shift(s13 - s15)
    [all...]
  /external/skia/src/effects/
SkBicubicImageFilter.cpp 147 SkPMColor s13 = *src.getAddr32(x1, y3); local
150 SkPMColor s3 = cubicBlend(fCoefficients, fractx, s03, s13, s23, s33);
  /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 288 const SwVfpRegister s13 = { 13 }; 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 377 const SwVfpRegister s13 = { 13 }; member in namespace:v8::internal
    [all...]

Completed in 495 milliseconds