Searched refs:s1 (Results 1 - 25 of 883) sorted by relevance

1234567891011>>

/external/clang/test/Misc/
H A Derror-limit.c4 struct s1{}; struct
5 struct s1{}; struct
11 // CHECK: 5:8: error: redefinition of 's1'
H A Derror-limit-multiple-notes.cpp14 struct s1{}; struct
15 struct s1{}; struct
22 // CHECK-NOT: 15:8: error: redefinition of 's1'
/external/clang/test/Parser/
H A Dstruct-recursion.c6 struct s1 { struct s2 *A; }; struct
7 struct s2 { struct s1 *B; };
10 struct s1 a;
/external/webkit/Source/JavaScriptCore/wtf/
H A DStringExtras.cpp34 int strcasecmp(const char* s1, const char* s2) argument
36 while (toASCIIUpper(*s1) == toASCIIUpper(*s2)) {
37 if (*s1 == '\0')
39 s1++;
43 return toASCIIUpper(*s1) - toASCIIUpper(*s2);
46 int strncasecmp(const char* s1, const char* s2, size_t len) argument
48 while (len > 0 && toASCIIUpper(*s1) == toASCIIUpper(*s2)) {
49 if (*s1 == '\0')
51 s1++;
59 return toASCIIUpper(*s1)
[all...]
/external/clang/test/CodeGen/
H A Dmms-bitfields.c3 struct s1 { struct
6 } s1; variable in typeref:struct:s1
8 // CHECK: %struct.s1 = type { i32, [4 x i8], i64 }
19 struct s1 s;
22 // CHECK: %struct.s3 = type { i32, [4 x i8], %struct.s1 }
H A Dlong-double-x86-nacl.c6 // CHECK: define void @s1(double %a)
7 void s1(long double a) {} function
H A Dms_struct.c4 struct s1 { struct
7 } ATTR s1; variable in typeref:struct:s1
9 // CHECK: %struct.s1 = type { i32, [4 x i8], i64 }
20 struct s1 s;
23 // CHECK: %struct.s3 = type { i32, [4 x i8], %struct.s1 }
H A D2002-03-11-LargeCharInString.c3 int strcmp(const char *s1, const char *s2);
H A D2002-04-09-StructRetVal.c5 short s1, s2; member in struct:S
H A D2007-05-07-PaddingElements.c6 int s1; member in struct:s
/external/valgrind/main/none/tests/
H A Dfdleak_fcntl.c8 int s1; local
12 s1 = DO( open("/dev/null", O_RDONLY) );
13 DO( fcntl(s1, F_DUPFD, s1) );
H A Dfdleak_dup2.c7 int s1; local
12 s1 = DO( open("/dev/null", O_RDONLY) );
15 DO( dup2(s1, 20) ); // dup s1 as fd 20
16 DO( dup2(s1, s2) ); // dup s1 as fd s2, which closes existing s2 fd
/external/v8/test/mjsunit/
H A Dshifts.js33 var s1 = 0x3fffffff; variable
34 assertEquals(0x7fffffff, (s1 << 1) + 1);
/external/bison/lib/
H A Dstreq.h35 streq9 (const char *s1, const char *s2) argument
37 return strcmp (s1 + 9, s2 + 9) == 0;
41 streq8 (const char *s1, const char *s2, char s28) argument
43 if (s1[8] == s28)
48 return streq9 (s1, s2);
55 streq7 (const char *s1, const char *s2, char s27, char s28) argument
57 if (s1[7] == s27)
62 return streq8 (s1, s2, s28);
69 streq6 (const char *s1, const char *s2, char s26, char s27, char s28) argument
71 if (s1[
83 streq5(const char *s1, const char *s2, char s25, char s26, char s27, char s28) argument
97 streq4(const char *s1, const char *s2, char s24, char s25, char s26, char s27, char s28) argument
111 streq3(const char *s1, const char *s2, char s23, char s24, char s25, char s26, char s27, char s28) argument
125 streq2(const char *s1, const char *s2, char s22, char s23, char s24, char s25, char s26, char s27, char s28) argument
139 streq1(const char *s1, const char *s2, char s21, char s22, char s23, char s24, char s25, char s26, char s27, char s28) argument
153 streq0(const char *s1, const char *s2, char s20, char s21, char s22, char s23, char s24, char s25, char s26, char s27, char s28) argument
[all...]
H A Dc-strcaseeq.h45 strcaseeq9 (const char *s1, const char *s2) argument
47 return c_strcasecmp (s1 + 9, s2 + 9) == 0;
51 strcaseeq8 (const char *s1, const char *s2, char s28) argument
53 if (CASEEQ (s1[8], s28))
58 return strcaseeq9 (s1, s2);
65 strcaseeq7 (const char *s1, const char *s2, char s27, char s28) argument
67 if (CASEEQ (s1[7], s27))
72 return strcaseeq8 (s1, s2, s28);
79 strcaseeq6 (const char *s1, const char *s2, char s26, char s27, char s28) argument
81 if (CASEEQ (s1[
93 strcaseeq5(const char *s1, const char *s2, char s25, char s26, char s27, char s28) argument
107 strcaseeq4(const char *s1, const char *s2, char s24, char s25, char s26, char s27, char s28) argument
121 strcaseeq3(const char *s1, const char *s2, char s23, char s24, char s25, char s26, char s27, char s28) argument
135 strcaseeq2(const char *s1, const char *s2, char s22, char s23, char s24, char s25, char s26, char s27, char s28) argument
149 strcaseeq1(const char *s1, const char *s2, char s21, char s22, char s23, char s24, char s25, char s26, char s27, char s28) argument
163 strcaseeq0(const char *s1, const char *s2, char s20, char s21, char s22, char s23, char s24, char s25, char s26, char s27, char s28) argument
[all...]
H A Dc-strcase.h42 extern int c_strcasecmp (const char *s1, const char *s2) _GL_ATTRIBUTE_PURE;
47 extern int c_strncasecmp (const char *s1, const char *s2, size_t n)
/external/clang/test/CodeGenCXX/
H A Dalloca-align.cpp22 // CHECK: alloca %struct.s1, align 2
23 struct s1 { short x; short y; }; struct
24 extern "C" struct s1 f2(int a, struct s1 *x, struct s1 *y) {
/external/clang/test/PCH/
H A Dchanged-files.c2 int s1 = m1; variable
/external/valgrind/main/memcheck/tests/
H A Dmemcmptest.c8 char *s1, *s2; variable
11 s1 = malloc(10); strcpy(s1,"fooble");
13 if (memcmp(s1, s2, 8) != 0)
/external/webrtc/src/system_wrappers/source/
H A Ddata_log_helpers_unittest.cc23 std::string s1, s2; local
24 v1.ToString(&s1);
26 ASSERT_EQ(s1, "5,");
29 v1.ToString(&s1);
30 ASSERT_EQ(s1, s2);
38 std::string s1, s2; local
39 v1.ToString(&s1);
41 ASSERT_EQ(s1, "3.5,");
44 v1.ToString(&s1);
45 ASSERT_EQ(s1, s
54 std::string s1, s2, s3; local
[all...]
/external/valgrind/main/VEX/test/
H A Dtest-i386-shift.h10 #define EXECSHIFT(size, res, s1, s2, flags) \
17 : "r" (s1), "0" (res), "1" (flags));
19 #define EXECSHIFT(size, res, s1, s2, flags) \
26 : "c" (s1), "0" (res), "1" (flags));
29 void exec_opl(int s2, int s0, int s1, int iflags) argument
34 EXECSHIFT("", res, s1, s2, flags);
36 if (s1 != 1)
39 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK);
42 void exec_opw(int s2, int s0, int s1, int iflags) argument
47 EXECSHIFT("w", res, s1, s
65 exec_opl(int s2, int s0, int s1, int iflags) argument
78 exec_opw(int s2, int s0, int s1, int iflags) argument
94 exec_opb(int s0, int s1, int iflags) argument
108 exec_op(int s2, int s0, int s1) argument
[all...]
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stackdepot_test.cc21 uptr s1[] = {1, 2, 3, 4, 5}; local
22 u32 i1 = StackDepotPut(s1, ARRAY_SIZE(s1));
26 EXPECT_EQ(sz1, ARRAY_SIZE(s1));
27 EXPECT_EQ(internal_memcmp(sp1, s1, sizeof(s1)), 0);
50 uptr s1[] = {1, 2, 3, 4, 6}; local
51 u32 i1 = StackDepotPut(s1, ARRAY_SIZE(s1));
52 u32 i2 = StackDepotPut(s1, ARRAY_SIZ
62 uptr s1[] = {1, 2, 3, 4, 7}; local
[all...]
/external/clang/test/Sema/
H A Dpragma-pack-3.c31 struct s1 { struct
35 int b[sizeof(struct s1) == 4 ? 1 : -1];
H A Dpragma-pack-4.c15 struct s1 { struct
20 int arr0[((sizeof(struct s1) % 64) == 0) ? 1 : -1];
/external/valgrind/main/helgrind/tests/
H A Dtc18_semabuse.c20 sem_t s1; local
23 r= sem_init(&s1, 0, ~0);
26 r= sem_init(&s1, 0, 0);
33 memset(&s1, 0x55, sizeof(s1));
34 r= sem_wait(&s1); /* assert(r != 0); */
37 r= sem_post(&s1);
39 sem_destroy(&s1);

Completed in 394 milliseconds

1234567891011>>