Searched refs:memcpy (Results 201 - 225 of 4597) sorted by relevance

1234567891011>>

/external/llvm/tools/lli/
H A DRemoteTarget.cpp47 memcpy ((void*)Address, Data, Size);
52 memcpy ((void*)Address, Data, Size);
/external/lzma/C/
H A D7zBuf2.c30 memcpy(data, p->data, p->pos);
34 memcpy(p->data + p->pos, buf, size);
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_cs.h99 memcpy(cs_copy->buf + cs_copy->cdw, values, count * 4); \
123 memcpy(cs_copy->buf + cs_copy->cdw, (values), (count) * 4); \
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_vertex.c51 memcpy(velems->velem, attribs, sizeof(*attribs) * count);
106 memcpy(&softpipe->index_buffer, ib, sizeof(softpipe->index_buffer));
/external/mesa3d/src/mapi/mapi/
H A Dentry_x86_tls.h105 memcpy(entry, patch, sizeof(patch));
137 memcpy(code, code_templ, sizeof(code_templ));
/external/opencv/cvaux/src/
H A Dcvvideo.cpp73 memcpy( even->data.ptr + even->step*y,
75 memcpy( odd->data.ptr + even->step*y,
/external/openssl/crypto/rsa/
H A Drsa_ssl.c101 memcpy(p,from,(unsigned int)flen);
150 memcpy(to,p,(unsigned int)j);
H A Drsa_x931.c99 memcpy(p,from,(unsigned int)flen);
151 memcpy(to,p,(unsigned int)j);
/external/skia/experimental/Networking/
H A DSkSockets.cpp137 memcpy(&h.done, packet, sizeof(bool));
138 memcpy(&h.bytes, packet + sizeof(bool), sizeof(int));
139 memcpy(&h.type, packet + sizeof(bool) + sizeof(int), sizeof(DataType));
191 memcpy(packet, &h.done, sizeof(bool));
192 memcpy(packet + sizeof(bool), &h.bytes, sizeof(int));
193 memcpy(packet + sizeof(bool) + sizeof(int), &h.type, sizeof(DataType));
194 memcpy(packet + HEADER_SIZE, (char*)data + bytesWrittenInTransfer,
319 memcpy((char*)&fServerAddr.sin_addr.s_addr, (char*)server->h_addr,
/external/tcpdump/
H A Dprint-ipfc.c57 memcpy(ipfcdst, (const char *)&ipfcp->ipfc_dhost[2], 6);
58 memcpy(ipfcsrc, (const char *)&ipfcp->ipfc_shost[2], 6);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_util.c130 memcpy(uuid128->uu, sdp_base_uuid, MAX_UUID_SIZE);
132 memcpy(uuid128->uu + 2, &uuid16_bo, sizeof(uint16_t));
150 memcpy(&(p_uuid->uu[0]), &uuid0, 4);
151 memcpy(&(p_uuid->uu[4]), &uuid1, 2);
152 memcpy(&(p_uuid->uu[6]), &uuid2, 2);
153 memcpy(&(p_uuid->uu[8]), &uuid3, 2);
154 memcpy(&(p_uuid->uu[10]), &uuid4, 4);
155 memcpy(&(p_uuid->uu[14]), &uuid5, 2);
166 memcpy(&uuid0, &(p_uuid->uu[0]), 4);
167 memcpy(
[all...]
/external/chromium_org/third_party/brotli/src/woff2/
H A Dbuffer.h85 std::memcpy(buffer, buffer_ + offset_, n_bytes);
104 std::memcpy(value, buffer_ + offset_, sizeof(uint16_t));
129 std::memcpy(value, buffer_ + offset_, sizeof(uint32_t));
143 std::memcpy(value, buffer_ + offset_, sizeof(uint32_t));
152 std::memcpy(value, buffer_ + offset_, sizeof(uint64_t));
/external/chromium_org/third_party/ots/include/
H A Dopentype-sanitiser.h57 std::memcpy(chksum_buffer_ + chksum_buffer_offset_, data, l);
65 std::memcpy(&chksum, chksum_buffer_, 4);
80 std::memcpy(chksum_buffer_,
162 std::memcpy(s.chksum_buffer, chksum_buffer_, 4);
171 std::memcpy(chksum_buffer_, s.chksum_buffer, 4);
/external/chromium_org/third_party/skia/src/animator/
H A DSkTypedArray.cpp64 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);
H A DSkScriptDecompile.cpp134 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/flac/libFLAC/
H A Dogg_encoder_aspect.c153 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/
H A Dmdc2dgst.c98 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/skia/src/animator/
H A DSkTypedArray.cpp64 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);
H A DSkScriptDecompile.cpp134 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/chromium_org/third_party/npapi/npspy/common/
H A Dformat.cpp376 memcpy((LPVOID)&szBuf[0], (LPVOID)dwArg, iRealWrap);
386 memcpy((LPVOID)&szBuf[0], (LPVOID)dwArg, iSize - 4);
394 memcpy((LPVOID)&szBuf[0], (LPVOID)dwArg, iLength);
454 memcpy(plis->arg2.pData, (LPVOID)dw2, plis->arg2.iLength);
462 memcpy(plis->arg3.pData, (LPVOID)&szTarget[0], plis->arg3.iLength);
471 memcpy(plis->arg2.pData, (LPVOID)dw2, plis->arg2.iLength);
479 memcpy(plis->arg3.pData, (LPVOID)&szTarget[0], plis->arg3.iLength);
489 memcpy(plis->arg2.pData, (LPVOID)dw2, plis->arg2.iLength);
497 memcpy(plis->arg3.pData, (LPVOID)&szTarget[0], plis->arg3.iLength);
503 memcpy(pli
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dwin32.cc196 memcpy(dst, result, sizeof(result));
245 memcpy(&an_addr.s6_addr[12], &v4, sizeof(v4));
246 memcpy(dst, &an_addr, sizeof(an_addr));
305 memcpy(dst, &an_addr, sizeof(an_addr));
335 memcpy(&base_ul, &base_ft, sizeof(FILETIME));
336 memcpy(&current_ul, &ft, sizeof(FILETIME));
359 memcpy(&base_ul, &base_ft, sizeof(FILETIME));
366 memcpy(ft, &current_ul, sizeof(FILETIME));
408 memcpy(start, kLongPathPrefix, 4 * sizeof(wchar_t));
414 memcpy(star
[all...]
/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineStorage.h58 memcpy(m_diag, other.m_diag, m_diagSize * sizeof (Scalar));
59 memcpy(m_upper, other.m_upper, other.upperSize() * sizeof (Scalar));
60 memcpy(m_lower, other.m_lower, other.lowerSize() * sizeof (Scalar));
61 memcpy(m_upperProfile, other.m_upperProfile, m_upperProfileSize * sizeof (Index));
62 memcpy(m_lowerProfile, other.m_lowerProfile, m_lowerProfileSize * sizeof (Index));
218 memcpy(diag, m_diag, copyDiagSize * sizeof (Scalar));
219 memcpy(upper, m_upper, copyUpperSize * sizeof (Scalar));
220 memcpy(lower, m_lower, copyLowerSize * sizeof (Scalar));
221 memcpy(upperProfile, m_upperProfile, copyUpperProfileSize * sizeof (Index));
222 memcpy(lowerProfil
[all...]
/external/valgrind/main/none/tests/amd64/
H A Dsse4-64.c74 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(
[all...]
/external/chromium_org/chrome/common/media_galleries/
H A Dpmp_test_util.cc108 memcpy(&header[picasa::kPmpMagic1Offset], &picasa::kPmpMagic1,
110 memcpy(&header[picasa::kPmpMagic2Offset], &picasa::kPmpMagic2,
112 memcpy(&header[picasa::kPmpMagic3Offset], &picasa::kPmpMagic3,
114 memcpy(&header[picasa::kPmpMagic4Offset], &picasa::kPmpMagic4,
119 memcpy(&header[picasa::kPmpFieldType1Offset], &field_type_short,
121 memcpy(&header[picasa::kPmpFieldType2Offset], &field_type_short,
125 memcpy(&header[picasa::kPmpRowCountOffset], &row_count, sizeof(uint32));
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gatts_api.c103 memcpy(&p_buf->app_uuid, p_app_uuid, sizeof(tBT_UUID));
168 memcpy(&p_buf->service_uuid, p_service_uuid, sizeof(tBT_UUID));
240 memcpy(&p_buf->char_uuid, p_char_uuid, sizeof(tBT_UUID));
281 memcpy(&p_buf->descr_uuid, p_descr_uuid, sizeof(tBT_UUID));
404 memcpy(p_buf->value, p_data, data_len);
444 memcpy(p_buf->p_rsp, p_msg, sizeof(tBTA_GATTS_RSP));
481 memcpy(p_buf->remote_bda, remote_bda, BD_ADDR_LEN);
512 memcpy(p_buf->remote_bda, remote_bda, BD_ADDR_LEN);
571 memcpy(p_buf->remote_bda, target_bda, BD_ADDR_LEN);

Completed in 672 milliseconds

1234567891011>>