Searched refs:s1 (Results 26 - 50 of 1365) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
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
H A Darm-pnaclcall.c11 } s1; typedef in typeref:struct:__anon18605
12 // CHECK-LABEL: define i32 @f48(%struct.s1* byval %s)
13 int __attribute__((pnaclcall)) f48(s1 s) { return s.a; }
15 // CHECK-LABEL: define void @f49(%struct.s1* noalias sret %agg.result)
16 s1 __attribute__((pnaclcall)) f49() { s1 s; s.a = s.b = 1; return s; }
/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) {
H A Dno-opt-volatile-memcpy.cpp27 struct s1 { struct
31 struct s1 s;
38 // CHECK: call void @llvm.memcpy.{{.*}}(i8* getelementptr inbounds (%struct.s1* @s, i32 0, i32 0, i32 0, i32 0), i8* getelementptr inbounds (%struct.s1* @s, i32 0, i32 0, i32 0, i32 0), i64 132, i32 4, i1 true)
39 // CHECK-NEXT: call void @llvm.memcpy.{{.*}}(i8* getelementptr inbounds (%struct.s1* @s, i32 0, i32 0, i32 0, i32 0), i8* getelementptr inbounds (%struct.s* @gs, i32 0, i32 0, i32 0), i64 132, i32 4, i1 true)
41 struct d : s1 {
/external/clang/test/PCH/
H A Dchanged-files.c2 int s1 = m1; variable
/external/libutf/
H A Drunestrncpy.c20 runestrncpy(Rune *s1, const Rune *s2, long n) argument
25 os1 = s1;
27 if((*s1++ = *s2++) == 0) {
29 *s1++ = 0;
H A Dutfrrune.c25 const char *s1; local
30 s1 = 0;
35 return s1;
37 s1 = s;
43 s1 = s;
/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/valgrind/main/none/tests/
H A Dfdleak_dup2.c7 int s1; local
12 s1 = DO( open("/dev/null", O_RDONLY) );
15 (void) DO( dup2(s1, 20) ); // dup s1 as fd 20
16 (void) DO( dup2(s1, s2) ); // dup s1 as fd s2, which closes existing s2 fd
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Ddata_log_helpers_unittest.cc24 std::string s1, s2; local
25 v1.ToString(&s1);
27 ASSERT_EQ(s1, "5,");
30 v1.ToString(&s1);
31 ASSERT_EQ(s1, s2);
39 std::string s1, s2; local
40 v1.ToString(&s1);
42 ASSERT_EQ(s1, "3.5,");
45 v1.ToString(&s1);
46 ASSERT_EQ(s1, s
55 std::string s1, s2, s3; local
[all...]
/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...]
H A Dtest-amd64-muldiv.h4 int64 res, s1, s0, flags; local
6 s1 = op1;
15 : "q" (s1), "0" (res), "1" (flags));
17 stringify(OP) "b", s0, s1, res, flags & CC_MASK);
22 int64 res, s1, flags, resh; local
23 s1 = op1;
33 : "q" (s1), "0" (res), "1" (flags), "2" (resh));
35 stringify(OP) "w", op0h, op0, s1, resh, res, flags & CC_MASK);
40 int64 res, s1, flags, resh; local
41 s1
58 int64 res, s1, flags, resh; local
[all...]
/external/bison/lib/
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/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/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
H A Dcopy.pass.cpp14 // static char_type* copy(char_type* s1, const char_type* s2, size_t n);
21 char s1[] = {1, 2, 3}; local
23 assert(std::char_traits<char>::copy(s2, s1, 3) == s2);
/external/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/
H A Dcopy.pass.cpp14 // static char_type* copy(char_type* s1, const char_type* s2, size_t n);
21 wchar_t s1[] = {1, 2, 3}; local
23 assert(std::char_traits<wchar_t>::copy(s2, s1, 3) == s2);
/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);
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-liveedit-diff.js33 function CheckCompareOneWay(s1, s2) {
34 var diff_array = Debug.LiveEdit.TestApi.CompareStrings(s1, s2);
39 print("s1='" + s1 + "'");
45 assertEquals(s1.substring(pos1, pos1 + similar_length),
48 print(s1.substring(pos1, pos1 + similar_length));
52 print(s1.substring(pos1, diff_array[i + 1]));
61 var similar_length = s1.length - pos1;
63 assertEquals(s1.substring(pos1, pos1 + similar_length),
66 print(s1
[all...]
/external/clang/test/Modules/Inputs/template-specialization-visibility/
H A Db.h4 S<int> *s1; variable
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dstrcasecmp.c46 yasm__strcasecmp(const char *s1, const char *s2) argument
49 return strcasecmp(s1, s2);
51 return stricmp(s1, s2);
53 return _stricmp(s1, s2);
55 return strcmpi(s1, s2);
58 *us1 = (const unsigned char *)s1,
69 yasm__strncasecmp(const char *s1, const char *s2, size_t n) argument
72 return strncasecmp(s1, s2, n);
74 return strnicmp(s1, s2, n);
76 return _strnicmp(s1, s
[all...]

Completed in 1152 milliseconds

1234567891011>>