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

1 2 3

  /external/clang/test/CodeGenCXX/
expr.cpp 34 struct s5;
35 struct s5 &f5_0(bool cond, struct s5 &a, struct s5 &b) {
x86_32-arguments.cpp 88 struct s5 { s5(); int &x; }; struct
89 s5 f5() { return s5(); }
  /external/clang/test/SemaCXX/
elaborated-type-specifier.cpp 42 int test_funcparam_scope(struct S5 * s5) {
43 struct S5 { int y; } *s5_2 = 0;
44 if (s5 == s5_2) return 1; // expected-error {{comparison of distinct pointer types ('struct S5 *' and 'struct S5 *')}}
cxx0x-initializer-aggregates.cpp 24 S s5{ {1, 2}, {3, 4}, { {5}, {6} }, {7, 8} }; // expected-error {{cannot omit braces}}
  /external/clang/test/Sema/
pragma-align-mac68k.c 49 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];
warn-strlcpycat-size.c 15 } s4, **s5; variable in typeref:struct:__anon5151
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}}
type-spec-struct-union.c 37 void f(struct S5 { int y; } s5); // expected-warning{{declaration of 'struct S5' will not be visible outside of this function}}
format-strings.c 126 extern const char s5[];
132 printf(s5); // expected-warning{{not a string literal}}
  /external/clang/test/CodeGen/
arm-arguments.c 31 // APCS-GNU: struct.s5* noalias sret
33 struct s5 { struct { } f0; int f1; }; struct
34 struct s5 f5(void) {}
bitfield-2.c 224 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/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Unicode/
uc-005.js 97 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/v8/src/mips/
register-allocator-mips-inl.h 72 23, // s5
110 s5,
  /external/clang/test/CXX/except/except.spec/
p5-pointers.cpp 30 void s5() throw(D);
51 t4 = &s5; // expected-error {{not superset}} expected-error {{incompatible type}}
  /external/chromium/net/websockets/
websocket_throttle_unittest.cc 163 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/
gmock-more-actions_test.cc 136 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 + s6 + s7 + s8 + s9
    [all...]
gmock-generated-actions_test.cc 119 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 + s6 + s7 + s8 + s9
    [all...]
  /external/v8/test/mjsunit/
uri.js 42 var s5 = String.fromCharCode(cc5); variable
60 assertEquals('%DF%BF', encodeURI(s5));
71 assertEquals(cc5, decodeURI(encodeURI(s5)).charCodeAt(0));
  /external/clang/test/CXX/class/class.union/
p1.cpp 85 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/llvm/test/MC/ARM/
simple-fp-encoding.s 204 @ CHECK: vldr.32 s5, [pc] @ encoding: [0x00,0x2a,0xdf,0xed]
205 @ CHECK: vldr.32 s5, [pc] @ encoding: [0x00,0x2a,0xdf,0xed]
206 @ CHECK: vldr.32 s5, [pc, #-0] @ encoding: [0x00,0x2a,0x5f,0xed]
207 vldr.32 s5, [pc]
208 vldr.32 s5, [pc,#0]
209 vldr.32 s5, [pc,#-0]
226 @ CHECK: vldmia r1, {s2, s3, s4, s5, s6, s7} @ encoding: [0x06,0x1a,0x91,0xec]
231 @ CHECK: vstmia r1, {s2, s3, s4, s5, s6, s7} @ encoding: [0x06,0x1a,0x81,0xec]
  /external/valgrind/main/none/tests/arm/
vfp.c 623 #define TESTINSN_vpush_vpop_f32(S1, Sval1, S2, Sval2, S3, Sval3, S4, S5, S6) \
629 "vmov "#S5", %4\n\t" \
637 "vpop {"#S5", "#S6"}\n\t" \
643 "vstmia %0!, {"#S5"}\n\t" \
648 : #S1, #S2, #S3, #S4, #S5, #S6, "r4", "memory" \
651 #S5" 0x%08x "#S6" 0x%08x\n", out[0], out[1],\
870 "vldmdb r1!, {s5, s6}\n\t"
876 "vmov r1, s5\n\t"
1047 "s0", "s1", "s2", "s3", "s5", "s6", "s16", "s17",
    [all...]
vfp.stdout.exp 144 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 :: Sd 0x46fc6000 Sm (i32)0x41c00000 Sn (i32)0x44a8400
    [all...]
  /bionic/libm/src/
e_lgamma_r.c 141 s5 = 1.84028451407337715652e-03, /* 0x3F5E26B6, 0x7368F239 */ variable
273 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
e_lgammaf_r.c 75 s5 = 1.8402845599e-03, /* 0x3af135b4 */ variable
207 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
  /external/fdlibm/
e_lgamma_r.c 140 s5 = 1.84028451407337715652e-03, /* 0x3F5E26B6, 0x7368F239 */ variable
280 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
  /external/icu4c/test/intltest/
astrotst.cpp 317 UnicodeString s1, s2, s3, s4, s5; local
329 s1.remove(); s2.remove(); s3.remove(); s4.remove(); s5.remove();
345 " (USNO " + df_t->format(expset,s5) + ")");

Completed in 645 milliseconds

1 2 3