| /external/v8/src/ |
| utils.cc | 119 memcpy(new_result, result, offset * kCharSize); 124 memcpy(result + offset, line_buf, len * kCharSize); 239 memcpy(&buffer_[position_], s, n * kCharSize);
|
| /external/webkit/WebCore/platform/text/ |
| String.cpp | 98 memcpy(data, m_impl->characters(), m_impl->length() * sizeof(UChar)); 99 memcpy(data + m_impl->length(), str.characters(), str.length() * sizeof(UChar)); 116 memcpy(data, m_impl->characters(), m_impl->length() * sizeof(UChar)); 133 memcpy(data, m_impl->characters(), m_impl->length() * sizeof(UChar)); 189 memcpy(data, characters(), length() * sizeof(UChar)); 190 memcpy(data + length(), charactersToAppend, lengthToAppend * sizeof(UChar)); 210 memcpy(data, characters(), position * sizeof(UChar)); 211 memcpy(data + position, charactersToInsert, lengthToInsert * sizeof(UChar)); 212 memcpy(data + position + lengthToInsert, characters() + position, (length() - position) * sizeof(UChar)); 243 memcpy(data, characters(), position * sizeof(UChar)) [all...] |
| StringImpl.cpp | 317 memcpy(to, m_data, outc * sizeof(UChar)); 691 memcpy(data, characters(), position * sizeof(UChar)); 693 memcpy(data + position, str->characters(), lengthToInsert * sizeof(UChar)); 694 memcpy(data + position + lengthToInsert, characters() + position + lengthToReplace, 730 memcpy(data + dstOffset, m_data + srcSegmentStart, srcSegmentLength * sizeof(UChar)); 732 memcpy(data + dstOffset, replacement->m_data, repStrLength * sizeof(UChar)); 738 memcpy(data + dstOffset, m_data + srcSegmentStart, srcSegmentLength * sizeof(UChar)); 780 memcpy(data + dstOffset, m_data + srcSegmentStart, srcSegmentLength * sizeof(UChar)); 782 memcpy(data + dstOffset, replacement->m_data, repStrLength * sizeof(UChar)); 788 memcpy(data + dstOffset, m_data + srcSegmentStart, srcSegmentLength * sizeof(UChar)) [all...] |
| /external/webkit/WebCore/platform/text/mac/ |
| TextCodecMac.cpp | 146 memcpy(m_bufferedBytes + m_numBufferedBytes, inputBuffer, bytesToPutInBuffer); 240 memcpy(m_bufferedBytes, sourcePointer, sourceLength); 318 memcpy(result.data() + size, entity, entityLength);
|
| /frameworks/base/libs/utils/ |
| CallStack.cpp | 103 if (out_len < buffersize) memcpy(unmangled_name, demangled, out_len); 219 memcpy(mStack, rhs.mStack, mCount*sizeof(void*)); 231 memcpy(mStack, rhs.mStack, mCount*sizeof(void*));
|
| /frameworks/base/media/libstagefright/ |
| MetaData.cpp | 193 memcpy(storage(), from.storage(), mSize); 202 memcpy(storage(), from.storage(), mSize); 220 memcpy(storage(), data, size);
|
| /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
| levinson.cpp | 757 memcpy(A, &(st->old_A[0]), sizeof(Word16)*(M + 1)); 808 memcpy(&Ah[1], &Anh[1], sizeof(Word16)*i); 809 memcpy(&Al[1], &Anl[1], sizeof(Word16)*i);
|
| /frameworks/base/media/libstagefright/codecs/on2/dec/ |
| VPXDecoder.cpp | 243 memcpy(dst, srcLine, img->d_w); 251 memcpy(dst, srcLine, img->d_w / 2); 259 memcpy(dst, srcLine, img->d_w / 2);
|
| /libcore/luni/src/main/native/ |
| java_lang_RealToString.cpp | 139 memcpy (Temp, R, RM_SIZE * sizeof (uint64_t)); 185 memcpy (Temp, S, SLength * sizeof (uint64_t)); 197 memcpy (Temp, R, RLength * sizeof (uint64_t));
|
| /system/core/cpio/ |
| mkbootfs.c | 165 memcpy(in + ilen + 1, names[i], t + 1); 169 memcpy(out + olen + 1, names[i], t + 1); 172 memcpy(out, names[i], t + 1);
|
| /system/core/libnetutils/ |
| packet.c | 55 memcpy(bindaddr.sll_addr, hwaddr, ETH_ALEN); 144 memcpy(destaddr.sll_addr, "\xff\xff\xff\xff\xff\xff", ETH_ALEN); 237 memcpy(msg, &packet.dhcp, dhcp_size);
|
| /system/extras/ext4_utils/ |
| contents.c | 69 memcpy(dentry->name, name, name_len); 216 memcpy((char*)inode->i_block, link, len); 219 memcpy(data, link, len);
|
| /system/extras/libpagemap/ |
| pm_process.c | 89 memcpy(usage_out, &usage, sizeof(pm_memusage_t)); 142 memcpy(maps, proc->maps, proc->num_maps * sizeof(pm_map_t*)); 173 memcpy(ws_out, &ws, sizeof(ws));
|
| /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/ |
| OMX_G722Decoder.c | 678 memcpy(ComponentParameterStructure, pComponentPrivate->sPortParam, sizeof(OMX_PORT_PARAM_TYPE)); 685 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[G722D_INPUT_PORT], 689 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[G722D_OUTPUT_PORT], 706 memcpy(ComponentParameterStructure, pComponentPrivate->pCompPort[G722D_INPUT_PORT]->pPortFormat, 717 memcpy(ComponentParameterStructure, pComponentPrivate->pCompPort[G722D_OUTPUT_PORT]->pPortFormat, 731 memcpy(ComponentParameterStructure, pComponentPrivate->G722Params[G722D_INPUT_PORT], 735 memcpy(ComponentParameterStructure, pComponentPrivate->G722Params[G722D_OUTPUT_PORT], 746 memcpy(ComponentParameterStructure, pComponentPrivate->pPriorityMgmt, sizeof(OMX_PRIORITYMGMTTYPE)); [all...] |
| /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/ |
| OMX_G726Decoder.c | 699 memcpy(ComponentParameterStructure, pComponentPrivate->sPortParam, sizeof(OMX_PORT_PARAM_TYPE)); 706 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[G726D_INPUT_PORT], 710 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[G726D_OUTPUT_PORT], 727 memcpy(ComponentParameterStructure, pComponentPrivate->pCompPort[G726D_INPUT_PORT]->pPortFormat, 738 memcpy(ComponentParameterStructure, pComponentPrivate->pCompPort[G726D_OUTPUT_PORT]->pPortFormat, 752 memcpy(ComponentParameterStructure, pComponentPrivate->G726Params, 756 memcpy(ComponentParameterStructure, pComponentPrivate->PcmParams, [all...] |
| /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/ |
| OMX_G729Encoder.c | 502 memcpy (&(pComponentPrivate->cbInfo), pCallBacks, sizeof(OMX_CALLBACKTYPE)); 553 memcpy(pComponentVersion, &(pComponentPrivate->ComponentVersion.s), 755 memcpy(ComponentParameterStructure, pComponentPrivate->sPortParam, 763 memcpy(ComponentParameterStructure, 770 memcpy(ComponentParameterStructure [all...] |
| /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
| OMX_WmaDecoder.c | 554 memcpy (&(pComponentPrivate->cbInfo), pCallBacks, sizeof(OMX_CALLBACKTYPE)); [all...] |
| /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
| OMX_VideoDecoder.c | 523 memcpy (&(pComponentPrivate->cbInfo), pCallBacks, sizeof(OMX_CALLBACKTYPE)); 568 memcpy(pComponentVersion, &(pComponentPrivate->pComponentVersion.s), sizeof(pComponentPrivate->pComponentVersion.s)); 569 memcpy(pSpecVersion, &(pComponentPrivate->pSpecVersion.s), sizeof(pComponentPrivate->pSpecVersion.s)); 572 memcpy(pComponentUUID, (OMX_UUIDTYPE *)&STRING_H264VDSOCKET_TI_UUID, STRING_UUID_LENGHT); 575 memcpy(pComponentUUID, (OMX_UUIDTYPE *)&STRING_WMVDSOCKET_TI_UUID, STRING_UUID_LENGHT); 579 memcpy(pComponentUUID, (OMX_UUIDTYPE *)&STRING_MP4DSOCKET_TI_UUID, STRING_UUID_LENGHT); 582 memcpy(pComponentUUID, (OMX_UUIDTYPE *)&STRING_MP2DSOCKET_TI_UUID, STRING_UUID_LENGHT); 586 memcpy(pComponentUUID, (OMX_UUIDTYPE *)&STRING_SPARKDSOCKET_TI_UUID, STRING_UUID_LENGHT); 590 memcpy(pComponentUUID, (OMX_UUIDTYPE *)&STRING_MP4DSOCKET_TI_UUID, STRING_UUID_LENGHT); [all...] |
| /external/bluetooth/bluez/test/ |
| hciemu.c | 199 memcpy(hdr.id, btsnoop_id, sizeof(btsnoop_id)); 307 memcpy(ptr, data, plen); 463 memcpy(&sa.sin_addr.s_addr, &ba, sizeof(sa.sin_addr.s_addr)); 570 memcpy(&sa.sin_addr.s_addr, &ba, sizeof(sa.sin_addr.s_addr)); 593 memcpy((uint8_t *) &ba, (uint8_t *) &sa.sin_addr, 4); 594 memcpy((uint8_t *) &ba.b[4], (uint8_t *) &sa.sin_port, 2); 673 memcpy(vdev.name, data, sizeof(vdev.name)); 679 memcpy(ln.name, vdev.name, sizeof(ln.name)); 706 memcpy(cd.dev_class, vdev.dev_class, 3); 712 memcpy(vdev.dev_class, data, 3) [all...] |
| /frameworks/base/media/libstagefright/codecs/avc/common/src/ |
| deblock.cpp | 144 memcpy(pred_block + 4, curL, 16); 146 memcpy(pred_block + 24, curL, 16); 148 memcpy(pred_block + 44, curL, 16); 150 memcpy(pred_block + 64, curL, 16); 158 memcpy(pred_block + 4, curCb, 8); 160 memcpy(pred_block + 16, curCb, 8); 162 memcpy(pred_block + 28, curCb, 8); 164 memcpy(pred_block + 40, curCb, 8); 168 memcpy(pred_block + 4, curCr, 8); 170 memcpy(pred_block + 16, curCr, 8) [all...] |
| /device/samsung/crespo/alsa-lib/src/control/ |
| control_ext.c | 84 memcpy(info->id, ext->id, sizeof(info->id)); 85 memcpy(info->driver, ext->driver, sizeof(info->driver)); 86 memcpy(info->name, ext->name, sizeof(info->name)); 87 memcpy(info->longname, ext->longname, sizeof(info->longname)); 88 memcpy(info->mixername, ext->mixername, sizeof(info->mixername));
|
| /device/samsung/crespo/alsa-utils/seq/aseqnet/ |
| aseqnet.c | 416 memcpy(&addr.sin_addr, host->h_addr, host->h_length); 438 memcpy(pollfds, seqifds, sizeof(*seqifds)*(width = seqifds_count)); 557 memcpy(buf, ev, sizeof(snd_seq_event_t)); 558 memcpy(buf + EVENT_PACKET_SIZE, ev->data.ext.ptr, ev->data.ext.len); 561 memcpy(buf, ev, EVENT_PACKET_SIZE);
|
| /external/chromium/base/ |
| md5.cc | 183 memcpy(p, buf, len); 186 memcpy(p, buf, t); 196 memcpy(ctx->in, buf, 64); 205 memcpy(ctx->in, buf, len); 249 memcpy(digest->a, ctx->buf, 16);
|
| /external/grub/netboot/ |
| fa311.c | 254 memcpy(nic->packet, (char*)(dev->rx_ring[entry].addr), nic->packetlen); 283 memcpy(txp, destaddr, ETH_ALEN); 284 memcpy(txp + ETH_ALEN, nic->node_addr, ETH_ALEN); 286 memcpy(txp + 12, (char*)&nstype, 2); 287 memcpy(txp + ETH_HLEN, data, len);
|
| natsemi.c | 623 memcpy(txb, d, ETH_ALEN); 624 memcpy(txb + ETH_ALEN, nic->node_addr, ETH_ALEN); 626 memcpy(txb + 2 * ETH_ALEN, (char*)&nstype, 2); 627 memcpy(txb + ETH_HLEN, p, s); 702 memcpy(nic->packet, (rxb + cur_rx*RX_BUF_SIZE), nic->packetlen);
|