HomeSort by relevance Sort by last modified time
    Searched refs:s1 (Results 201 - 225 of 614) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/openssl/crypto/aes/asm/
aes-sparcv9.pl 65 $s1="%i1";
201 xor $t1,$s1,$s1
203 srl $s1,13,$acc1 !
218 srl $s1,21,$acc4
240 sll $s1,3,$acc11
250 srl $s1,5,$acc14
271 ld [$key+4],$s1
366 xor $acc4,$s1,$s1
    [all...]
aes-x86_64.pl 48 $s1="%ebx";
95 movzb `&lo("$s1")`,$acc1
101 movzb `&hi("$s1")`,$acc0
115 shr \$16,$s1
128 movzb `&lo("$s1")`,$acc2
134 movzb `&hi("$s1")`,$acc1
140 mov 4($key),$s1
143 xor $t1,$s1
154 movzb `&lo("$s1")`,$acc1
161 movzb `&hi("$s1")`,$acc
    [all...]
  /libcore/luni/src/main/java/java/lang/
String.java 548 private String(String s1, String s2) {
549 if (s1 == null) {
550 s1 = "null";
555 count = s1.count + s2.count;
558 System.arraycopy(s1.value, s1.offset, value, 0, s1.count);
559 System.arraycopy(s2.value, s2.offset, value, s1.count, s2.count);
566 private String(String s1, String s2, String s3) {
567 if (s1 == null)
    [all...]
  /external/chromium/base/
logging.h 463 std::string* Check##func##expected##Impl(const char* s1, \
474 #define DCHECK_STROP(func, op, expected, s1, s2) \
476 logging::Check##func##expected##Impl((s1), (s2), \
477 #s1 " " #op " " #s2)) \
483 // Note that "s1" and "s2" may be temporary strings which are destroyed
487 #define DCHECK_STREQ(s1, s2) DCHECK_STROP(strcmp, ==, true, s1, s2)
488 #define DCHECK_STRNE(s1, s2) DCHECK_STROP(strcmp, !=, false, s1, s2)
489 #define DCHECK_STRCASEEQ(s1, s2) DCHECK_STROP(_stricmp, ==, true, s1, s2
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
uspoof.h 623 * @param s1 The first of the two strings to be compared for
645 const UChar *s1, int32_t length1,
658 * @param s1 The first of the two strings to be compared for
678 const char *s1, int32_t length1,
693 * @param s1 The first of the two strings to be compared for
709 const U_NAMESPACE_QUALIFIER UnicodeString &s1,
    [all...]
  /external/icu4c/i18n/unicode/
uspoof.h 655 * @param s1 The first of the two strings to be compared for
677 const UChar *s1, int32_t length1,
690 * @param s1 The first of the two strings to be compared for
710 const char *s1, int32_t length1,
725 * @param s1 The first of the two strings to be compared for
    [all...]
  /external/quake/quake/src/QW/client/
r_sky.c 263 int g, s1, s2; local
270 s1 = iskyspeed / g;
272 temp = SKYSIZE * s1 * s2;
  /external/quake/quake/src/WinQuake/
r_sky.cpp 263 int g, s1, s2; local
270 s1 = iskyspeed / g;
272 temp = SKYSIZE * s1 * s2;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
union.h 54 StateId s1 = fst1->AddState(); local
56 fst1->SetFinal(s1, fst2.Final(s2));
62 fst1->AddArc(s1, arc);
  /external/stlport/test/unit/
multiset_test.cpp 108 fn_mset s1(array+0, array + 4 , f );
109 fn_mset::const_iterator i = s1.begin();
110 for (j = 0; i != s1.end(); ++i, ++j) {
  /frameworks/base/core/java/android/hardware/usb/
UsbAccessory.java 124 private static boolean compare(String s1, String s2) {
125 if (s1 == null) return (s2 == null);
126 return s1.equals(s2);
  /hardware/ti/wlan/wl1271/CUDK/os/common/inc/
cu_osapi.h 84 S32 os_memcmp(const PVOID s1, const PVOID s2, S32 n);
101 S32 os_strcmp(const PS8 s1, const PS8 s2);
102 S32 os_strncmp(const PS8 s1, const PS8 s2, U32 n);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
ProviderTest.java 267 Set s1 = p.keySet(); local
269 assertNotSame(s, s1);
270 assertFalse(s1.isEmpty());
271 assertEquals(8, s1.size());
273 assertTrue(s1.contains("MessageDigest.SHA-256"));
274 assertTrue(s1.contains("MessageDigest.SHA-1"));
275 assertTrue(s1.contains("Alg.Alias.MessageDigest.SHA1"));
276 assertTrue(s1.contains("MessageDigest.abc"));
277 assertTrue(s1.contains("Provider.id info"));
278 assertTrue(s1.contains("Provider.id className"))
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
multiset_test.cpp 108 fn_mset s1(array+0, array + 4 , f );
109 fn_mset::const_iterator i = s1.begin();
110 for (j = 0; i != s1.end(); ++i, ++j) {
  /ndk/tests/device/test-stlport/unit/
multiset_test.cpp 108 fn_mset s1(array+0, array + 4 , f );
109 fn_mset::const_iterator i = s1.begin();
110 for (j = 0; i != s1.end(); ++i, ++j) {
  /system/wlan/ti/wilink_6_1/CUDK/os/common/inc/
cu_osapi.h 80 S32 os_memcmp(const PVOID s1, const PVOID s2, S32 n);
97 S32 os_strcmp(const PS8 s1, const PS8 s2);
98 S32 os_strncmp(const PS8 s1, const PS8 s2, U32 n);
  /frameworks/base/wifi/java/android/net/wifi/
WifiManager.java 1003 String s1, s2, s3; local
1223 String s1, s2, s3; local
    [all...]
  /external/chromium/third_party/icu/source/common/
ustr_imp.h 36 uprv_strCompare(const UChar *s1, int32_t length1,
47 u_strcmpFold(const UChar *s1, int32_t length1,
  /external/chromium/third_party/icu/source/test/intltest/
testidna.h 35 (U_EXPORT2 *CompareFunc) (const UChar *s1, int32_t s1Len,
85 void testCompare(const UChar* s1, int32_t s1Len,
  /external/icu4c/common/
ustr_imp.h 53 uprv_strCompare(const UChar *s1, int32_t length1,
64 u_strcmpFold(const UChar *s1, int32_t length1,
  /external/icu4c/test/intltest/
testidna.h 35 (U_EXPORT2 *CompareFunc) (const UChar *s1, int32_t s1Len,
85 void testCompare(const UChar* s1, int32_t s1Len,
  /external/stlport/stlport/stl/
_cstdio.h 47 inline int vsnprintf(char *s1, size_t n, const char *s2, va_list v)
48 { return _STLP_VENDOR_CSTD::_vsnprintf(s1, n, s2, v); }
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/TypeConversion/
9.3.1-3.js 181 s1 = s+1;
184 "s1 = s+1; s1",
186 s1 );
191 "-s1 == Infinity || s1 == 1.7976931348623157e+308",
193 -s1 == Infinity || s1 == 1.7976931348623157e+308 );
226 "parseInt(s1,10) == 1.7976931348623157e+308 || parseInt(s1,10) == Infinity"
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 47 inline int vsnprintf(char *s1, size_t n, const char *s2, va_list v)
48 { return _STLP_VENDOR_CSTD::_vsnprintf(s1, n, s2, v); }
  /packages/inputmethods/PinyinIME/jni/share/
dictbuilder.cpp 42 const SingleCharItem *s1, *s2; local
43 s1 = static_cast<const SingleCharItem*>(p1);
46 if (s1->hz < s2->hz)
48 if (s1->hz > s2->hz)
51 if (s1->splid.half_splid < s2->splid.half_splid)
53 if (s1->splid.half_splid > s2->splid.half_splid)
56 if (s1->splid.full_splid < s2->splid.full_splid)
58 if (s1->splid.full_splid > s2->splid.full_splid)
61 if (s1->freq > s2->freq)
63 if (s1->freq < s2->freq
69 const SingleCharItem *s1, *s2; local
    [all...]

Completed in 1344 milliseconds

1 2 3 4 5 6 7 891011>>