Searched defs:s2 (Results 276 - 300 of 371) sorted by relevance

<<1112131415

/external/valgrind/main/coregrind/
H A Dlauncher-aix5.c581 UInt s2 = 0; local
585 s2 += s1;
587 s2 %= 65521;
591 return (s2 << 16) + s1;
H A Dm_transtab.c1119 Bool overlap1 ( Addr64 s1, ULong r1, Addr64 s2, ULong r2 ) argument
1122 Addr64 e2 = s2 + r2 - 1ULL;
1123 if (e1 < s2 || e2 < s1)
/external/valgrind/main/coregrind/m_debuginfo/
H A Dstorage.c1247 Addr s1, s2, e1, e2, p1, p2; local
1314 s2 = di->symtab[i+1].addr;
1315 e2 = s2 + di->symtab[i+1].size - 1;
1320 if (s1 < s2) {
1321 e1 = s2-1;
1323 vg_assert(s1 == s2);
1325 s1 = e2+1; SWAP(Addr,s1,s2); SWAP(Addr,e1,e2); SWAP(Addr,p1,p2);
1329 s2 = e1+1;
1341 di->symtab[i+1].addr = s2;
1342 di->symtab[i+1].size = e2 - s2
[all...]
/external/webkit/Source/JavaScriptCore/wtf/text/
H A DStringImpl.cpp498 int codePointCompare(const StringImpl* s1, const StringImpl* s2) argument
501 const unsigned l2 = s2 ? s2->length() : 0;
504 const UChar* c2 = s2 ? s2->characters() : 0;
/external/webp/src/enc/
H A Dfilter.c254 const int s2 = src2[x]; local
257 stats->ym += s2;
259 stats->xym += s1 * s2;
260 stats->yym += s2 * s2;
/external/bison/src/
H A Dscan-skel.c2057 static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) argument
2061 s1[i] = s2[i];
/external/bluetooth/bluez/tools/
H A Dlexer.c1700 static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) argument
1704 s1[i] = s2[i];
/external/bluetooth/glib/glib/
H A Dgstrfuncs.c1966 * @s1: string to compare with @s2.
1967 * @s2: string to compare with @s1.
1983 * Return value: 0 if the strings match, a negative value if @s1 &lt; @s2,
1984 * or a positive value if @s1 &gt; @s2.
1988 const gchar *s2)
1993 g_return_val_if_fail (s2 != NULL, 0);
1995 while (*s1 && *s2)
1998 c2 = (gint)(guchar) TOLOWER (*s2);
2001 s1++; s2++;
2004 return (((gint)(guchar) *s1) - ((gint)(guchar) *s2));
1987 g_ascii_strcasecmp(const gchar *s1, const gchar *s2) argument
2028 g_ascii_strncasecmp(const gchar *s1, const gchar *s2, gsize n) argument
2068 g_strcasecmp(const gchar *s1, const gchar *s2) argument
2127 g_strncasecmp(const gchar *s1, const gchar *s2, guint n) argument
[all...]
/external/chromium/testing/gmock/test/
H A Dgmock-matchers_test.cc3306 string s2 = s; local
3310 EXPECT_FALSE(matcher.Matches(s2));
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1525 inline int StrCaseCmp(const char* s1, const char* s2) { argument
1526 return stricmp(s1, s2);
1535 inline int StrCaseCmp(const char* s1, const char* s2) { argument
1536 return _stricmp(s1, s2);
1561 inline int StrCaseCmp(const char* s1, const char* s2) {
1562 return strcasecmp(s1, s2);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp973 // int memcmp(const void *s1, const void *s2, size_t n);
1201 //char *strcat(char *restrict s1, const char *restrict s2);
1209 //char *strncat(char *restrict s1, const char *restrict s2, size_t n);
1519 //int strcmp(const char *s1, const char *s2);
1524 //int strncmp(const char *s1, const char *s2, size_t n);
1530 //int strcasecmp(const char *s1, const char *s2);
1536 //int strncasecmp(const char *s1, const char *s2, size_t n);
1553 const Expr *s2 = CE->getArg(1); local
1554 SVal s2Val = state->getSVal(s2);
1555 state = checkNonNull(C, state, s2, s2Va
[all...]
/external/e2fsprogs/e2fsck/
H A Dprofile.c224 const char *s2 = *((const char * const *) m2); local
226 return strcmp(s1, s2);
/external/elfutils/src/
H A Dldlex.c2431 static void yy_flex_strncpy( char *s1, yyconst char *s2, int n ) argument
2433 static void yy_flex_strncpy( s1, s2, n )
2435 yyconst char *s2;
2441 s1[i] = s2[i];
/external/expat/lib/
H A Dxmltok.c923 streqci(const char *s1, const char *s2) argument
927 char c2 = *s2++;
/external/icu4c/common/
H A Dutext.cpp456 UText *s2, int32_t length2) {
463 c2 = UTEXT_NEXT32(s2);
480 c2 = UTEXT_NEXT32(s2);
516 UText *s2, int64_t limit2) {
523 c2 = UTEXT_NEXT32(s2);
533 int64_t index2 = (limit2 >= 0 ? UTEXT_GETNATIVEINDEX(s2) : 0);
537 c2 = UTEXT_NEXT32(s2);
549 index2 = UTEXT_GETNATIVEINDEX(s2);
571 UText *s2, int32_t length2,
591 if(s1==NULL || s2
455 utext_compare(UText *s1, int32_t length1, UText *s2, int32_t length2) argument
515 utext_compareNativeLimit(UText *s1, int64_t limit1, UText *s2, int64_t limit2) argument
570 utext_caseCompare(UText *s1, int32_t length1, UText *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) argument
691 utext_caseCompareNativeLimit(UText *s1, int64_t limit1, UText *s2, int64_t limit2, uint32_t options, UErrorCode *pErrorCode) argument
[all...]
/external/icu4c/i18n/
H A Ducol_tok.cpp77 const UChar *s2 = (p2->source & 0x00FFFFFF) + *(p2->rulesToParseHdl); local
94 while((s1 < end) && *s1 == *s2) {
96 ++s2;
98 if(*s1 == *s2) {
430 const UChar *s2,
436 rc = (int32_t)u_tolower(*s1) - (int32_t)u_tolower(*s2);
441 ++s2;
2294 std::string s2; local
2295 UnicodeString(newRules).toUTF8String(s2);
2296 std::cout << "Resulting rules = " << s2 << st
429 u_strncmpNoCase(const UChar *s1, const UChar *s2, int32_t n) argument
[all...]
/external/libpcap/
H A Dgencode.c662 struct slist *s, *s2; local
668 s2 = new_stmt(BPF_ALU|BPF_AND|BPF_K);
669 s2->s.k = mask;
670 sappend(s, s2);
1330 struct slist *s, *s2; local
1349 s2 = new_stmt(BPF_LD|BPF_IND|size);
1350 s2->s.k = offset;
1351 sappend(s, s2);
1374 struct slist *s, *s2; local
1413 s2
1437 struct slist *s, *s2; local
1867 struct slist *s1, *s2; local
1939 struct slist *s1, *s2; local
5814 struct slist *s0, *s1, *s2; local
5915 struct slist *s0, *s1, *s2; local
[all...]
H A Dscanner.c4367 static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) argument
4371 s1[i] = s2[i];
/external/libpng/
H A Dpngrtran.c4455 png_uint_32 s2 = (*(rp + 4) << 8) | *(rp + 5); local
4457 png_uint_32 blue = (png_uint_32)((s2 + s1 + 65536L) & 0xffffL);
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1561 inline int StrCaseCmp(const char* s1, const char* s2) { argument
1562 return stricmp(s1, s2);
1571 inline int StrCaseCmp(const char* s1, const char* s2) { argument
1572 return _stricmp(s1, s2);
1597 inline int StrCaseCmp(const char* s1, const char* s2) {
1598 return strcasecmp(s1, s2);
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-lex.c2625 static void yy_flex_strncpy (char* s1, yyconst char * s2, int n , yyscan_t yyscanner) argument
2629 s1[i] = s2[i];
/external/mesa3d/src/glsl/
H A Dglsl_lexer.cpp3629 static void yy_flex_strncpy (char* s1, yyconst char * s2, int n , yyscan_t yyscanner) argument
3633 s1[i] = s2[i];
/external/opencv/cv/src/
H A Dcvfundam.cpp924 double a, b, c, d1, d2, s1, s2; local
930 s2 = 1./(a*a + b*b);
940 err[i] = (float)(d1*d1*s1 + d2*d2*s2);
H A Dcvhistogram.cpp458 double s2 = 0, s22 = 0; local
470 s2 += b;
474 num = s12 - s1*s2*scale;
475 denom2 = (s11 - s1*s1*scale)*(s22 - s2*s2*scale);
492 double s1 = 0, s2 = 0; local
499 s2 += b;
501 s1 *= s2;
555 double s2 = 0, s22 = 0; local
578 s2
608 double s1 = 0, s2 = 0; local
[all...]
/external/opencv/cvaux/src/
H A Dcvtrifocal.cpp1555 double p2,q2,r2,s2,t2; local
1565 s2 = cvmGet(fundReduceCoef2,0,3);
1576 coeffs_dat[0] = ((r1-r2)*(-p1-q1-r1-s1-t1+p2+q2+r2+s2+t2)*(q1-q2)+(p1-p2)*(s1-s2)*(t1-t2));/* *a^3 */
1577 coeffs_dat[1] = ((r2*(-p1-q1-r1-s1-t1+p2+q2+r2+s2+t2)+(r1-r2)*(-p2-q2-r2-s2-t2))*(q1-q2)+(r1-r2)*(-p1-q1-r1-s1-t1+p2+q2+r2+s2+t2)*q2+(p2*(s1-s2)+(p1-p2)*s2)*(t1-t2)+(p1-p2)*(s1-s2)*t
[all...]

Completed in 703 milliseconds

<<1112131415