Searched defs:s2 (Results 376 - 400 of 846) sorted by relevance

<<11121314151617181920>>

/external/clang/test/OpenMP/
H A Dsimd_reduction_messages.cpp18 S2(S2 &s2) : a(s2.a) {} argument
/external/clang/test/Sema/
H A Datomic-ops.c84 int *I, int **P, float *D, struct S *s1, struct S *s2) { struct
105 __atomic_load(s1, s2, memory_order_acquire);
115 __atomic_store_n(s1, *s2, memory_order_release); // expected-error {{must be a pointer to integer or pointer}}
118 __atomic_store(s1, s2, memory_order_release);
126 __atomic_exchange(s1, s2, s2, memory_order_seq_cst);
128 (int)__atomic_exchange(s1, s2, s2, memory_order_seq_cst); // expected-error {{operand of type 'void'}}
H A Dinit.c87 struct s1 s2 = { // expected-error {{variable has incomplete type 'struct s1'}} \ variable in typeref:struct:s1
H A Dtype-spec-struct-union.c14 int test_struct_scope(S1 *s1, struct S2 *s2, struct S3 *s3) { argument
15 if (s1->u1.x == s2) return 1;
21 struct S2 { int x; } *s2 = 0; local
22 if (s1->u1.x == s2) return 1; /* expected-warning {{comparison of distinct pointer types ('struct S2 *' and 'struct S2 *')}} */
/external/clang/test/SemaTemplate/
H A Dinstantiate-declref.cpp52 struct { U x, y; } s2; local
53 s1.x = s2.x; // expected-error{{incompatible}}
/external/compiler-rt/lib/asan/tests/
H A Dasan_str_test.cc285 char *s2 = MallocAndMemsetString(size, fill); local
287 s2[size - 1] = '\0';
289 Ident(StrCmp(s1, s2));
290 Ident(StrCmp(s1, s2 + size - 1));
291 Ident(StrCmp(s1 + size - 1, s2 + size - 1));
293 s2[size - 1] = 'x';
294 Ident(StrCmp(s1, s2));
296 EXPECT_DEATH(Ident(StrCmp)(s1 - 1, s2), LeftOOBReadMessage(1));
297 EXPECT_DEATH(Ident(StrCmp)(s1, s2 - 1), LeftOOBReadMessage(1));
298 EXPECT_DEATH(Ident(StrCmp)(s1 + size, s2), RightOOBReadMessag
322 char *s2 = MallocAndMemsetString(size); local
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libc.cc41 int internal_memcmp(const void* s1, const void* s2, uptr n) { argument
43 const char* t2 = (char*)s2;
108 char *s2 = (char*)InternalAlloc(len + 1); local
109 internal_memcpy(s2, s, len);
110 s2[len] = 0;
111 return s2;
114 int internal_strcmp(const char *s1, const char *s2) { argument
117 unsigned c2 = *s2;
121 s2++;
126 int internal_strncmp(const char *s1, const char *s2, upt argument
[all...]
/external/deqp/executor/
H A DxeTestLogWriter.cpp209 deUint8 s2 = (numRead >= 3) ? data[srcNdx+2] : 0; local
216 d[2] = s_base64Table[((s1&0xF)<<2) | (s2>>6)];
217 d[3] = s_base64Table[s2&0x3F];
/external/deqp/framework/qphelper/
H A DqpXmlWriter.c280 deUint8 s2 = (numRead >= 3) ? data[srcNdx+2] : 0; local
287 d[2] = s_base64Table[((s1&0xF)<<2) | (s2>>6)];
288 d[3] = s_base64Table[s2&0x3F];
/external/deqp/modules/glshared/
H A DglsRasterizationTestUtil.cpp175 float triangleArea (const tcu::Vec2& s0, const tcu::Vec2& s1, const tcu::Vec2& s2) argument
178 const tcu::Vec2 v (s2.x() - s0.x(), s2.y() - s0.y());
/external/e2fsprogs/e2fsck/
H A Dlogfile.c206 static FILE *save_output(const char *s0, const char *s1, const char *s2) argument
217 if (s2 && *s2 == 0)
218 s2 = 0;
221 if (!s0 && !s1 && !s2)
254 if (fd < 0 && s2)
255 fd = open(s2, O_WRONLY|O_CREAT|O_TRUNC, 0644);
285 struct string s, s1, s2; local
289 s.s = s1.s = s2.s = 0;
318 alloc_string(&s2, strle
[all...]
/external/e2fsprogs/misc/
H A Dutil.c37 int strcasecmp (char *s1, char *s2) argument
39 while (*s1 && *s2) {
40 int ch1 = *s1++, ch2 = *s2++;
48 return *s1 ? 1 : *s2 ? -1 : 0;
/external/eigen/test/
H A Dsparse_product.cpp56 Scalar s2 = internal::random<Scalar>(); local
95 VERIFY_IS_APPROX(m4 = s2*m2*m3*s1, refMat4 = s2*refMat2*refMat3*s1);
/external/eigen/unsupported/Eigen/src/Splines/
H A DSpline.h404 DenseIndex s1,s2; local
405 s1 = 0; s2 = 1; // alternate rows in array a
417 a(s2,0) = a(s1,0)/ndu(pk+1,rk);
418 d = a(s2,0)*ndu(rk,pk);
429 a(s2,j) = (a(s1,j)-a(s1,j-1))/ndu(pk+1,rk+j);
430 d += a(s2,j)*ndu(rk+j,pk);
435 a(s2,k) = -a(s1,k-1)/ndu(pk+1,r);
436 d += a(s2,k)*ndu(r,pk);
440 j = s1; s1 = s2; s2
[all...]
/external/elfutils/0.153/libdw/
H A Dmemory-access.h188 int16_t s2; member in union:unaligned
220 return up->s2;
/external/icu/icu4c/source/common/
H A Ducmndata.c99 strcmpAfterPrefix(const char *s1, const char *s2, int32_t *pPrefixLength) { argument
103 s2+=pl;
106 int32_t c2=(uint8_t)*s2++;
H A Duinvchar.c541 uprv_compareInvEbcdicAsAscii(const char *s1, const char *s2) { argument
544 for(;; ++s1, ++s2) {
546 c2=(uint8_t)*s2;
552 c2=-(int32_t)(uint8_t)*s2;
H A Dunormcmp.cpp49 * strcmp[CodePointOrder](NFD(foldCase(s1)), NFD(foldCase(s2)))
64 * get one code unit c2 from s2 (-1 if end of source)
144 const UChar *s2, int32_t length2,
150 /* current-level start/limit - s1/s2 as current */
203 start2=s2;
207 limit2=s2+length2;
246 if(s2==limit2 || ((c2=*s2)==0 && (limit2==NULL || (options&_STRNCMP_STYLE)))) {
252 ++s2;
261 s2
143 unorm_cmpEquivFold(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) argument
567 unorm_compare(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dscriptset.cpp247 icu::ScriptSet *s2 = static_cast<icu::ScriptSet *>(key2.pointer); local
248 return (*s1 == *s2);
/external/icu/icu4c/source/test/cintltst/
H A Dspooftest.c482 char s2[200]; local
486 u_strToUTF8(s2, sizeof(s2), NULL, scMixed, -1, &status);
488 checkResults = uspoof_areConfusableUTF8(sc, s1, -1, s2, -1, &status);
493 u_strToUTF8(s2, sizeof(s2), NULL, scLatin, -1, &status);
495 checkResults = uspoof_areConfusableUTF8(sc, s1, -1, s2, -1, &status);
500 u_strToUTF8(s2, sizeof(s2), NULL, lll_Latin_b, -1, &status);
502 checkResults = uspoof_areConfusableUTF8(sc, s1, -1, s2,
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dastrotst.cpp315 UnicodeString s1, s2, s3, s4, s5; local
319 ", Sunrise: " + df_dt->format(sunrise, s2) +
324 ", Sunrise: " + df_dt->format(sunrise,s2) +
327 s1.remove(); s2.remove(); s3.remove(); s4.remove(); s5.remove();
330 ", Sunset: " + df_dt->format(sunset,s2) +
335 ", Sunset: " + df_dt->format(sunset,s2) +
340 ", Sunrise: " + df_dt->format(sunrise,s2) +
H A Dcanittst.cpp249 compareUnicodeStrings(const void *s1, const void *s2) { argument
251 UnicodeString **st2 = (UnicodeString **)s2;
H A Dnmfmtrt.cpp238 UnicodeString s, s2, temp; local
255 s2 = fmt->format(n.getDouble(), s2);
257 s2 = fmt->format(n.getLong(), s2);
260 logln(/*n.getString(temp) +*/ " F> " + escape(s2));
263 if (s != s2) {
264 errln("*** STRING ERROR \"" + escape(s) + "\" != \"" + escape(s2) + "\"");
294 escape(s2));
H A Dnormconf.cpp59 void NormalizerConformanceTest::compare(const UnicodeString& s1, const UnicodeString& s2){ argument
63 if(Normalizer::compare(s1,s2,U_FOLD_CASE_DEFAULT,status)!=0){
64 errln("Normalizer::compare() failed for s1: " + prettify(s1) + " s2: " +prettify(s2));
H A Dthcoll.cpp272 UnicodeString s1, s2; local
274 parseChars(s2, tests[i+2]);
276 doTest(&c, s1, s2, expect);
279 int32_t result = c.compare(s1, s2);
285 + " , " + IntlTest::prettify(s2, t2)
290 c.getCollationKey(s2, k2, status);
303 c.getCollationKey(s2, k2, status);
314 + ").compareTo(key(" + IntlTest::prettify(s2, t2)

Completed in 1736 milliseconds

<<11121314151617181920>>