HomeSort by relevance Sort by last modified time
    Searched refs:memcpy (Results 226 - 250 of 3611) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstring 46 using ::memcpy;
  /external/chromium/third_party/libjingle/source/talk/base/
bytebuffer.cc 53 memcpy(bytes_, bytes, end_);
61 memcpy(bytes_, bytes, end_);
138 memcpy(val, bytes_ + start_, len);
176 memcpy(bytes_ + end_, val, len);
186 memcpy(new_bytes, bytes_ + start_, len);
  /external/flac/libFLAC/
ogg_encoder_aspect.c 153 memcpy(b, FLAC__OGG_MAPPING_MAGIC, FLAC__OGG_MAPPING_MAGIC_LENGTH);
156 memcpy(b, &FLAC__OGG_MAPPING_VERSION_MAJOR, FLAC__OGG_MAPPING_VERSION_MAJOR_LENGTH);
159 memcpy(b, &FLAC__OGG_MAPPING_VERSION_MINOR, FLAC__OGG_MAPPING_VERSION_MINOR_LENGTH);
167 memcpy(b, FLAC__STREAM_SYNC_STRING, FLAC__STREAM_SYNC_LENGTH);
170 memcpy(b, buffer, bytes);
  /external/openssl/crypto/mdc2/
mdc2dgst.c 98 memcpy(&(c->data[i]),in,len);
106 memcpy(&(c->data[i]),in,j);
118 memcpy(&(c->data[0]),&(in[i]),j);
176 memcpy(md,(char *)c->h,MDC2_BLOCK);
177 memcpy(&(md[MDC2_BLOCK]),(char *)c->hh,MDC2_BLOCK);
  /external/qemu/memcheck/
memcheck_mmrange_map.c 84 memcpy(replaced, &existing->desc, sizeof(MMRangeDesc));
134 memcpy(&rdesc->desc, desc, sizeof(MMRangeDesc));
162 memcpy(pulled, &rdesc->desc, sizeof(MMRangeDesc));
176 memcpy(pulled, &first->desc, sizeof(MMRangeDesc));
197 memcpy(new_entry, entry, sizeof(MMRangeMapEntry));
  /external/skia/legacy/src/animator/
SkTypedArray.cpp 64 memcpy(fArray, src, sizeof(int32_t) * count);
80 memcpy(fArray, src.fArray, sizeof(int32_t) * src.fCount);
113 memcpy(fArray + oldCount, src, sizeof(int32_t) * count);
141 memcpy(array, fArray, fCount * sizeof(int32_t));
161 memcpy(dst, src, sizeof(int32_t) * count);
SkScriptDecompile.cpp 134 memcpy(&index, opCode, sizeof(index));
142 memcpy(&ref, opCode, sizeof(ref));
149 memcpy(&integer, opCode, sizeof(integer));
156 memcpy(&scalar, opCode, sizeof(scalar));
168 memcpy(&size, opCode, sizeof(size));
177 memcpy(&type, opCode, sizeof(type));
198 memcpy(&size, opCode, sizeof(size));
  /external/skia/src/animator/
SkTypedArray.cpp 64 memcpy(fArray, src, sizeof(int32_t) * count);
80 memcpy(fArray, src.fArray, sizeof(int32_t) * src.fCount);
113 memcpy(fArray + oldCount, src, sizeof(int32_t) * count);
141 memcpy(array, fArray, fCount * sizeof(int32_t));
161 memcpy(dst, src, sizeof(int32_t) * count);
SkScriptDecompile.cpp 134 memcpy(&index, opCode, sizeof(index));
142 memcpy(&ref, opCode, sizeof(ref));
149 memcpy(&integer, opCode, sizeof(integer));
156 memcpy(&scalar, opCode, sizeof(scalar));
164 memcpy(&size, opCode, sizeof(size));
173 memcpy(&type, opCode, sizeof(type));
194 memcpy(&size, opCode, sizeof(size));
  /external/webkit/Source/WebCore/webaudio/
JavaScriptAudioNode.cpp 176 memcpy(inputBuffer->getChannelData(0)->data() + m_bufferReadWriteIndex, sourceL, bytesToCopy);
179 memcpy(inputBuffer->getChannelData(1)->data() + m_bufferReadWriteIndex, sourceR, bytesToCopy);
183 memcpy(inputBuffer->getChannelData(1)->data() + m_bufferReadWriteIndex, sourceL, bytesToCopy);
187 memcpy(destinationL, outputBuffer->getChannelData(0)->data() + m_bufferReadWriteIndex, bytesToCopy);
188 memcpy(destinationR, outputBuffer->getChannelData(1)->data() + m_bufferReadWriteIndex, bytesToCopy);
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
FwdLockGlue.c 159 memcpy(pEncryptedKey, pPlaintextKey, plaintextKeyLength);
161 memcpy((unsigned char *)pEncryptedKey + dataLength, initVector, AES_BLOCK_SIZE);
181 memcpy(pData, pEncryptedKey, dataLength);
182 memcpy(initVector, (const unsigned char *)pEncryptedKey + dataLength, AES_BLOCK_SIZE);
185 memcpy(pDecryptedKey, pData, decryptedKeyLength);
  /frameworks/av/media/libstagefright/
SkipCutBuffer.cpp 110 memcpy(newbuffer, mCutBuffer, mCapacity);
120 memcpy(mCutBuffer + mWriteHead, src, copyfirst);
127 memcpy(mCutBuffer, src, num);
148 memcpy(dst, mCutBuffer + mReadHead, copyfirst);
155 memcpy(dst, mCutBuffer, num);
  /external/valgrind/main/none/tests/amd64/
sse4-64.c 74 memcpy(&p[8], (UChar*)&wHi, 8);
75 memcpy(&p[0], (UChar*)&wLo, 8);
248 memcpy(&rra.arg1, &(_src), sizeof(V128)); \
249 memcpy(&rra.arg2, &(_dst), sizeof(V128)); \
250 memcpy(&rra.res, &(_tmp), sizeof(V128)); \
258 memcpy(_srcM, &(_src), sizeof(V128)); \
267 memcpy(&rra.arg1, &(_src), sizeof(V128)); \
268 memcpy(&rra.arg2, &(_dst), sizeof(V128)); \
269 memcpy(&rra.res, &(_tmp), sizeof(V128)); \
294 memcpy(&rra.arg1, &(_src), sizeof(V128));
    [all...]
  /bionic/tests/
string_test.cpp 198 memcpy(state.ptr, state.ptr2, 2 * state.MAX_LEN);
260 memcpy(state.ptr1, state.ptr2, state.len[i]);
264 memcpy(state.ptr1, state.ptr2, pos);
293 memcpy(state.ptr, state.ptr1, state.MAX_LEN);
299 memcpy(state.ptr + state.MAX_LEN, state.ptr1, pos + 1);
323 memcpy(buf, "0123456789", sizeof(buf));
330 memcpy(buf, "0123456789", sizeof(buf));
337 memcpy(buf, "0123456789", sizeof(buf));
351 memcpy(state.ptr, state.ptr2, state.MAX_LEN + state.len[i]);
357 memcpy(state.ptr + state.MAX_LEN - 1, state.ptr1, pos + 1)
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_client.c 161 memcpy(p_dev_cb->remote_dev[i].bd_addr.address, p_bda, BD_ADDR_LEN);
172 memcpy(p_dev_cb->remote_dev[i].bd_addr.address, p_bda, BD_ADDR_LEN);
213 memcpy(bdname.name, p_eir_remote_name, remote_name_len);
324 memcpy(data.value, p_data->notify.value, p_data->notify.len);
422 memcpy(btif_cb.value, p_data->inq_res.p_eir, 62);
723 memcpy(&btif_cb.uuid, uuid, sizeof(bt_uuid_t));
785 memcpy(&btif_cb.uuid, filter_uuid, sizeof(bt_uuid_t));
796 memcpy(&btif_cb.srvc_id, srvc_id, sizeof(btgatt_srvc_id_t));
799 memcpy(&btif_cb.char_id, start_char_id, sizeof(btgatt_char_id_t));
814 memcpy(&btif_cb.srvc_id, srvc_id, sizeof(btgatt_srvc_id_t))
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_dev.c 81 memcpy (p_dev_rec->bd_addr, bd_addr, BD_ADDR_LEN);
100 memcpy (p_dev_rec->dev_class, dev_class, DEV_CLASS_LEN);
114 memcpy (p_dev_rec->features, features, sizeof (p_dev_rec->features));
143 memcpy (p_dev_rec->link_key, link_key, LINK_KEY_LEN);
249 memcpy (p_dev_rec->dev_class, p_inq_info->results.dev_class, DEV_CLASS_LEN);
276 memcpy (p_dev_rec->dev_class, btm_cb.connecting_dc, DEV_CLASS_LEN);
279 memcpy (p_dev_rec->bd_addr, bd_addr, BD_ADDR_LEN);
  /external/chromium/crypto/
rsa_private_key_win.cc 87 memcpy(dest, &pki.modulus()->front(), pki.modulus()->size());
89 memcpy(dest, &pki.prime1()->front(), pki.prime1()->size());
91 memcpy(dest, &pki.prime2()->front(), pki.prime2()->size());
93 memcpy(dest, &pki.exponent1()->front(), pki.exponent1()->size());
95 memcpy(dest, &pki.exponent2()->front(), pki.exponent2()->size());
97 memcpy(dest, &pki.coefficient()->front(), pki.coefficient()->size());
99 memcpy(dest, &pki.private_exponent()->front(),
  /external/libffi/src/cris/
ffi.c 94 memcpy (argp, *p_argv, z);
99 memcpy (argp, *p_argv, z);
110 memcpy ((stack + uiLocOnStack), *p_argv, (*p_arg)->size);
146 memcpy (argp, *p_argv, z);
375 memcpy (closure->tramp, ffi_cris_trampoline_template,
377 memcpy (closure->tramp + ffi_cris_trampoline_fn_offset,
379 memcpy (closure->tramp + ffi_cris_trampoline_closure_offset,
  /external/skia/src/gpu/
SkGr.cpp 19 slower than memcpy), so skipping that for now.
36 memcpy(dst, ctable->lockColors(), ctable->count() * sizeof(SkPMColor));
39 // always skip a full 256 number of entries, even if we memcpy'd fewer
43 memcpy(dst, bitmap.getPixels(), bitmap.getSize());
50 memcpy(dst, src, width);
68 memcpy(key.fData8, &genID, 4);
69 memcpy(key.fData8 + 4, &width, 2);
70 memcpy(key.fData8 + 6, &height, 2);
71 memcpy(key.fData8 + 8, &offset, sizeof(size_t));
  /system/core/libcutils/
properties.c 50 memcpy(value, default_value, len + 1);
268 memcpy(ename, "PROP_", 5);
269 memcpy(ename + 5, key, len + 1);
282 memcpy(value, default_value, len + 1);
284 memcpy(value, p, len);
305 memcpy(ename, "PROP_", 5);
306 memcpy(ename + 5, key, len + 1);
  /external/grub/stage2/
md5.c 147 memcpy ((char *) state, (char *) initstate, sizeof (initstate));
158 memcpy (buffer + buflen, input, inputlen);
163 memcpy (buffer + buflen, input, 64 - buflen);
173 memcpy (buffer, input, inputlen);
242 memcpy (alt_result, digest, 16);
244 memcpy ((char *) state, (char *) initstate, sizeof (initstate));
258 memcpy (alt_result, digest, 16);
260 memcpy ((char *) state, (char *) initstate, sizeof (initstate));
329 memcpy ((char *) state, (char *) initstate, sizeof (initstate));
  /external/openssl/crypto/aes/
aes_wrap.c 72 memcpy(out + 8, in, inlen);
76 memcpy(A, iv, 8);
83 memcpy(B + 8, R, 8);
92 memcpy(R, B + 8, 8);
95 memcpy(out, A, 8);
112 memcpy(A, in, 8);
113 memcpy(out, in + 8, inlen);
126 memcpy(B + 8, R, 8);
128 memcpy(R, B + 8, 8);
  /external/ppp/pppd/plugins/rp-pppoe/
common.c 138 memcpy(tag, curTag, tagLen + TAG_HDR_SIZE);
201 memcpy(pseudoHeader, ipHdr+12, 8);
409 memcpy(packet.ethHdr.h_dest, conn->peerEth, ETH_ALEN);
410 memcpy(packet.ethHdr.h_source, conn->myEth, ETH_ALEN);
428 memcpy(hostUniq.payload, &pid, sizeof(pid));
429 memcpy(cursor, &hostUniq, sizeof(pid) + TAG_HDR_SIZE);
441 memcpy(cursor, &err, elen + TAG_HDR_SIZE);
450 memcpy(cursor, &conn->cookie, ntohs(conn->cookie.length) + TAG_HDR_SIZE);
458 memcpy(cursor, &conn->relayId, ntohs(conn->relayId.length) + TAG_HDR_SIZE);
  /external/android-clat/
getaddr.c 64 memcpy(&targ_p->ip.ip6, RTA_DATA(rta_p), rta_p->rta_len - sizeof(struct rtattr));
71 memcpy(&targ_p->ip.ip4, RTA_DATA(rta_p), rta_p->rta_len - sizeof(struct rtattr));
129 memcpy(retval, &targ.ip, sizeof(union anyip));
  /external/bluetooth/bluedroid/stack/bnep/
bnep_api.c 169 memcpy ((UINT8 *)&(p_bcb->prv_src_uuid), (UINT8 *)&(p_bcb->src_uuid), sizeof (tBT_UUID));
170 memcpy ((UINT8 *)&(p_bcb->prv_dst_uuid), (UINT8 *)&(p_bcb->dst_uuid), sizeof (tBT_UUID));
176 memcpy ((UINT8 *)&(p_bcb->src_uuid), (UINT8 *)src_uuid, sizeof (tBT_UUID));
177 memcpy ((UINT8 *)&(p_bcb->dst_uuid), (UINT8 *)dst_uuid, sizeof (tBT_UUID));
274 memcpy ((UINT8 *)&(p_bcb->src_uuid), (UINT8 *)&(p_bcb->prv_src_uuid), sizeof (tBT_UUID));
275 memcpy ((UINT8 *)&(p_bcb->dst_uuid), (UINT8 *)&(p_bcb->prv_dst_uuid), sizeof (tBT_UUID));
555 memcpy (p, p_data, len);
676 memcpy (p_bcb->sent_mcast_filter_start[xx], p_start_array, BD_ADDR_LEN);
677 memcpy (p_bcb->sent_mcast_filter_end[xx], p_end_array, BD_ADDR_LEN);
771 memcpy (p_status->rem_bda, p_bcb->rem_bda, BD_ADDR_LEN)
    [all...]

Completed in 947 milliseconds

1 2 3 4 5 6 7 8 91011>>