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

1 2 3

  /external/llvm/test/MC/ARM/
vpush-vpop.s 7 vpush {s8, s9, s10, s11, s12}
9 vpop {s8, s9, s10, s11, s12}
12 vpush.16 {s8, s9, s10, s11, s12}
14 vpop.64 {s8, s9, s10, s11, s12}
17 @ CHECK-THUMB: vpush {s8, s9, s10, s11, s12} @ encoding: [0x2d,0xed,0x05,0x4a]
19 @ CHECK-THUMB: vpop {s8, s9, s10, s11, s12} @ encoding: [0xbd,0xec,0x05,0x4a]
22 @ CHECK-ARM: vpush {s8, s9, s10, s11, s12} @ encoding: [0x05,0x4a,0x2d,0xed]
24 @ CHECK-ARM: vpop {s8, s9, s10, s11, s12} @ encoding: [0x05,0x4a,0xbd,0xec]
27 @ CHECK-THUMB: vpush {s8, s9, s10, s11, s12} @ encoding: [0x2d,0xed,0x05,0x4a]
29 @ CHECK-THUMB: vpop {s8, s9, s10, s11, s12} @ encoding: [0xbd,0xec,0x05,0x4a
    [all...]
  /external/clang/test/CXX/except/except.spec/
p5-pointers.cpp 34 void s9(void (*)() throw(B1)); // s9 takes pointer to function with spec
68 void (*t10)(void (*)() throw(B1)) = &s9; // valid
69 void (*t11)(void (*)() throw(A)) = &s9; // expected-error {{argument types differ}}
70 void (*t12)(void (*)() throw(D)) = &s9; // expected-error {{argument types differ}}
  /external/clang/test/CodeGenCXX/
x86_32-arguments.cpp 112 // CHECK: 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/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];
  /external/chromium_org/third_party/smhasher/src/
Spooky.h 136 uint64 &s8, uint64 &s9, uint64 &s10,uint64 &s11)
145 s7 += data[7]; s9 ^= s5; s6 ^= s7; s7 = Rot64(s7,57); s6 += s8;
146 s8 += data[8]; s10 ^= s6; s7 ^= s8; s8 = Rot64(s8,55); s7 += s9;
147 s9 += data[9]; s11 ^= s7; s8 ^= s9; s9 = Rot64(s9,54); s8 += s10;
148 s10 += data[10]; s0 ^= s8; s9 ^= s10; s10 = Rot64(s10,22); s9 += s11;
149 s11 += data[11]; s1 ^= s9; s10 ^= s11; s11 = Rot64(s11,46); s10 += s0
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_IDCT8x8blk_s.s 67 M_IDCT s9, s16, 16
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_IDCT8x8blk_s.s 67 M_IDCT s9, s16, 16
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
stringutil.h 143 const StringHolder& s9);
149 const StringHolder& s9, const StringHolder& s10,
156 const StringHolder& s9, const StringHolder& s10,
stringutil.cc 325 const StringHolder& s9) {
329 s9.Length() + 1);
338 result += s9;
347 const StringHolder& s9, const StringHolder& s10,
352 s9.Length() + s10.Length() + s11.Length());
361 result += s9;
372 const StringHolder& s9, const StringHolder& s10,
377 s9.Length() + s10.Length() + s11.Length() + s12.Length());
386 result += 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};
arm-arguments.c 56 struct s9 { int f0; int : 0; }; struct
57 struct s9 f9(void) {}
x86_64-arguments-nacl.c 47 struct s9 { int a; int b; int : 0; } f9(void) { while (1) {} } struct
aarch64-arguments.c 44 struct s9 { long f0; int : 0; }; struct
45 struct s9 f9(void) {}
x86_32-arguments-darwin.c 55 // CHECK: 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) {}
bitfield-2.c 331 struct __attribute__((packed)) s9 { struct
342 int f9_load(struct s9 *a0) {
  /art/test/StackWalk/
StackWalk.java 30 String s9 = new String("9"); local
52 s += s9;
  /external/v8/test/mjsunit/
uri.js 52 var s9 = String.fromCharCode(cc9_1)+String.fromCharCode(cc9_2); variable
64 assertEquals('%F4%8F%BF%BF', encodeURI(s9));
76 assertEquals(cc9_1, decodeURI(encodeURI(s9)).charCodeAt(0));
77 assertEquals(cc9_2, decodeURI(encodeURI(s9)).charCodeAt(1));
  /external/chromium_org/v8/test/mjsunit/
uri.js 52 var s9 = String.fromCharCode(cc9_1)+String.fromCharCode(cc9_2); variable
64 assertEquals('%F4%8F%BF%BF', encodeURI(s9));
76 assertEquals(cc9_1, decodeURI(encodeURI(s9)).charCodeAt(0));
77 assertEquals(cc9_2, decodeURI(encodeURI(s9)).charCodeAt(1));
  /external/chromium_org/third_party/mesa/src/include/CL/
cl_platform.h 479 __extension__ struct{ cl_char s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon14211::__anon14213
554 __extension__ struct{ cl_uchar s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon14227::__anon14229
629 __extension__ struct{ cl_short s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon14243::__anon14245
704 __extension__ struct{ cl_ushort s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon14259::__anon14261
778 __extension__ struct{ cl_int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon14275::__anon14277
853 __extension__ struct{ cl_uint s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon14291::__anon14293
927 __extension__ struct{ cl_long s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon14307::__anon14309
1002 __extension__ struct{ cl_ulong s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon14323::__anon14325
1078 __extension__ struct{ cl_float s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon14339::__anon14341
1153 __extension__ struct{ cl_double s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon14355::__anon14357
    [all...]
  /external/mesa3d/include/CL/
cl_platform.h 479 __extension__ struct{ cl_char s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon24576::__anon24578
554 __extension__ struct{ cl_uchar s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon24592::__anon24594
629 __extension__ struct{ cl_short s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon24608::__anon24610
704 __extension__ struct{ cl_ushort s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon24624::__anon24626
778 __extension__ struct{ cl_int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon24640::__anon24642
853 __extension__ struct{ cl_uint s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon24656::__anon24658
927 __extension__ struct{ cl_long s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon24672::__anon24674
1002 __extension__ struct{ cl_ulong s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon24688::__anon24690
1078 __extension__ struct{ cl_float s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon24704::__anon24706
1153 __extension__ struct{ cl_double s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon24720::__anon24722
    [all...]
  /external/chromium/testing/gmock/test/
gmock-more-actions_test.cc 169 const char* s7, const char* s8, const char* s9) {
170 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9;
175 const char* s7, const char* s8, const char* s9,
177 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10;
218 const char* s7, const char* s8, const char* s9) {
219 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9;
224 const char* s7, const char* s8, const char* s9,
226 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10;
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
mips-mont.pl 30 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23));
110 $i=$s9;
151 $REG_S $s9,($FRAMESIZE-4)*$SZREG($sp)
403 $REG_L $s9,($FRAMESIZE-4)*$SZREG($sp)
  /external/openssl/crypto/bn/asm/
mips-mont.pl 30 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23));
110 $i=$s9;
151 $REG_S $s9,($FRAMESIZE-4)*$SZREG($sp)
403 $REG_L $s9,($FRAMESIZE-4)*$SZREG($sp)
  /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
677 s9 = x8 * cospi_15_64 - x9 * cospi_17_64;
686 x1 = dct_const_round_shift(s1 + s9);
694 x9 = dct_const_round_shift(s1 - s9);
712 s9 = x8 * cospi_28_64 - x9 * cospi_4_64;
729 x9 = dct_const_round_shift(s9 + s13);
733 x13 = dct_const_round_shift(s9 - s13);
747 s9 = x9;
764 x9 = s9 + s11;
766 x11 = s9 - s11
    [all...]
  /external/valgrind/main/none/tests/arm/
vfp.c     [all...]

Completed in 916 milliseconds

1 2 3