HomeSort by relevance Sort by last modified time
    Searched defs:s9 (Results 1 - 25 of 36) sorted by null

1 2

  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_sse2.asm 424 movdqa xmm4, [GLOBAL(s9)]
1630 s9: label
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
syntax-1.s 178 s9: label
  /external/clang/test/Sema/
pragma-align-mac68k.c 78 struct s9 { struct
83 extern int a9_0[sizeof(struct s9) == 6 ? 1 : -1];
84 extern int a9_1[__alignof(struct s9) == 2 ? 1 : -1];
bitfield-layout_1.c 98 } s9; variable in typeref:struct:__anon15545
99 CHECK_SIZE(s9,8)
  /toolchain/binutils/binutils-2.25/gold/testsuite/
leb128_unittest.cc 62 static unsigned char s9[] = { 0xff, 0x7e }; // -129 local
81 CHECK(read_signed_LEB_128(s9, &len) == -129 && len == sizeof(s9));
  /art/test/004-StackWalk/src/
Main.java 35 String s9 = new String("9"); local
57 s += s9;
  /external/clang/test/CodeGen/
regparm-struct.c 117 struct s9 { struct
122 __attribute__((regparm(3))) void f13(struct s9 a, int b);
125 struct s9 x = {41, 42, 43};
x86_64-arguments-nacl.c 47 struct s9 { int a; int b; int : 0; } f9(void) { while (1) {} } struct
bitfield-2.c 331 struct __attribute__((packed)) s9 { struct
342 int f9_load(struct s9 *a0) {
ms_struct-bitfield.c 138 int s9 = sizeof(t9); variable
139 // CHECK: @s9 = global i32 28
140 // CHECK-ARM: @s9 = global i32 28
arm-arguments.c 56 struct s9 { int f0; int : 0; }; struct
57 struct s9 f9(void) {}
ppc64le-aggregates.c 367 struct s9 { char c[9]; }; struct
412 struct s9 ret_s9() {
413 return (struct s9) { 17, 18, 19, 20, 21, 22, 23, 24, 25 };
x86_32-arguments-darwin.c 55 // CHECK-LABEL: define void @f9_2(%struct.s9* byval align 4 %a0)
56 struct s9 { struct
60 struct s9 f9_1(void) { while (1) {} }
61 void f9_2(struct s9 a0) {}
  /art/test/020-string/src/
Main.java 120 String s9 = new String(byteArray, charset); local
  /external/clang/test/CodeGenCXX/
x86_32-arguments.cpp 112 // CHECK-LABEL: define void @_Z2f9v(%struct.s9* noalias sret %agg.result)
115 struct s9 { s9_0 a; s9_1 b; }; struct
116 s9 f9() { return s9(); }
  /external/libvpx/libvpx/vpx_dsp/arm/
highbd_vpx_convolve8_neon.c 158 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
182 load_4x4((const int16_t *)src, src_stride, &s7, &s8, &s9, &s10);
183 transpose_s16_4x4d(&s7, &s8, &s9, &s10);
187 d2 = convolve8_4(s2, s3, s4, s5, s6, s7, s8, s9, filters);
188 d3 = convolve8_4(s3, s4, s5, s6, s7, s8, s9, s10, filters);
206 s5 = s9;
214 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
223 load_8x8((const int16_t *)(src + 7), src_stride, &s7, &s8, &s9, &s10,
234 transpose_s16_8x8(&s7, &s8, &s9, &s10, &t4, &t5, &t6, &t7);
246 d2 = convolve8_8(s2, s3, s4, s5, s6, s7, s8, s9, filters, max)
358 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
421 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
586 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
654 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
752 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
828 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
    [all...]
vpx_convolve8_neon.c 147 int16x4_t filter3, filter4, s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, local
185 s9 = vget_low_s16(tt2);
192 d2 = convolve8_4(s2, s3, s4, s5, s6, s7, s8, s9, filters, filter3,
194 d3 = convolve8_4(s3, s4, s5, s6, s7, s8, s9, s10, filters, filter3,
215 s5 = s9;
227 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, d1, d2, d3; local
254 s9 = vreinterpretq_s16_u16(vmovl_u8(t2));
269 d2 = convolve8_8(s2, s3, s4, s5, s6, s7, s8, s9, filters, filter3,
271 d3 = convolve8_8(s3, s4, s5, s6, s7, s8, s9, s10, filters, filter3,
337 s9 = vreinterpretq_s16_u16(vmovl_u8(t2))
412 int16x4_t filter3, filter4, s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, local
496 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, d1, d2, d3; local
715 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, d1, d2, d3; local
785 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, d1, d2, d3; local
887 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, d1, d2, d3; local
967 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, d1, d2, d3; local
    [all...]
loopfilter_neon.c 547 uint8x##w##_t *s8, uint8x##w##_t *s9, uint8x##w##_t *s10, \
845 uint8x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, local
923 uint8x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, local
1054 uint8x16_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, local
    [all...]
  /system/libhidl/
test_main.cpp 80 hidl_string s9 = s8; // copy = local
81 EXPECT_STREQ(s9.c_str(), "s7");
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 348 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
377 s9 = x8 * cospi_15_64 - x9 * cospi_17_64;
386 x1 = fdct_round_shift(s1 + s9);
394 x9 = fdct_round_shift(s1 - s9);
412 s9 = x8 * cospi_28_64 - x9 * cospi_4_64;
429 x9 = fdct_round_shift(s9 + s13);
433 x13 = fdct_round_shift(s9 - s13);
447 s9 = x9;
464 x9 = s9 + s11;
466 x11 = s9 - s11
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.c 388 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
422 s9 = x8 * cospi_15_64 - x9 * cospi_17_64;
431 x1 = WRAPLOW(dct_const_round_shift(s1 + s9));
439 x9 = WRAPLOW(dct_const_round_shift(s1 - s9));
457 s9 = x8 * cospi_28_64 - x9 * cospi_4_64;
474 x9 = WRAPLOW(dct_const_round_shift(s9 + s13));
478 x13 = WRAPLOW(dct_const_round_shift(s9 - s13));
492 s9 = x9;
509 x9 = WRAPLOW(s9 + s11);
511 x11 = WRAPLOW(s9 - s11)
1697 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
itrans16_dspr2.c 1061 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
    [all...]
  /prebuilts/go/darwin-x86/test/
live.go 441 var s1, s2, s3, s4, s5, s6, s7, s8, s9, s10 string var
445 printstring(s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10) // ERROR "live at call to concatstrings: .autotmp_[0-9]+$" "live at call to printstring: .autotmp_[0-9]+$"
447 printstring(s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10) // ERROR "live at call to concatstrings: .autotmp_[0-9]+$" "live at call to printstring: .autotmp_[0-9]+$"
448 printstring(s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10) // ERROR "live at call to concatstrings: .autotmp_[0-9]+$" "live at call to printstring: .autotmp_[0-9]+$"
  /prebuilts/go/linux-x86/test/
live.go 441 var s1, s2, s3, s4, s5, s6, s7, s8, s9, s10 string var
445 printstring(s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10) // ERROR "live at call to concatstrings: .autotmp_[0-9]+$" "live at call to printstring: .autotmp_[0-9]+$"
447 printstring(s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10) // ERROR "live at call to concatstrings: .autotmp_[0-9]+$" "live at call to printstring: .autotmp_[0-9]+$"
448 printstring(s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10) // ERROR "live at call to concatstrings: .autotmp_[0-9]+$" "live at call to printstring: .autotmp_[0-9]+$"
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
e_lgammal_r.c 147 s9 = 1.15091830239148290758883505582343691e-05L, variable
303 y*(s9+y*(s10+y*s11)))))))))));

Completed in 654 milliseconds

1 2