Searched refs:len1 (Results 51 - 75 of 108) sorted by relevance

12345

/external/chromium/net/socket/
H A Dssl_server_socket_nss.cc403 unsigned int len1, len2; local
404 memio_GetWriteParams(nss_bufs_, &buf1, &len1, &buf2, &len2);
405 const unsigned int len = len1 + len2;
410 memcpy(send_buffer->data(), buf1, len1);
411 memcpy(send_buffer->data() + len1, buf2, len2);
/external/chromium_org/net/socket/
H A Dssl_server_socket_nss.cc534 unsigned int len1, len2; local
535 memio_GetWriteParams(nss_bufs_, &buf1, &len1, &buf2, &len2);
536 const unsigned int len = len1 + len2;
541 memcpy(send_buffer->data(), buf1, len1);
542 memcpy(send_buffer->data() + len1, buf2, len2);
/external/valgrind/main/none/tests/s390x/
H A Dcu12.c15 uint64_t len1; member in struct:__anon27886
99 regs.len1 = dest_len;
126 if (dst_len - result.len1 == 0)
129 uint64_t num_bytes = dst_len - result.len1;
144 printf(" dst len: %"PRId64"\n", result.len1);
H A Dcu12_1.c15 uint64_t len1; member in struct:__anon27887
99 regs.len1 = dest_len;
126 if (dst_len - result.len1 == 0)
129 uint64_t num_bytes = dst_len - result.len1;
144 printf(" dst len: %"PRId64"\n", result.len1);
H A Dcu14.c15 uint64_t len1; member in struct:__anon27888
99 regs.len1 = dest_len;
126 if (dst_len - result.len1 == 0)
129 uint64_t num_bytes = dst_len - result.len1;
144 printf(" dst len: %"PRId64"\n", result.len1);
H A Dcu14_1.c15 uint64_t len1; member in struct:__anon27889
99 regs.len1 = dest_len;
126 if (dst_len - result.len1 == 0)
129 uint64_t num_bytes = dst_len - result.len1;
144 printf(" dst len: %"PRId64"\n", result.len1);
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTElementDef.java329 int len1 = (s1 == null) ? 0 : s1.length();
332 return (len1 != len2) ? false
333 : (len1 == 0) ? true
/external/guava/guava/src/com/google/common/io/
H A DFiles.java390 long len1 = file1.length();
392 if (len1 != 0 && len2 != 0 && len1 != len2) {
/external/qemu/
H A Dconsole.c97 static int qemu_fifo_write(QEMUFIFO *f, const uint8_t *buf, int len1) argument
102 if (len1 > l)
103 len1 = l;
104 len = len1;
116 f->count += len1;
117 return len1;
120 static int qemu_fifo_read(QEMUFIFO *f, uint8_t *buf, int len1) argument
124 if (len1 > f->count)
125 len1 = f->count;
126 len = len1;
[all...]
H A Dqemu-char.c524 int send_all(int fd, const void *buf, int len1) argument
527 return socket_send(fd, buf, len1);
531 len = len1;
546 return len1 - len;
552 int send_all(int fd, const void *_buf, int len1) argument
557 len = len1;
570 return len1 - len;
1616 static int win_chr_write(CharDriverState *chr, const uint8_t *buf, int len1) argument
1621 len = len1;
1647 return len1
[all...]
/external/jdiff/src/jdiff/
H A DDiffMyers.java364 final int len1 = filevec[1].buffered_lines;
370 while (i0 < len0 || i1 < len1)
399 final int len1 = filevec[1].buffered_lines;
400 int i0 = len0, i1 = len1;
/external/chromium_org/third_party/icu/source/common/
H A Dunisetspan.cpp826 int32_t len1=0; local
827 U16_FWD_1(s16, len1, overlap);
828 overlap-=len1; // Length of the string minus the first code point.
1172 int32_t len1=0; local
1173 U8_FWD_1(s8, len1, overlap);
1174 overlap-=len1; // Length of the string minus the first code point.
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregcoll.cpp1137 int32_t len1, len2; local
1139 len1 = calcKeyIncremental(coll, text1[i], -1, key1, sizeof(key1), status);
1150 if (len1 == len2 && uprv_memcmp(key1, key2, len1) == 0) {
1151 errln(UnicodeString("Failed: Identical key\n") + " text1: " + text1[i] + "\n" + " text2: " + text2[i] + "\n" + " key : " + TestUtility::hex(key1, len1));
1153 logln(UnicodeString("Keys produced -\n") + " text1: " + text1[i] + "\n" + " key1 : " + TestUtility::hex(key1, len1) + "\n" + " text2: " + text2[i] + "\n" + " key2 : "
/external/icu4c/common/
H A Dunisetspan.cpp828 int32_t len1=0; local
829 U16_FWD_1(s16, len1, overlap);
830 overlap-=len1; // Length of the string minus the first code point.
1174 int32_t len1=0; local
1175 U8_FWD_1(s8, len1, overlap);
1176 overlap-=len1; // Length of the string minus the first code point.
/external/icu4c/test/intltest/
H A Dregcoll.cpp1137 int32_t len1, len2; local
1139 len1 = calcKeyIncremental(coll, text1[i], -1, key1, sizeof(key1), status);
1150 if (len1 == len2 && uprv_memcmp(key1, key2, len1) == 0) {
1151 errln(UnicodeString("Failed: Identical key\n") + " text1: " + text1[i] + "\n" + " text2: " + text2[i] + "\n" + " key : " + TestUtility::hex(key1, len1));
1153 logln(UnicodeString("Keys produced -\n") + " text1: " + text1[i] + "\n" + " key1 : " + TestUtility::hex(key1, len1) + "\n" + " text2: " + text2[i] + "\n" + " key2 : "
/external/chromium/net/base/
H A Dnss_memio.c412 const char **buf1, unsigned int *len1,
419 *len1 = memio_buffer_used_contiguous(mb);
411 memio_GetWriteParams(memio_Private *secret, const char **buf1, unsigned int *len1, const char **buf2, unsigned int *len2) argument
/external/chromium_org/base/third_party/symbolize/
H A Dsymbolize.cc299 ssize_t len1 = ReadFromOffset(fd, out, out_size, local
301 if (len1 <= 0 || memchr(out, '\0', out_size) == NULL) {
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding.cc635 int64 len1, len2; local
636 if (!DecodeVarInt(slice1, &len1) || !DecodeVarInt(slice2, &len2)) {
640 DCHECK_GE(len1, 0);
642 if (len1 < 0 || len2 < 0) {
646 DCHECK_GE(slice1->size(), len1 * sizeof(char16));
648 if (slice1->size() < len1 * sizeof(char16) ||
654 StringPiece string1(slice1->begin(), len1 * sizeof(char16));
656 slice1->remove_prefix(len1 * sizeof(char16));
/external/chromium_org/net/base/
H A Dnss_memio.c445 const char **buf1, unsigned int *len1,
452 *len1 = memio_buffer_used_contiguous(mb);
444 memio_GetWriteParams(memio_Private *secret, const char **buf1, unsigned int *len1, const char **buf2, unsigned int *len2) argument
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dms_funcs.c247 const size_t len1[3] = { 16, 24, sizeof(magic1) }; local
261 if (sha1_vector(3, addr1, len1, response))
/external/wpa_supplicant_8/src/crypto/
H A Dms_funcs.c247 const size_t len1[3] = { 16, 24, sizeof(magic1) }; local
261 if (sha1_vector(3, addr1, len1, response))
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dms_funcs.c247 const size_t len1[3] = { 16, 24, sizeof(magic1) }; local
261 if (sha1_vector(3, addr1, len1, response))
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdpint.h290 extern BOOLEAN sdpu_compare_uuid_arrays (UINT8 *p_uuid1, UINT32 len1, UINT8 *p_uuid2, UINT16 len2);
/external/lzma/C/
H A DLzFindMt.c245 UInt32 len0 = 0, len1 = 0; local
259 UInt32 len = (len0 < len1 ? len0 : len1);
283 len1 = len;
/external/iproute2/lib/
H A Dutils.c726 size_t len1 = 0; local
729 if ((cc1 = getline(&line1, &len1, in)) < 0) {

Completed in 563 milliseconds

12345