HomeSort by relevance Sort by last modified time
    Searched refs:memcpy (Results 526 - 550 of 2060) sorted by null

<<21222324252627282930>>

  /external/icu4c/test/perf/collationperf/
collperf.cpp 712 memcpy(sortBuf, gRandomLines, gNumFileLines * sizeof(Line *));
719 memcpy(sortBuf, gRandomLines, gNumFileLines * sizeof(Line *));
727 memcpy(sortBuf, gRandomLines, gNumFileLines * sizeof(Line *));
734 memcpy(sortBuf, gRandomLines, gNumFileLines * sizeof(Line *));
741 memcpy(sortBuf, gRandomLines, gNumFileLines * sizeof(Line *));
749 memcpy(sortBuf, gRandomLines, gNumFileLines * sizeof(Line *));
756 memcpy(sortBuf, gRandomLines, gNumFileLines * sizeof(Line *));
899 memcpy(str + strindex, gFileLines[linecount].name,
    [all...]
  /external/qemu/hw/
bt-l2cap.c 205 memcpy(&hdr->len, &len, sizeof(hdr->len));
206 memcpy(&params->reason, &reason, sizeof(reason));
208 memcpy(pkt + L2CAP_CMD_HDR_SIZE + L2CAP_CMD_REJ_SIZE, data, plen);
271 memcpy(params->data, data, len);
296 memcpy(params->data, data, len);
339 memcpy(params, data, len);
363 memcpy(params->data, data, len);
509 data = memcpy(rsp, data, len);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEncoder.c 598 memcpy (&(pComponentPrivate->cbInfo), pCallBacks, sizeof(OMX_CALLBACKTYPE));
649 memcpy(pComponentVersion, &(pComponentPrivate->ComponentVersion.s), sizeof(pComponentPrivate->ComponentVersion.s));
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEncoder.c 572 memcpy (&(pComponentPrivate->cbInfo), pCallBacks, sizeof(OMX_CALLBACKTYPE));
623 memcpy(pComponentVersion, &(pComponentPrivate->ComponentVersion.s), sizeof(pComponentPrivate->ComponentVersion.s));
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_quick.c 401 memcpy(p, pa->ptr, pa->len);
485 memcpy(hbuf->v, iph2->nonce->v, iph2->nonce->l);
583 memcpy(tmp->v, iph2->nonce->v, iph2->nonce->l);
584 memcpy(tmp->v + iph2->nonce->l, iph2->nonce_p->v, iph2->nonce_p->l);
746 memcpy(notify->v, pa->ptr, notify->l);
939 memcpy(p, pa->ptr, pa->len);
1338 memcpy(tmp->v, iph2->nonce_p->v, iph2->nonce_p->l);
1339 memcpy(tmp->v + iph2->nonce_p->l, body->v, body->l);
    [all...]
isakmp_xauth.c 247 memcpy(*outlet, attr + 1, alen);
747 memcpy(xauth_ldap_config.host->v, LDAP_DFLT_HOST, tmplen);
754 memcpy(xauth_ldap_config.attr_user->v, LDAP_DFLT_USER, tmplen);
761 memcpy(xauth_ldap_config.attr_addr->v, LDAP_DFLT_ADDR, tmplen);
768 memcpy(xauth_ldap_config.attr_mask->v, LDAP_DFLT_MASK, tmplen);
775 memcpy(xauth_ldap_config.attr_group->v, LDAP_DFLT_GROUP, tmplen);
782 memcpy(xauth_ldap_config.attr_member->v, LDAP_DFLT_MEMBER, tmplen);
961 memcpy(tmpaddr,bv[0]->bv_val,bv[0]->bv_len);
981 memcpy(tmpmask,bv[0]->bv_val,bv[0]->bv_len);
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_common.c 741 memcpy(&hdr, buf, MSGTRACE_HDRLEN);
832 /* memcpy since BRCM event pkt may be unaligned. */
833 memcpy(event, &pvt_data->event, sizeof(wl_event_msg_t));
895 memcpy((void *)(&pvt_data->event.event_type), &temp,
993 memcpy(arg_save, arg, strlen(arg) + 1);
1018 memcpy((char *)pkt_filterp,
1073 memcpy(arg_save, arg, strlen(arg) + 1);
1154 ** then memcpy'ed into buffer (keep_alive_pktp) since there is no
1157 memcpy((char *)pkt_filterp,
    [all...]
  /bionic/libc/arch-arm/bionic/
memcpy.S 36 .global memcpy
37 .type memcpy, %function
44 memcpy: label
154 .global memcpy
155 .type memcpy, %function
159 * Optimized memcpy() for ARM.
161 * note that memcpy() always returns the destination pointer,
165 memcpy: label
  /external/bluetooth/bluez/test/
avtest.c 268 memcpy(&buf[3], media_transport,
275 memcpy(&buf[1], media_transport,
282 memcpy(&buf[1], media_transport,
288 memcpy(&buf[2], media_transport,
591 memcpy(&buf[4], media_transport, sizeof(media_transport));
706 memcpy(&buf[AVCTP_HEADER_LENGTH], play_pressed, sizeof(play_pressed));
  /external/chromium/net/flip/
flip_framer.cc 219 memcpy(&header_buffer[current_frame_len_], data, bytes_to_append);
303 memcpy(&current_frame_buffer_[current_frame_len_], data,
391 memcpy(new_buffer, current_frame_buffer_, current_frame_len_);
657 memcpy(new_frame->data(), frame->data(), frame->length() + FlipFrame::size());
718 memcpy(new_frame->data(), frame->data(), frame->length() + FlipFrame::size());
759 memcpy(new_frame->data(), frame->data(), size);
flip_stream.cc 90 memcpy(&(buf->data()[bytes_read]), data->data(), bytes_to_copy);
97 memcpy(new_buffer->data(), &(data->data()[bytes_to_copy]),
218 memcpy(io_buffer->data(), data, length);
  /frameworks/base/core/jni/
android_bluetooth_BluetoothSocket.cpp 199 memcpy(&addr_rc.rc_bdaddr, &bdaddress, sizeof(bdaddr_t));
209 memcpy(&addr_sco.sco_bdaddr, &bdaddress, sizeof(bdaddr_t));
220 memcpy(&addr_l2.l2_bdaddr, &bdaddress, sizeof(bdaddr_t));
265 memcpy(&addr_rc.rc_bdaddr, &bdaddr, sizeof(bdaddr_t));
274 memcpy(&addr_sco.sco_bdaddr, &bdaddr, sizeof(bdaddr_t));
284 memcpy(&addr_l2.l2_bdaddr, &bdaddr, sizeof(bdaddr_t));
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c 533 memcpy (&(pComponentPrivate->cbInfo), pCallBacks, sizeof(OMX_CALLBACKTYPE));
587 memcpy(pComponentVersion, &(pComponentPrivate->ComponentVersion.s), sizeof(pComponentPrivate->ComponentVersion.s));
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDecoder.c 559 memcpy (&(pComponentPrivate->cbInfo), pCallBacks, sizeof(OMX_CALLBACKTYPE));
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c 752 pTemp = memcpy (pComponentPrivate->colorKey, (OMX_U8 *)colorKey,(3 * sizeof(OMX_U8)));
    [all...]
  /bionic/libc/stdlib/
wchar.c 217 memcpy( (char*)dst, s, len );
274 memcpy( dst, s, len );
307 memcpy( (char*)ws1, (const char*)ws2, n );
  /external/chromium/net/socket/
socks_client_socket.cc 271 memcpy(&request.ip, &(ipv4_host->sin_addr), sizeof(ipv4_host->sin_addr));
276 memcpy(&request.ip, kInvalidIp, arraysize(kInvalidIp));
307 memcpy(handshake_buf_->data(), &buffer_[bytes_sent_],
tcp_client_socket_unittest.cc 140 memcpy(request_buffer->data(), request_text, arraysize(request_text) - 1);
185 memcpy(request_buffer->data(), request_text, arraysize(request_text) - 1);
230 memcpy(request_buffer->data(), request_text, arraysize(request_text) - 1);
  /external/dhcpcd/
showlease.c 209 memcpy(bp, op, ol);
251 memcpy(bp, op, ol);
267 memcpy(a, p, sizeof(*a));
  /external/e2fsprogs/lib/ext2fs/
fileio.c 61 memcpy(&file->inode, inode, sizeof(struct ext2_inode));
236 memcpy(ptr, file->buf+start, c);
283 memcpy(file->buf+start, ptr, c);
  /external/grub/netboot/
otulip.c 273 memcpy(ehdr, d, ETH_ALEN);
274 memcpy(&ehdr[ETH_ALEN], nic->node_addr, ETH_ALEN);
321 memcpy(, , ) is quite fast */
323 memcpy(nic->packet, rxb + rxd_tail * BUFLEN, nic->packetlen);
  /external/grub/stage2/
fsys_iso9660.c 267 memcpy(rpnt, slp->text, slp->len);
331 memcpy(NAME_BUF, name, name_len);
382 memcpy(NAME_BUF, name, name_len);
  /external/iproute2/ip/
ipmaddr.c 111 memcpy(ma, &m, sizeof(m));
151 memcpy(ma, &m, sizeof(m));
183 memcpy(ma, &m, sizeof(m));
  /external/libffi/src/sh64/
ffi.c 108 memcpy (argp, *p_argv, z);
149 memcpy (argp, *p_argv, z);
290 memcpy (rvalue, &trvalue, cif->rtype->size);
  /external/openssl/crypto/asn1/
a_int.c 153 else if (!neg) memcpy(p,a->data,(unsigned int)a->length);
249 memcpy(s,p,(int)len);
319 memcpy(s,p,(int)len);

Completed in 1535 milliseconds

<<21222324252627282930>>