| /external/openssl/crypto/evp/ |
| encode.c | 142 memcpy(&(ctx->enc_data[ctx->num]),in,inl); 149 memcpy(&(ctx->enc_data[ctx->num]),in,i); 170 memcpy(&(ctx->enc_data[0]),in,inl);
|
| /external/openssl/ssl/ |
| d1_both.c | 574 memcpy(&p[frag->msg_header.frag_off], 631 memcpy(&(frag->msg_header), msg_hdr, sizeof(*msg_hdr)); 753 memcpy(&(frag->msg_header), msg_hdr, sizeof(*msg_hdr)); 912 memcpy(p, s->s3->tmp.finish_md, i); 922 memcpy(s->s3->previous_client_finished, 929 memcpy(s->s3->previous_server_finished, [all...] |
| /external/ppp/pppd/ |
| cbcp.c | 283 memcpy(str, p, olen - 4); 338 memcpy(address, pckt, opt_len - 4); 465 memcpy(address, pckt, opt_len - 4);
|
| /external/qemu/android/utils/ |
| path.c | 99 memcpy( result, path, end-path ); 110 memcpy(result, start, len); 346 memcpy( temp, path, len );
|
| /external/qemu/slirp/ |
| ip_icmp.c | 247 memcpy(m->m_data, msrc->m_data, msrc->m_len); 273 memcpy(&icp->icmp_ip, msrc->m_data, s_ip_len); /* report the ip packet */ 285 memcpy(cpnt, message, message_len);
|
| tcp_output.c | 284 memcpy((caddr_t)(opt + 2), (caddr_t)&mss, sizeof(mss)); 400 memcpy((caddr_t)ti, &tp->t_template, sizeof (struct tcpiphdr)); 429 memcpy((caddr_t)(ti + 1), (caddr_t)opt, optlen);
|
| /external/qemu/slirp-android/ |
| ip_icmp.c | 249 memcpy(m->m_data, msrc->m_data, msrc->m_len); 275 memcpy(&icp->icmp_ip, msrc->m_data, s_ip_len); /* report the ip packet */ 287 memcpy(cpnt, message, message_len);
|
| tcp_output.c | 284 memcpy((caddr_t)(opt + 2), (caddr_t)&mss, sizeof(mss)); 400 memcpy((caddr_t)ti, &tp->t_template, sizeof (struct tcpiphdr)); 429 memcpy((caddr_t)(ti + 1), (caddr_t)opt, optlen);
|
| /external/qemu/telephony/ |
| android_modem.c | 91 memcpy( p, "<CR>", 4 ); 95 memcpy( p, "<LF>", 4 );strcat( p, "<LF>" ); 497 memcpy( buffer, oper->name[index], buffer_size-1 ); 521 memcpy( oper->name[index], buffer, buffer_size ); 646 memcpy( call->number, number, len ); 938 if ( !memcpy( name, cmd, len ) && name[len] == 0 ) { [all...] |
| /external/quake/quake/src/WinQuake/ |
| vid_vga.cpp | 114 memcpy (&backingbuf[(i + j) * 24],
118 memcpy (lvid->direct + x + ((y << repshift) + i + j) *
179 memcpy (lvid->direct + x + ((y << repshift) + i + j) *
|
| /external/skia/src/utils/ |
| SkInterpolator.cpp | 186 memcpy(timeCode->fBlend, blend, sizeof(timeCode->fBlend)); 188 memcpy(dst, values, fElemCount * sizeof(SkScalar)); 203 memcpy(values, nextSrc, fElemCount * sizeof(SkScalar));
|
| /external/skia/src/views/ |
| SkMetaData.cpp | 111 memcpy(rec->data(), data, dataSize * count); 112 memcpy(rec->name(), name, len + 1); 177 memcpy(values, rec->data(), rec->fDataCount * rec->fDataLen);
|
| /external/tcpdump/ |
| print-esp.c | 283 memcpy(sa1.secret, espsecret_key, i); 289 memcpy(sa1.secret, colon, i); 292 memcpy(sa1.secret, colon, sizeof(sa1.secret));
|
| /external/webkit/WebCore/platform/text/gtk/ |
| TextCodecGtk.cpp | 368 memcpy(prefixedBytes, m_bufferedBytes, m_numBufferedBytes); 369 memcpy(prefixedBytes + m_numBufferedBytes, bytes, length); 410 memcpy(m_bufferedBytes, conversionBytes + countRead, m_numBufferedBytes);
|
| /external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
| crypto_gnutls.c | 33 memcpy(mac, p, gcry_md_get_algo_dlen(GCRY_MD_MD4)); 72 memcpy(mac, p, gcry_md_get_algo_dlen(GCRY_MD_MD5)); 89 memcpy(mac, p, gcry_md_get_algo_dlen(GCRY_MD_SHA1));
|
| /frameworks/base/media/libstagefright/codecs/amrnb/common/src/ |
| q_plsf_3.cpp | 1085 memcpy( 1090 memcpy( 1096 memcpy( [all...] |
| /bionic/libc/bionic/ |
| malloc_debug_leak.c | 161 memcpy(entry->backtrace, backtrace, numEntries * sizeof(intptr_t)); 437 memcpy(new_buffer, mem, bytes); 479 memcpy(buffer, mem, size); 595 memcpy(newMem, oldMem, copySize);
|
| system_properties.c | 133 memcpy(value, pi->value, len + 1);
|
| /bionic/libc/stdio/ |
| ungetc.c | 70 /* no overlap (hence can use memcpy) because we doubled the size */ 71 (void)memcpy((void *)(p + i), (void *)p, (size_t)i);
|
| /build/libs/host/ |
| CopyFile.c | 482 memcpy(srcFile, src, srcLen); 484 memcpy(srcFile + srcLen+1, ent->d_name, nameLen +1); 487 memcpy(dstFile, dst, dstLen); 489 memcpy(dstFile + dstLen+1, ent->d_name, nameLen +1);
|
| /dalvik/vm/ |
| Ddm.c | 98 memcpy(dataArray->contents, buf, dataLen); 168 memcpy(reply+kChunkHdrLen, (const u1*)replyData->contents + offset, length); 538 memcpy(arrayObj->contents, tmpBuf, bufLen); 604 memcpy(arrayObj->contents, data, len);
|
| /development/simulator/wrapsim/ |
| DevPower.c | 114 memcpy(buf, data, copyCount);
|
| /external/bison/lib/ |
| obstack.h | 301 memcpy (__o->next_free, where, __len); \ 311 memcpy (__o->next_free, where, __len); \ 438 memcpy ((h)->next_free, where, (h)->temp.tempint), \ 445 memcpy ((h)->next_free, where, (h)->temp.tempint), \
|
| /external/bluetooth/bluez/lib/bluetooth/ |
| bluetooth.h | 134 memcpy(dst, src, sizeof(bdaddr_t));
|
| /external/bluetooth/bluez/test/ |
| lmptest.c | 56 memcpy(cp.data, data, length);
|