Searched refs:s5 (Results 1 - 25 of 62) sorted by relevance

123

/external/clang/test/CodeGenCXX/
H A Dexpr.cpp34 struct s5;
35 struct s5 &f5_0(bool cond, struct s5 &a, struct s5 &b) {
H A Dx86_32-arguments.cpp88 struct s5 { s5(); int &x; }; struct
89 s5 f5() { return s5(); }
/external/clang/test/CodeGen/
H A Dx86_32-arguments-win32.c35 struct s5 { struct
38 struct s5 f5_1(void) { while (1) {} }
39 void f5_2(struct s5 a0) {}
H A Darm-arguments.c31 // APCS-GNU: struct.s5* noalias sret
33 struct s5 { struct { } f0; int f1; }; struct
34 struct s5 f5(void) {}
H A Dbitfield-2.c224 struct s5 { struct
230 struct s5 g5 = { 0xdeadbeef, 0xdeadbeef };
232 int f5_load(struct s5 *a0) {
235 int f5_store(struct s5 *a0) {
238 int f5_reload(struct s5 *a0) {
246 struct s5 g5 = { 0xdeadbeef, 0xdeadbeef, 0xdeadbeef };
/external/clang/test/SemaCXX/
H A Delaborated-type-specifier.cpp42 int test_funcparam_scope(struct S5 * s5) { argument
44 if (s5 == s5_2) return 1; // expected-error {{comparison of distinct pointer types ('struct S5 *' and 'struct S5 *')}}
H A Dcxx0x-initializer-aggregates.cpp27 S s5{ {1, 2}, {3, 4}, { {5}, {6} }, {7, 8} }; // expected-error {{cannot omit braces}}
/external/clang/test/Sema/
H A Dpragma-align-mac68k.c49 struct s5 { struct
53 extern int a5_0[sizeof(struct s5) == 4 ? 1 : -1];
54 extern int a5_1[__alignof(struct s5) == 2 ? 1 : -1];
H A Dwarn-strlcpycat-size.c15 } s4, **s5; variable in typeref:struct:__anon4102
26 strlcpy((*s5)->f2[x], s2, sizeof(s2)); // expected-warning {{size argument in 'strlcpy' call appears to be size of the source; expected the size of the destination}} expected-note {{change size argument to be the size of the destination}}
H A Dwarn-strncat-size.c21 } s4, **s5; variable in typeref:struct:__anon4103
41 strncat((*s5)->f2[x], s2, sizeof(s2)); // expected-warning {{size argument in 'strncat' call appears to be size of the source}} expected-note {{change the argument to be the free space in the destination buffer minus the terminating null byte}}
H A Dtype-spec-struct-union.c37 void f(struct S5 { int y; } s5); // expected-warning{{declaration of 'struct S5' will not be visible outside of this function}}
/external/v8/test/mjsunit/
H A Duri.js42 var s5 = String.fromCharCode(cc5); variable
60 assertEquals('%DF%BF', encodeURI(s5));
71 assertEquals(cc5, decodeURI(encodeURI(s5)).charCodeAt(0));
/external/clang/test/CXX/except/except.spec/
H A Dp5-pointers.cpp30 void s5() throw(D);
51 t4 = &s5; // expected-error {{not superset}} expected-error {{incompatible type}}
/external/kernel-headers/original/asm-mips/
H A Dregdef.h41 #define s5 $21 macro
84 #define s5 $21 macro
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Unicode/
H A Duc-005.js97 var s5 = '\u02b1; } catch (Z' variable
108 var sEval = s0 + s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10;
145 expect = s5.charAt(0);
/external/chromium/net/websockets/
H A Dwebsocket_throttle_unittest.cc163 scoped_refptr<SocketStream> s5(
165 w5->InitSocketStream(s5.get());
166 WebSocketThrottleTest::MockSocketStreamConnect(s5, addr);
172 EXPECT_EQ(ERR_IO_PENDING, w5->OnStartOpenConnection(s5, &callback_s5));
243 w5->OnClose(s5.get());
250 s5->DetachDelegate();
/external/chromium/testing/gmock/test/
H A Dgmock-more-actions_test.cc136 const char* s4, const char* s5) {
137 return string(s1) + s2 + s3 + s4 + s5;
151 const char* s4, const char* s5, const char* s6) {
152 return string(s1) + s2 + s3 + s4 + s5 + s6;
156 const char* s4, const char* s5, const char* s6,
158 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7;
162 const char* s4, const char* s5, const char* s6,
164 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8;
168 const char* s4, const char* s5, const char* s6,
170 return string(s1) + s2 + s3 + s4 + s5
135 Concat5(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5) argument
150 Concat6(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6) argument
155 Concat7(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7) argument
161 Concat8(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8) argument
167 Concat9(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9) argument
173 Concat10(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9, const char* s10) argument
204 Concat7(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7) argument
210 Concat8(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8) argument
216 Concat9(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9) argument
222 Concat10(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9, const char* s10) argument
[all...]
H A Dgmock-generated-actions_test.cc119 const char* s4, const char* s5) {
120 return string(s1) + s2 + s3 + s4 + s5;
134 const char* s4, const char* s5, const char* s6) {
135 return string(s1) + s2 + s3 + s4 + s5 + s6;
139 const char* s4, const char* s5, const char* s6,
141 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7;
145 const char* s4, const char* s5, const char* s6,
147 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8;
151 const char* s4, const char* s5, const char* s6,
153 return string(s1) + s2 + s3 + s4 + s5
118 Concat5(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5) argument
133 Concat6(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6) argument
138 Concat7(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7) argument
144 Concat8(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8) argument
150 Concat9(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9) argument
156 Concat10(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9, const char* s10) argument
[all...]
/external/clang/test/CXX/class/class.union/
H A Dp1.cpp89 struct s5 : CopyAssign { // expected-note {{because type 'U3::s5' has a base class with a non-trivial copy assignment operator}} struct in union:U3
/external/valgrind/main/none/tests/arm/
H A Dvfp.c870 "vldmdb r1!, {s5, s6}\n\t"
876 "vmov r1, s5\n\t"
1047 "s0", "s1", "s2", "s3", "s5", "s6", "s16", "s17",
1155 TESTINSN_bin_f32("vmla.f32 s0, s5, s2", s0, s5, i32, f2u(NAN), s2, i32, f2u(-1.0));
1163 TESTINSN_bin_f32("vmla.f32 s23, s24, s5", s23, s24, i32, f2u(24), s5, i32, f2u(1346));
1169 TESTINSN_bin_f32("vmla.f32 s13, s24, s5", s13, s24, i32, f2u(874), s5, i32, f2u(1384.6));
1174 TESTINSN_bin_f32("vmla.f32 s0, s5, s
[all...]
H A Dvfp.stdout.exp144 vmla.f32 s0, s5, s2 :: Sd 0x7fc00000 Sm (i32)0x7fc00000 Sn (i32)0xbf800000
152 vmla.f32 s23, s24, s5 :: Sd 0x46fc6000 Sm (i32)0x41c00000 Sn (i32)0x44a84000
158 vmla.f32 s13, s24, s5 :: Sd 0x4993b8e3 Sm (i32)0x445a8000 Sn (i32)0x44ad1333
163 vmla.f32 s0, s5, s2 :: Sd 0xff800000 Sm (i32)0x7f800000 Sn (i32)0xff800000
193 vnmla.f32 s0, s5, s2 :: Sd 0xffc00000 Sm (i32)0x7fc00000 Sn (i32)0xbf800000
201 vnmla.f32 s23, s24, s5 :: Sd 0xc6fc6000 Sm (i32)0x41c00000 Sn (i32)0x44a84000
207 vnmla.f32 s13, s24, s5 :: Sd 0xc993b8e3 Sm (i32)0x445a8000 Sn (i32)0x44ad1333
212 vnmla.f32 s0, s5, s2 :: Sd 0x7f800000 Sm (i32)0x7f800000 Sn (i32)0xff800000
242 vmls.f32 s0, s5, s2 :: Sd 0x7fc00000 Sm (i32)0x7fc00000 Sn (i32)0xbf800000
250 vmls.f32 s23, s24, s5
[all...]
/external/llvm/test/MC/ARM/
H A Dsimple-fp-encoding.s236 @ CHECK: vldr s5, [pc] @ encoding: [0x00,0x2a,0xdf,0xed]
237 @ CHECK: vldr s5, [pc] @ encoding: [0x00,0x2a,0xdf,0xed]
238 @ CHECK: vldr s5, [pc, #-0] @ encoding: [0x00,0x2a,0x5f,0xed]
239 vldr.32 s5, [pc]
240 vldr.32 s5, [pc,#0]
241 vldr.32 s5, [pc,#-0]
263 @ CHECK: vldmia r1, {s2, s3, s4, s5, s6, s7} @ encoding: [0x06,0x1a,0x91,0xec]
268 @ CHECK: vstmia r1, {s2, s3, s4, s5, s6, s7} @ encoding: [0x06,0x1a,0x81,0xec]
291 vmov.p8 s5, r2
305 @ CHECK: vmov s5, r
[all...]
/external/openssl/crypto/sha/asm/
H A Dsha1-mips.pl26 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23));
42 # ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7)=map("\$$_",(16..23));
264 $REG_S $s5,($FRAMESIZE-9)*$SZREG($sp)
336 $REG_L $s5,($FRAMESIZE-9)*$SZREG($sp)
/external/openssl/crypto/bn/asm/
H A Dmips-mont.pl30 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23));
46 # ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7)=map("\$$_",(16..23));
106 $ahi=$s5;
155 $REG_S $s5,($FRAMESIZE-8)*$SZREG($sp)
407 $REG_L $s5,($FRAMESIZE-8)*$SZREG($sp)
/external/skia/gm/
H A Ddegeneratesegments.cpp328 unsigned s5 = (rand.nextU() >> 16) % numSegments; local
334 pt = gSegmentFunctions[s5](path, pt);
380 canvas->drawText(gSegmentNames[s5],
381 strlen(gSegmentNames[s5]),

Completed in 2073 milliseconds

123