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

/external/tcpdump/
H A Dstrcasecmp.c67 *us2 = (u_char *)s2; local
69 while (cm[*us1] == cm[*us2++])
72 return(cm[*us1] - cm[*--us2]);
82 *us2 = (u_char *)s2; local
84 while (--n >= 0 && cm[*us1] == cm[*us2++])
87 return(n < 0 ? 0 : cm[*us1] - cm[*--us2]);
/external/vboot_reference/firmware/lib/
H A Dutility.c14 const unsigned char *us2 = s2; local
25 result |= *us1++ ^ *us2++;
/external/libcxx/test/std/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/libbrillo/brillo/
H A Dsecure_blob.cc61 const uint8_t* us2 = reinterpret_cast<const uint8_t*>(s2); local
70 result |= *us1++ ^ *us2++;
/external/vboot_reference/firmware/2lib/
H A D2common.c17 const unsigned char *us2 = s2; local
28 result |= *us1++ ^ *us2++;
/external/clang/test/Sema/
H A Dzvector.c10 vector unsigned short us, us2; variable
51 us = us2;
87 uc = us2; // expected-error {{incompatible type}}
97 bc = us2; // expected-error {{incompatible type}}
116 bs = (vector bool short)us2;
133 bc = (vector bool char)us2;
158 ++us2;
198 --us2;
238 us = +us2;
264 us = -us2;
739 us <<= us2; local
839 us >>= us2; local
[all...]
/external/clang/test/CodeGen/
H A Dzvector.c9 volatile vector unsigned short us, us2; variable
38 // CHECK: [[VAL:%[^ ]+]] = load volatile <8 x i16>, <8 x i16>* @us2
40 us = us2;
75 // CHECK: [[VAL:%[^ ]+]] = load volatile <8 x i16>, <8 x i16>* @us2
77 us = +us2;
133 // CHECK: [[VAL:%[^ ]+]] = load volatile <8 x i16>, <8 x i16>* @us2
135 ++us2;
170 // CHECK: [[VAL:%[^ ]+]] = load volatile <8 x i16>, <8 x i16>* @us2
172 us2++;
207 // CHECK: [[VAL:%[^ ]+]] = load volatile <8 x i16>, <8 x i16>* @us2
1783 ss <<= us2; local
1801 us <<= us2; local
2085 ss >>= us2; local
2103 us >>= us2; local
[all...]
/external/pdfium/third_party/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/libpcap/
H A Dpcap.c1095 *us2 = (const u_char *)s2; local
1097 while (cm[*us1] == cm[*us2++])
1100 return (cm[*us1] - cm[*--us2]);
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c3073 const char* us2; local
3104 us2 = ures_getLocaleByType(rb2, ULOC_ACTUAL_LOCALE, &status);
3106 if (strcmp(us1,newLoc)!=0 || strcmp(us1,us2)!=0 ) {
3110 log_verbose("ures_getStringByKey old:%s new:%s\n", us1, us2);

Completed in 467 milliseconds