Searched defs:us2 (Results 1 - 11 of 11) sorted by relevance

/external/tcpdump/
H A Dstrcasecmp.c72 *us2 = (u_char *)s2; local
74 while (cm[*us1] == cm[*us2++])
77 return(cm[*us1] - cm[*--us2]);
87 *us2 = (u_char *)s2; local
89 while (--n >= 0 && cm[*us1] == cm[*us2++])
92 return(n < 0 ? 0 : cm[*us1] - cm[*--us2]);
/external/libcxx/test/utilities/time/time.duration/time.duration.literals/
H A Dliterals.pass.cpp51 auto us2 = 867.0us; local
52 assert ( us == us2 );
H A Dliterals1.pass.cpp40 auto us2 = 867.0us; local
41 assert ( us == us2 );
H A Dliterals2.pass.cpp43 auto us2 = 867.0us; local
44 assert ( us == us2 );
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmserr.c35 *us2 = (const unsigned char *)s2; local
37 while (toupper(*us1) == toupper(*us2++))
41 return (toupper(*us1) - toupper(*--us2));
/external/stlport/test/unit/
H A Dunordered_test.cpp73 usettype us2(us);
75 us = us2;
162 umaptype us2; local
163 us[0] = us2[0];
/external/chromium_org/third_party/sqlite/src/src/
H A Drecover.c359 const unsigned char *us2 = (const unsigned char *)s2; local
360 while( *us1 && *us2 && n && ascii_tolower(*us1)==ascii_tolower(*us2) ){
361 us1++, us2++, n--;
363 return n ? ascii_tolower(*us1)-ascii_tolower(*us2) : 0;
/external/libpcap/
H A Dpcap.c1083 *us2 = (const u_char *)s2; local
1085 while (cm[*us1] == cm[*us2++])
1088 return (cm[*us1] - cm[*--us2]);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c3018 const char* us2; local
3049 us2 = ures_getLocaleByType(rb2, ULOC_ACTUAL_LOCALE, &status);
3051 if (strcmp(us1,newLoc)!=0 || strcmp(us1,us2)!=0 ) {
3055 log_verbose("ures_getStringByKey old:%s new:%s\n", us1, us2);
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c3019 const char* us2; local
3050 us2 = ures_getLocaleByType(rb2, ULOC_ACTUAL_LOCALE, &status);
3052 if (strcmp(us1,newLoc)!=0 || strcmp(us1,us2)!=0 ) {
3056 log_verbose("ures_getStringByKey old:%s new:%s\n", us1, us2);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c110605 const unsigned char *us2 = (const unsigned char *)s2; local
[all...]

Completed in 678 milliseconds