Searched defs:s1 (Results 151 - 175 of 399) sorted by relevance

1234567891011>>

/external/clang/test/SemaCXX/
H A Danonymous-union.cpp130 double s1; // expected-note {{declared private here}} member in struct:test4::A::__anon3691
149 (void) a.s1; // expected-error {{private member}}
H A Dconstructor-initializer.cpp256 S1 s1; member in struct:PR8075::S2
257 S2() : s1(s1.FOO) {}
261 S1 s1; member in struct:PR8075::S3
262 S3() : s1(s1.bar) {}
266 S1 s1; member in struct:PR8075::S4
267 S4() : s1(s1.baz()) {}
H A Denum.cpp29 struct s1 { struct
35 static enum e1 badfunc(struct s1 *q) {
/external/clang/test/SemaTemplate/
H A Dinstantiate-declref.cpp51 struct S { T x, y; } s1; local
53 s1.x = s2.x; // expected-error{{incompatible}}
56 type t2 = s1.x;
59 type2 t3 = { s1.x };
/external/grub/stage2/
H A Dmd5.c61 static char s1[4] = { 7, 12, 17, 22 }; variable
109 tmp = ROTATE_LEFT (tmp, s1[i & 3]);
/external/icu4c/common/
H A Duinvchar.c518 uprv_compareInvEbcdicAsAscii(const char *s1, const char *s2) { argument
521 for(;; ++s1, ++s2) {
522 c1=(uint8_t)*s1;
526 c1=-(int32_t)(uint8_t)*s1;
H A Dunormcmp.cpp49 * strcmp[CodePointOrder](NFD(foldCase(s1)), NFD(foldCase(s2)))
63 * get one code unit c1 from s1 (-1 if end of source)
143 unorm_cmpEquivFold(const UChar *s1, int32_t length1, argument
150 /* current-level start/limit - s1/s2 as current */
196 start1=s1;
200 limit1=s1+length1;
223 if(s1==limit1 || ((c1=*s1)==0 && (limit1==NULL || (options&_STRNCMP_STYLE)))) {
229 ++s1;
238 s1
538 unorm_compare(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) argument
[all...]
/external/icu4c/test/cintltst/
H A Dspooftest.c454 char s1[200]; local
458 u_strToUTF8(s1, sizeof(s1), NULL, scLatin, -1, &status);
461 checkResults = uspoof_areConfusableUTF8(sc, s1, -1, s2, -1, &status);
465 u_strToUTF8(s1, sizeof(s1), NULL, goodGreek, -1, &status);
468 checkResults = uspoof_areConfusableUTF8(sc, s1, -1, s2, -1, &status);
472 u_strToUTF8(s1, sizeof(s1), NULL, lll_Latin_a, -1, &status);
475 checkResults = uspoof_areConfusableUTF8(sc, s1,
[all...]
H A Dtracetst.c293 UChar s1[] = {0x41fe, 0x42, 0x43, 00}; local
294 const char *a1[] = {"s1", "s2", "s3"};
303 test_format("uchars %S ", 50, 0, "uchars 41fe 0042 0043 0000 ", __LINE__, s1, -1);
304 test_format("uchars %S ", 50, 0, "uchars 41fe 0042 ", __LINE__, s1, 2);
332 test_format("%vs", 100, 0, "s1\ns2\n[00000002]", __LINE__, a1, 2);
333 test_format("%vs", 100, 4, " s1\n s2\n [00000002]", __LINE__, a1, 2);
/external/icu4c/test/intltest/
H A Dcanittst.cpp249 compareUnicodeStrings(const void *s1, const void *s2) { argument
250 UnicodeString **st1 = (UnicodeString **)s1;
H A Dnormconf.cpp59 void NormalizerConformanceTest::compare(const UnicodeString& s1, const UnicodeString& s2){ argument
62 if(s1.indexOf((UChar32)0x0345)>=0)return;
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
273 parseChars(s1, tests[i]);
276 doTest(&c, s1, s2, expect);
279 int32_t result = c.compare(s1, s2);
284 i/3 + ": compare(" + IntlTest::prettify(s1, t1)
289 c.getCollationKey(s1, k1, status);
302 c.getCollationKey(s1, k1, status);
313 i/3 + ": key(" + IntlTest::prettify(s1, t1)
/external/iproute2/ip/
H A Diptunnel.c307 char s1[1024]; local
322 p->iph.daddr ? format_host(AF_INET, 4, &p->iph.daddr, s1, sizeof(s1)) : "any",
339 format_host(AF_INET, 4, &prl[i].addr, s1, sizeof(s1)));
370 inet_ntop(AF_INET6, &ip6rd.prefix, s1, sizeof(s1)),
374 format_host(AF_INET, 4, &ip6rd.relay_prefix, s1, sizeof(s1)),
/external/libnfc-nxp/src/
H A DphFriNfc_MifStdFormat.c172 static int phFriNfc_MfStd_MemCompare ( void *s1, void *s2, unsigned int n );
1280 static int phFriNfc_MfStd_MemCompare( void *s1, void *s2, unsigned int n ) argument
1283 int8_t *char_1 =(int8_t *)s1;
1285 if(NULL == s1 || NULL == s2)
/external/opencv/cv/src/
H A Dcvmatchcontours.cpp233 char s1, s2; local
286 s1 = s2 = 0;
315 s1 = ptr11[j]->sign;
341 if( s1 != s2 )
/external/opencv/cvaux/src/
H A Dcvmorphing.cpp60 int s, s1; /* integer variant of alpha and alpha1 ( 0 <= s,s1 <= 256 ) */ local
81 s1 = 256 - s;
211 (uchar) (((unsigned int) (second_pix[begLineIndex]) * s1) >> 8));
218 (uchar) (((unsigned int) (second_pix[begLineIndex + 1]) * s1) >>
226 (uchar) (((unsigned int) (second_pix[begLineIndex + 2]) * s1) >>
/external/openssl/crypto/aes/
H A Daes_core.c785 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
798 s1 = GETU32(in + 4) ^ rk[1];
803 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4];
804 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5];
805 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6];
806 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7];
809 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9];
813 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[12];
814 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13];
815 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1
976 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
H A Daes_x86core.c656 u32 s0, s1, s2, s3, t[4]; local
667 s1 = GETU32(in + 4) ^ rk[1];
675 Te4[(s1 >> 8) & 0xff] << 8 ^
678 t[1] = Te4[(s1 ) & 0xff] ^
685 Te4[(s1 >> 24) ] << 24;
688 Te4[(s1 >> 16) & 0xff] << 16 ^
713 Te1[(s1 >> 8) & 0xff] ^
717 t[1] = Te0[(s1 ) & 0xff] ^
725 Te3[(s1 >> 24) ] ^
729 Te2[(s1 >> 1
868 u32 s0, s1, s2, s3, t[4]; local
[all...]
/external/openssl/crypto/sha/
H A Dsha256.c153 unsigned MD32_REG_T a,b,c,d,e,f,g,h,s0,s1,T1,T2; local
175 s1 = X[(i+14)&0x0f]; s1 = sigma1(s1);
177 T1 = X[i&0xf] += s0 + s1 + X[(i+9)&0xf];
199 s1 = X[(i+14)&0x0f]; s1 = sigma1(s1); \
200 T1 = X[(i)&0x0f] += s0 + s1 + X[(i+9)&0x0f]; \
205 unsigned MD32_REG_T a,b,c,d,e,f,g,h,s0,s1,T local
[all...]
H A Dsha512.c502 SHA_LONG64 a,b,c,d,e,f,g,h,s0,s1,T1,T2; local
527 s1 = X[(i+14)&0x0f]; s1 = sigma1(s1);
529 T1 = X[i&0xf] += s0 + s1 + X[(i+9)&0xf];
552 s1 = X[(j+14)&0x0f]; s1 = sigma1(s1); \
553 T1 = X[(j)&0x0f] += s0 + s1 + X[(j+9)&0x0f]; \
559 SHA_LONG64 a,b,c,d,e,f,g,h,s0,s1,T local
[all...]
/external/qemu/
H A Daes.c889 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
902 s1 = GETU32(in + 4) ^ rk[1];
907 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4];
908 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5];
909 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6];
910 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7];
913 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9];
917 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[12];
918 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13];
919 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1
1080 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dproduct-weight.h149 string s1; local
151 s1 += c;
158 istringstream strm1(s1);
/external/v8/src/
H A Dregexp-macro-assembler.cc231 unibrow::uchar s1[1] = { c1 }; local
232 canonicalize->get(c1, '\0', s1);
233 if (s1[0] != c2) {
236 if (s1[0] != s2[0]) {
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-main.c374 Bool eq_SyscallStatus ( SyscallStatus* s1, SyscallStatus* s2 ) argument
376 /* was: return s1->what == s2->what && sr_EQ( s1->sres, s2->sres ); */
377 if (s1->what == s2->what && sr_EQ( s1->sres, s2->sres ))
381 vg_assert(s1->what == s2->what);
383 VG_(printf)(" {%lu %lu %u}\n", s1->sres._wLO, s1->sres._wHI, s1->sres._mode);
/external/valgrind/main/drd/tests/
H A Dunit_bitmap.c49 Int VG_(memcmp)(const void* s1, const void* s2, SizeT n) argument
50 { return memcmp(s1, s2, n); }

Completed in 449 milliseconds

1234567891011>>