Searched refs:us2 (Results 1 - 13 of 13) 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/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dstrcasecmp.c59 *us2 = (const unsigned char *)s2;
61 while (tolower(*us1) == tolower(*us2++))
64 return (tolower(*us1) - tolower(*--us2));
82 *us2 = (const unsigned char *)s2;
86 if (tolower(*us1) != tolower(*us2++))
87 return (tolower(*us1) - tolower(*--us2));
/external/valgrind/main/none/tests/s390x/
H A Dadd.h176 #define ADD_REG_XIMM(insn, s1, us2,s2, CARRY) \
189 printf(#insn " " #CARRY " + %16.16lX + %16.16lX = %16.16lX (cc=%d)\n", s1, (unsigned long) 0x##us2##s2, v, cc); \
192 #define ximmsweep(i, us2, s2, carryset) \
194 ADD_REG_XIMM(i, 0ul, us2, s2, carryset); \
195 ADD_REG_XIMM(i, 1ul, us2, s2, carryset); \
196 ADD_REG_XIMM(i, 0xfffful, us2, s2, carryset); \
197 ADD_REG_XIMM(i, 0x7ffful, us2, s2, carryset); \
198 ADD_REG_XIMM(i, 0x8000ul, us2, s2, carryset); \
199 ADD_REG_XIMM(i, 0xfffffffful, us2, s2, carryset); \
200 ADD_REG_XIMM(i, 0x80000000ul, us2, s
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Daliastst.cpp257 UnicodeString us2("NULL");
268 us2 = rb2->getStringEx("locale", status);
271 if (us1.compare(uNewLoc)!=0 || us1.compare(us2)!=0 || status!=U_ZERO_ERROR) {
277 logln(us2);
H A Dusettest.cpp1678 UnicodeSet us2(exppat, ec);
1685 if (us != us2) {
1687 ", expected " + us2.toPattern(b, TRUE));
/external/icu4c/test/intltest/
H A Daliastst.cpp257 UnicodeString us2("NULL");
268 us2 = rb2->getStringEx("locale", status);
271 if (us1.compare(uNewLoc)!=0 || us1.compare(us2)!=0 || status!=U_ZERO_ERROR) {
277 logln(us2);
H A Dusettest.cpp1678 UnicodeSet us2(exppat, ec);
1685 if (us != us2) {
1687 ", expected " + us2.toPattern(b, TRUE));
/external/libpcap/
H A Dpcap.c471 *us2 = (const u_char *)s2; local
473 while (cm[*us1] == cm[*us2++])
476 return (cm[*us1] - cm[*--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/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c2756 const char* us2; local
2787 us2 = ures_getLocaleByType(rb2, ULOC_ACTUAL_LOCALE, &status);
2789 if (strcmp(us1,newLoc)!=0 || strcmp(us1,us2)!=0 ) {
2793 log_verbose("ures_getStringByKey old:%s new:%s\n", us1, us2);
/external/icu4c/test/cintltst/
H A Dcloctst.c2933 const char* us2; local
2964 us2 = ures_getLocaleByType(rb2, ULOC_ACTUAL_LOCALE, &status);
2966 if (strcmp(us1,newLoc)!=0 || strcmp(us1,us2)!=0 ) {
2970 log_verbose("ures_getStringByKey old:%s new:%s\n", us1, us2);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c110812 const unsigned char *us2 = (const unsigned char *)s2; local
[all...]

Completed in 1570 milliseconds