Searched refs:buf2 (Results 76 - 100 of 101) sorted by relevance

12345

/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dustring.h774 * @param buf2 The second string to compare.
776 * @return When buf1 < buf2, a negative number is returned.
777 * When buf1 == buf2, 0 is returned.
778 * When buf1 > buf2, a positive number is returned.
782 u_memcmp(const UChar *buf1, const UChar *buf2, int32_t count);
/external/icu4c/common/
H A Dustring.c1136 u_memcmp(const UChar *buf1, const UChar *buf2, int32_t count) { argument
1142 result = (int32_t)(uint16_t)*buf1 - (int32_t)(uint16_t)*buf2;
1147 buf2++;
/external/tcpdump/
H A Daddrtoname.c478 char buf2[BUFSIZE]; local
486 if (ether_ntohost(buf2, (struct ether_addr *)ep) == 0) {
487 tp->e_name = strdup(buf2);
/external/wpa_supplicant_6/wpa_supplicant/src/hlr_auc_gw/
H A Dmilenage.c1025 u8 buf[16], buf2[16], buf3[16], buf4[16], buf5[16], opc[16]; local
1044 if (milenage_f1(opc, t->k, t->rand, t->sqn, t->amf, buf, buf2)
1049 if (memcmp(buf2, t->f1star, 8) != 0) {
1054 if (milenage_f2345(opc, t->k, t->rand, buf, buf2, buf3, buf4,
1060 if (memcmp(buf2, t->f3, 16) != 0) {
1102 milenage_generate(t->opc, t->amf, t->k, sqn, _rand, buf, buf2, buf3,
1107 wpa_hexdump(MSG_DEBUG, "IK", buf2, 16);
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
H A DSocketChannelTest.java2776 ByteBuffer buf2 = ByteBuffer.allocate(bufSize * 10);
2780 sent[1] = buf2;
2782 long whole = buf1.remaining() + buf2.remaining();
2789 assertTrue(whole == (write + buf1.remaining() + buf2.remaining()));
2816 ByteBuffer buf2 = ByteBuffer.allocate(bufSize * 10);
2820 sent[1] = buf2;
/external/icu4c/common/unicode/
H A Dustring.h780 * @param buf2 The second string to compare.
782 * @return When buf1 < buf2, a negative number is returned.
783 * When buf1 == buf2, 0 is returned.
784 * When buf1 > buf2, a positive number is returned.
788 u_memcmp(const UChar *buf1, const UChar *buf2, int32_t count);
/external/icu4c/test/intltest/
H A Dtmsgfmt.cpp1716 char buf2[BUF2_LEN]; local
1717 int32_t len = result.extract(0, result.length(), buf2, BUF2_LEN);
1719 buf2[BUF2_LEN-1] = 0;
1721 sprintf(buf, "[%2d] test \"%s\": target (\"%s\") != result (\"%s\")\n", i/2, patterns[i], patterns[i+1], buf2);
H A Dnumrgts.cpp323 UnicodeString buf2; local
329 df->format(n, buf2, pos));
330 if(buf1 != buf2)
H A Dcalregts.cpp2606 UnicodeString buf1, buf2; local
2642 dateFormat.format(cal->getTime(ec), buf2));
2644 buf2.truncate(0);
H A Dusettest.cpp1322 UnicodeString str, buf2;
1340 errln((UnicodeString)"old "+s.toPattern(buf, TRUE)+" new: "+t.toPattern(buf2, TRUE));
1358 errln((UnicodeString)"old "+s.toPattern(buf, TRUE)+" new: "+t.toPattern(buf2, TRUE));
/external/ipsec-tools/src/racoon/
H A Disakmp.c2469 vchar_t *buf = NULL, *buf2 = NULL;
2533 buf2 = eay_set_random(lcconf->secret_size);
2534 if (buf2 == NULL)
2536 memcpy(p, buf2->v, lcconf->secret_size);
2538 vfree(buf2);
2540 buf2 = eay_sha1_one(buf);
2541 memcpy(place, buf2->v, sizeof(cookie_t));
2551 if (buf2 != NULL)
2552 vfree(buf2);
2468 vchar_t *buf = NULL, *buf2 = NULL; local
/external/stlport/src/c_locale_win32/
H A Dc_locale_win32.c1111 char *buf1, *buf2; local
1114 buf2 = __ConvertToCP(atoi(lcol->cp), __GetDefaultCP(lcol->lc.id), s2, n2, &size2);
1116 result = _Locale_strcmp_auxA(lcol, buf1, size1, buf2, size2);
1117 free(buf1); free(buf2);
/external/valgrind/main/coregrind/
H A Dm_main.c1740 HChar buf[50], buf2[50+64]; local
1748 fd = VG_(mkstemp)( buf, buf2 );
1750 VG_(err_config_error)("Can't create client cmdline file in %s\n", buf2);
1769 r = VG_(unlink)( buf2 );
1771 VG_(err_config_error)("Can't delete client cmdline file in %s\n", buf2);
/external/chromium/net/socket/
H A Dssl_client_socket_nss.cc1759 const char* buf2; local
1761 memio_GetWriteParams(nss_bufs_, &buf1, &len1, &buf2, &len2);
1771 memcpy(send_buffer->data() + len1, buf2, len2);
/external/valgrind/main/callgrind/
H A Dmain.c1659 static Char buf1[128], buf2[128], buf3[128], fmt[128]; local
1687 VG_(percentify)(Bc_total_mp, Bc_total_b, 1, l2+1, buf2);
1690 VG_(umsg)("Mispred rate: %s (%s + %s )\n", buf1, buf2,buf3);
/external/icu4c/i18n/
H A Ducol_elm.cpp70 UChar buf2[256]; local
72 key2.pointer = buf2;
73 uprv_memcpy(buf2, element2->cPoints, element2->cSize*sizeof(UChar));
74 buf2[element2->cSize] = 0;
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c1415 Char buf2[12]; local
1420 len = VG_(sprintf)(buf2, "%c%ld",
1423 vg_assert(len < (Int)sizeof(buf2));
1426 Char *cp = buf2;
/external/elfutils/src/
H A Delflint.c1734 char buf2[50]; local
1740 ebl_dynamic_tag_name (ebl, inner, buf2, sizeof (buf2)));
H A Dreadelf.c6112 char buf2[100]; local
6119 buf2, sizeof (buf2)));
H A Dldgeneric.c571 char buf2[64]; local
580 buf2, sizeof (buf2)),
/external/valgrind/main/helgrind/
H A Dlibhb_core.c1091 HChar buf[128], buf2[128]; local
1106 sprintf_Byte( buf2, validbits );
1108 VG_(printf)(" validbits 0x%02lx %s\n", (UWord)validbits, buf2);
/external/valgrind/main/perf/
H A Dtinycc.c11806 char buf1[256], buf2[256];
11871 type_to_str(buf2, sizeof(buf2), dt, NULL);
11872 error("cannot cast '%s' to '%s'", buf1, buf2);
11804 char buf1[256], buf2[256]; local
/external/v8/src/
H A Druntime.cc3544 StringInputBuffer& buf2 =
3548 buf2.Reset(str2);
3552 uint16_t char2 = buf2.GetNext();
/external/v8/test/cctest/
H A Dtest-api.cc7301 uint16_t buf2[100]; local
7304 len = name.As<String>()->Write(buf2);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1248 milliseconds

12345