Searched refs:s1 (Results 51 - 75 of 1365) sorted by relevance

1234567891011>>

/external/valgrind/main/VEX/test/
H A Dtest-i386-muldiv.h4 int 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 int 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 int res, s1, flags, resh; local
41 s1
[all...]
H A Dtest-amd64-shift.h11 #define EXECSHIFT(size, res, s1, s2, flags) \
18 : "r" (s1), "0" (res), "1" (flags));
20 #define EXECSHIFT(size, res, s1, s2, flags) \
27 : "c" (s1), "0" (res), "1" (flags));
30 void exec_opq(int64 s2, int64 s0, int64 s1, int64 iflags) argument
35 EXECSHIFT("q", res, s1, s2, flags);
37 if (s1 != 1)
40 stringify(OP) "q", s0, s1, res, iflags, flags & CC_MASK);
43 void exec_opl(int64 s2, int64 s0, int64 s1, int64 iflags) argument
48 EXECSHIFT("", res, s1, s
56 exec_opw(int64 s2, int64 s0, int64 s1, int64 iflags) argument
79 exec_opl(int64 s2, int64 s0, int64 s1, int64 iflags) argument
92 exec_opw(int64 s2, int64 s0, int64 s1, int64 iflags) argument
108 exec_opb(int64 s0, int64 s1, int64 iflags) argument
122 exec_op(int64 s2, int64 s0, int64 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
70 uptr s1[] = {1, 2, 3, 4, 5}; local
[all...]
/external/valgrind/main/memcheck/tests/
H A Ddw4.c32 struct s1 struct
42 struct s1 S2[30];
46 struct s1 local;
47 struct s1* onheap = malloc(sizeof (struct s1));
/external/libcxx/test/strings/basic.string/string.cons/
H A Dchar_assignment.pass.cpp21 test(S s1, typename S::value_type s2) argument
24 s1 = s2;
25 assert(s1.__invariants());
26 assert(s1.size() == 1);
27 assert(T::eq(s1[0], s2));
28 assert(s1.capacity() >= s1.size());
/external/chromium_org/v8/test/mjsunit/
H A Dstring-natives.js31 var s1 = %NewString(26, true);
32 for (i = 0; i < 26; i++) %_OneByteSeqStringSetChar(i, 65, s1);
33 assertEquals("AAAAAAAAAAAAAAAAAAAAAAAAAA", s1);
34 %_OneByteSeqStringSetChar(25, 66, s1);
35 assertEquals("AAAAAAAAAAAAAAAAAAAAAAAAAB", s1);
36 for (i = 0; i < 26; i++) %_OneByteSeqStringSetChar(i, i+65, s1);
37 assertEquals("ABCDEFGHIJKLMNOPQRSTUVWXYZ", s1);
38 s1 = %TruncateString(s1, 13);
39 assertEquals("ABCDEFGHIJKLM", s1);
[all...]
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/
H A Dmove01.pass.cpp37 std::unique_ptr<A[]> s1(new A[3]);
38 A* p = s1.get();
42 s2 = std::move(s1);
45 assert(s1.get() == 0);
49 std::unique_ptr<A[], Deleter<A[]> > s1(new A[4], Deleter<A[]>(5));
50 A* p = s1.get();
54 s2 = std::move(s1);
56 assert(s1.get() == 0);
59 assert(s1.get_deleter().state() == 0);
64 std::unique_ptr<A[], CDeleter<A[]>&> s1(ne
[all...]
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/
H A Dmove01.pass.cpp37 std::unique_ptr<A> s1(new A);
38 A* p = s1.get();
41 s2 = std::move(s1);
44 assert(s1.get() == 0);
48 std::unique_ptr<A, Deleter<A> > s1(new A, Deleter<A>(5));
49 A* p = s1.get();
52 s2 = std::move(s1);
54 assert(s1.get() == 0);
57 assert(s1.get_deleter().state() == 0);
62 std::unique_ptr<A, CDeleter<A>&> s1(ne
[all...]
/external/chromium_org/extensions/common/
H A Derror_utils.h18 const std::string& s1);
21 const std::string& s1,
25 const std::string& s1,
30 const std::string& s1);
33 const std::string& s1,
37 const std::string& s1,
H A Derror_utils.cc13 const std::string& s1) {
15 ReplaceFirstSubstringAfterOffset(&ret_val, 0, "*", s1);
20 const std::string& s1,
23 ReplaceFirstSubstringAfterOffset(&ret_val, 0, "*", s1);
29 const std::string& s1,
33 ReplaceFirstSubstringAfterOffset(&ret_val, 0, "*", s1);
40 const std::string& s1) {
41 return base::UTF8ToUTF16(FormatErrorMessage(format, s1));
45 const std::string& s1,
47 return base::UTF8ToUTF16(FormatErrorMessage(format, s1, s
12 FormatErrorMessage(const std::string& format, const std::string& s1) argument
19 FormatErrorMessage(const std::string& format, const std::string& s1, const std::string& s2) argument
28 FormatErrorMessage(const std::string& format, const std::string& s1, const std::string& s2, const std::string& s3) argument
39 FormatErrorMessageUTF16(const std::string& format, const std::string& s1) argument
44 FormatErrorMessageUTF16(const std::string& format, const std::string& s1, const std::string& s2) argument
50 FormatErrorMessageUTF16(const std::string& format, const std::string& s1, const std::string& s2, const std::string& s3) argument
[all...]
/external/tcpdump/
H A Dstrcasecmp.c67 strcasecmp(s1, s2)
68 const char *s1, *s2;
71 *us1 = (u_char *)s1,
81 strncasecmp(s1, s2, n)
82 const char *s1, *s2;
86 *us1 = (u_char *)s1,
/external/clang/test/CodeGen/
H A Dx86_32-arguments-win32.c4 // CHECK-LABEL: define void @f1_2(%struct.s1* byval align 4 %a0)
5 struct s1 { struct
9 struct s1 f1_1(void) { while (1) {} }
10 void f1_2(struct s1 a0) {}
/external/libutf/
H A Drunestrstr.c20 * Return pointer to first occurrence of s2 in s1,
25 runestrstr(const Rune *s1, const Rune *s2) argument
32 return s1;
34 for(p=runestrchr(s1, c0); p; p=runestrchr(p+1, c0)) {
H A Dutfutf.c21 * Return pointer to first occurrence of s2 in s1,
26 utfutf(const char *s1, const char *s2) argument
35 return strstr(s1, s2);
38 for(p=s1; (p=utfrune(p, f)) != 0; p+=n1)
/external/chromium_org/crypto/
H A Dsecure_util.h24 CRYPTO_EXPORT bool SecureMemEqual(const void* s1, const void* s2, size_t n);
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dshim_ppapi.c17 static int mystrcmp(const char* s1, const char *s2) { argument
18 while((*s1 && *s2) && (*s1++ == *s2++));
19 return *(--s1) - *(--s2);
/external/chromium_org/v8/test/webkit/
H A Dregexp-alternatives.js28 var s1 = "<p>content</p>"; variable
29 shouldBe('s1.match(/<((\\/([^>]+)>)|(([^>]+)>))/)', '["<p>","p>",undefined,undefined,"p>","p"]');
30 shouldBe('s1.match(/<((ABC>)|(\\/([^>]+)>)|(([^>]+)>))/)', '["<p>","p>",undefined,undefined,undefined,"p>","p"]');
31 shouldBe('s1.match(/<(a|\\/p|.+?)>/)', '["<p>","p"]');
34 shouldBe('s1.match(/<((\\/([^>]+)>)|((([^>])+)>))/)', '["<p>","p>",undefined,undefined,"p>","p","p"]');
35 shouldBe('s1.match(/<((ABC>)|(\\/([^>]+)>)|((([^>])+)>))/)', '["<p>","p>",undefined,undefined,undefined,"p>","p","p"]');
36 shouldBe('s1.match(/<(a|\\/p|(.)+?)>/)', '["<p>","p","p"]');
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
H A Dp10.cpp11 mutable struct s1 {}; // expected-error{{'mutable' can only be applied to member variables}} struct in struct:s0
/external/clang/test/FixIt/
H A Dfixit-errors.c13 union s *s1; // expected-error{{use of 's' with tag type that does not match previous declaration}} variable in typeref:union:s
/external/clang/test/SemaCXX/
H A Dstatic-cast-complete-type.cpp10 S<void*> s1 = static_cast<S<void*> >(00); local
/external/libcxx/test/strings/basic.string/string.iterators/
H A Ddb_iterators_2.pass.cpp30 S s1; local
32 bool b = s1.begin() < s2.begin();
38 S s1;
40 bool b = s1.begin() < s2.begin();
H A Ddb_iterators_3.pass.cpp30 S s1; local
32 int i = s1.begin() - s2.begin();
38 S s1; local
40 int i = s1.begin() - s2.begin();
/external/libcxx/test/utilities/time/time.duration/time.duration.nonmember/
H A Dop_+.pass.cpp24 std::chrono::seconds s1(3);
26 std::chrono::seconds r = s1 + s2;
30 std::chrono::seconds s1(3);
32 std::chrono::microseconds r = s1 + s2;
36 std::chrono::duration<int, std::ratio<2, 3> > s1(3);
38 std::chrono::duration<int, std::ratio<1, 15> > r = s1 + s2;
42 std::chrono::duration<int, std::ratio<2, 3> > s1(3);
44 std::chrono::duration<double, std::ratio<1, 15> > r = s1 + s2;
49 constexpr std::chrono::seconds s1(3);
51 constexpr std::chrono::seconds r = s1
[all...]
H A Dop_-.pass.cpp25 std::chrono::seconds s1(3);
27 std::chrono::seconds r = s1 - s2;
31 std::chrono::seconds s1(3);
33 std::chrono::microseconds r = s1 - s2;
37 std::chrono::duration<int, std::ratio<2, 3> > s1(3);
39 std::chrono::duration<int, std::ratio<1, 15> > r = s1 - s2;
43 std::chrono::duration<int, std::ratio<2, 3> > s1(3);
45 std::chrono::duration<double, std::ratio<1, 15> > r = s1 - s2;
50 constexpr std::chrono::seconds s1(3);
52 constexpr std::chrono::seconds r = s1
[all...]
/external/valgrind/main/none/tests/mips64/
H A Dfpu_load_store.c7 int s1 = sizeof(int); local
14 for (i = 0; i < N*s1; i = i+8)
21 for (i = 0; i < N*s1; i = i+8)
28 for (i = 0; i < N*s1; i = i+4)
35 for (i = 0; i < N*s1; i = i+4)
46 for (i = 0; i < N*s1; i = i+8) {
52 for (i = 0; i < (N-1)*s1; i = i+4) {
58 for (i = 0; i < N*s1; i = i+8) {
64 for (i = 0; i < (N-1)*s1; i = i+4) {

Completed in 2476 milliseconds

1234567891011>>