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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mri/
constants.s 1 xdef s01,s02,s03,s04,s05,s06,s07,s08,s09,s10,s11,s12,s13
14 s13 equ 'a''b' define
  /external/clang/test/Analysis/
malloc-overflow.c 96 struct s13 struct
101 void * f13(struct s13 *s)
  /art/test/004-StackWalk/src/
Main.java 39 String s13 = new String("13"); local
61 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) {}
  /art/test/020-string/src/
Main.java 117 String s13 = new String(stringBuffer); local
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 348 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
381 s13 = x12 * cospi_7_64 - x13 * cospi_25_64;
390 x5 = fdct_round_shift(s5 + s13);
398 x13 = fdct_round_shift(s5 - s13);
416 s13 = x12 * cospi_4_64 + x13 * cospi_28_64;
429 x9 = fdct_round_shift(s9 + s13);
433 x13 = fdct_round_shift(s9 - s13);
451 s13 = x12 * cospi_24_64 - x13 * cospi_8_64;
468 x13 = fdct_round_shift(s13 + s15);
470 x15 = fdct_round_shift(s13 - s15)
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.c 581 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
623 s13 = x12 * cospi_7_64 - x13 * cospi_25_64;
632 x5 = WRAPLOW(dct_const_round_shift(s5 + s13), 8);
640 x13 = WRAPLOW(dct_const_round_shift(s5 - s13), 8);
658 s13 = x12 * cospi_4_64 + x13 * cospi_28_64;
671 x9 = WRAPLOW(dct_const_round_shift(s9 + s13), 8);
675 x13 = WRAPLOW(dct_const_round_shift(s9 - s13), 8);
693 s13 = x12 * cospi_24_64 - x13 * cospi_8_64;
710 x13 = WRAPLOW(dct_const_round_shift(s13 + s15), 8);
712 x15 = WRAPLOW(dct_const_round_shift(s13 - s15), 8)
1820 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
itrans16_dspr2.c 1056 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/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/v8/src/arm/
simulator-arm.h 119 s8, s9, s10, s11, s12, s13, s14, s15, enumerator in enum:v8::internal::Simulator::Register
  /external/boringssl/src/crypto/curve25519/
curve25519.c 3792 int64_t s13 = 2097151 & (load_3(s + 34) >> 1); local
4170 int64_t s13; local
    [all...]

Completed in 505 milliseconds