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

1 2 3 4 5 6 78 91011>>

  /frameworks/base/media/libeffects/testlibs/
AudioCoefInterpolator.cpp 31 memcpy(mInDims, inDims, nInDims * sizeof(size_t));
63 memcpy(out, mTable + index, mNumOutDims * sizeof(audio_coef_t));
AudioBiquadFilter.cpp 46 memcpy(mCoefs, IDENTITY_COEFS, sizeof(mCoefs));
56 memcpy(mTargetCoefs, coefs, sizeof(mTargetCoefs));
59 memcpy(mCoefs, coefs, sizeof(mCoefs));
74 memcpy(mCoefs, mTargetCoefs, sizeof(mCoefs));
83 memcpy(mCoefs, IDENTITY_COEFS, sizeof(mCoefs));
146 memcpy(out, in, frameCount * mNumChannels * sizeof(audio_sample_t));
  /hardware/qcom/media/mm-video/vidc/vdec/src/
message_queue.c 125 memcpy ( &ptr_q->ptr_cmdq [ptr_q->write_comq],pitem, \
162 memcpy ( &ptr_q->ptr_dataq [ptr_q->write_dataq],pitem, \
  /hardware/qcom/media/mm-video/vidc/venc/test/
queue.c 125 memcpy ( &ptr_q->ptr_cmdq [ptr_q->write_comq],pitem, \
162 memcpy ( &ptr_q->ptr_dataq [ptr_q->write_dataq],pitem, \
  /system/core/libpixelflinger/tinyutils/
SharedBuffer.cpp 45 memcpy(sb->data(), data(), size());
65 memcpy(sb->data(), data(), newSize < mySize ? newSize : mySize);
  /external/libnfc-nxp/src/
phFriNfc_MifStdFormat.h 208 (void)memcpy(&NdefSmtCrdFmt->SendRecvBuf[PH_FRINFC_MFSTD_FMT_VAL_1],\
219 (void)memcpy(&NdefSmtCrdFmt->SendRecvBuf[PH_FRINFC_MFSTD_FMT_VAL_1],\
229 (void)memcpy(&NdefSmtCrdFmt->SendRecvBuf[PH_FRINFC_MFSTD_FMT_VAL_1],\
255 (void)memcpy(&NdefSmtCrdFmt->SendRecvBuf[PH_FRINFC_MFSTD_FMT_VAL_1],\
266 (void)memcpy(&NdefSmtCrdFmt->SendRecvBuf[PH_FRINFC_MFSTD_FMT_VAL_1],\
276 (void)memcpy(&NdefSmtCrdFmt->SendRecvBuf[PH_FRINFC_MFSTD_FMT_VAL_1],\
  /external/libvpx/vpx_scale/leapster/
yv12extend.c 78 memcpy(dest_ptr1, src_ptr1, plane_stride);
79 memcpy(dest_ptr2, src_ptr2, plane_stride);
117 memcpy(dest_ptr1, src_ptr1, plane_stride);
118 memcpy(dest_ptr2, src_ptr2, plane_stride);
151 memcpy(dest_ptr1, src_ptr1, plane_stride);
152 memcpy(dest_ptr2, src_ptr2, plane_stride);
  /external/qemu/memcheck/
memcheck_malloc_map.c 128 memcpy(replaced, &existing->desc, sizeof(MallocDescEx));
179 memcpy(&adesc->desc, desc, sizeof(MallocDescEx));
204 memcpy(pulled, &adesc->desc, sizeof(MallocDescEx));
218 memcpy(pulled, &first->desc, sizeof(MallocDescEx));
242 memcpy(new_entry, entry, sizeof(AllocMapEntry));
248 memcpy(new_entry->desc.call_stack, entry->desc.call_stack,
  /frameworks/base/libs/rs/
spec.l 38 memcpy(apis[apiCount].name, yytext, yyleng);
138 memcpy(currType->typeName, yytext, yyleng);
147 memcpy(currType->name, yytext, yyleng);
  /external/tcpdump/
print-dhcp6.c 404 memcpy(&ia_addr, (u_char *)dh6o, sizeof(ia_addr));
431 memcpy(&opt, &tp[i], sizeof(opt));
448 memcpy(&val16, dh6o + 1, sizeof(val16));
462 memcpy(&authopt, dh6o, sizeof(authopt));
596 memcpy(&val16, (u_char *)(dh6o + 1), sizeof(val16));
606 memcpy(&ia, (u_char *)dh6o, sizeof(ia));
626 memcpy(&ia_prefix, (u_char *)dh6o, sizeof(ia_prefix));
650 memcpy(&val32, dh6o + 1, sizeof(val32));
759 memcpy(&addr6, dh6relay->dh6relay_linkaddr, sizeof (addr6));
762 memcpy(&addr6, dh6relay->dh6relay_peeraddr, sizeof (addr6))
    [all...]
print-tcp.c 134 memcpy(&phu.ph.src, &ip->ip_src.s_addr, sizeof(u_int32_t));
136 memcpy(&phu.ph.dst, &ip->ip_dst.s_addr, sizeof(u_int32_t));
336 memcpy(&tha.src, dst, sizeof ip6->ip6_dst);
337 memcpy(&tha.dst, src, sizeof ip6->ip6_src);
340 memcpy(&tha.dst, dst, sizeof ip6->ip6_dst);
341 memcpy(&tha.src, src, sizeof ip6->ip6_src);
354 memcpy(&tha.src, dst, sizeof ip->ip_dst);
355 memcpy(&tha.dst, src, sizeof ip->ip_src);
358 memcpy(&tha.dst, dst, sizeof ip->ip_dst);
359 memcpy(&tha.src, src, sizeof ip->ip_src)
    [all...]
  /frameworks/base/core/jni/
android_util_EventLog.cpp 82 memcpy(&buf[1], &len, sizeof(len));
83 memcpy(&buf[1 + sizeof(len)], str, len);
113 memcpy(&buf[pos], &len, sizeof(len));
114 memcpy(&buf[pos + sizeof(len)], str, len);
121 memcpy(&buf[pos], &intVal, sizeof(intVal));
127 memcpy(&buf[pos], &longVal, sizeof(longVal));
214 memcpy(bytes, buf, len);
  /external/bluetooth/bluez/src/
glib-helper.c 429 memcpy(&uuid128, uuid, sizeof(uuid_t));
436 memcpy(&data0, &uuid128.value.uuid128.data[0], 4);
437 memcpy(&data1, &uuid128.value.uuid128.data[4], 2);
438 memcpy(&data2, &uuid128.value.uuid128.data[6], 2);
439 memcpy(&data3, &uuid128.value.uuid128.data[8], 2);
440 memcpy(&data4, &uuid128.value.uuid128.data[10], 4);
441 memcpy(&data5, &uuid128.value.uuid128.data[14], 2);
543 memcpy(&val[0], &data0, 4);
544 memcpy(&val[4], &data1, 2);
545 memcpy(&val[6], &data2, 2)
    [all...]
  /external/openssl/apps/
s_cb.c 750 memcpy(buffer,
753 memcpy(buffer + sizeof(peer.s4.sin_port),
759 memcpy(buffer,
762 memcpy(buffer + sizeof(peer.s6.sin6_port),
777 memcpy(cookie, result, resultlength);
831 memcpy(buffer,
834 memcpy(buffer + sizeof(peer.s4.sin_port),
840 memcpy(buffer,
843 memcpy(buffer + sizeof(peer.s6.sin6_port),
  /external/openssl/crypto/evp/
evp_enc.c 212 if(iv) memcpy(ctx->oiv, iv, EVP_CIPHER_CTX_iv_length(ctx));
213 memcpy(ctx->iv, ctx->oiv, EVP_CIPHER_CTX_iv_length(ctx));
308 memcpy(&(ctx->buf[i]),in,inl);
316 memcpy(&(ctx->buf[i]),in,j);
335 memcpy(ctx->buf,&(in[inl]),i);
403 memcpy(out,ctx->final,b);
420 memcpy(ctx->final,&out[*outl],b);
586 memcpy(out,in,sizeof *out);
596 memcpy(out->cipher_data,in->cipher_data,in->cipher->ctx_size);
  /external/skia/src/core/
SkString.cpp 148 memcpy(rec->data(), text, len);
320 memcpy(p, text, len);
329 memcpy(p, text, len);
403 memcpy(dst + offset, text, len);
417 memcpy(dst, fRec->data(), offset);
418 memcpy(dst + offset, text, len);
420 memcpy(dst + offset + len, fRec->data() + offset, fRec->fLength - offset);
535 memcpy(dst, src, offset);
542 memcpy(dst + offset, src + offset + length, tail);
SkLineClipper.cpp 46 memcpy(dst, src, 2 * sizeof(SkPoint));
70 memcpy(tmp, src, sizeof(tmp));
105 memcpy(dst, tmp, sizeof(tmp));
133 memcpy(tmp, pts, sizeof(tmp));
200 memcpy(lines, result, (lineCount + 1) * sizeof(SkPoint));
  /development/simulator/app/
MessageStream.cpp 52 memcpy(mData, name, nlen);
53 memcpy(mData + nlen, value, vlen);
160 memcpy(pCur, pBundle->tag, tagLen);
163 memcpy(pCur, pBundle->msgVec[i].iov_base, pBundle->msgVec[i].iov_len);
301 memcpy(writeBuf + kHeaderLen, mData, mLength);
  /external/bison/src/
state.c 48 memcpy (res->states, the_states, states_size);
86 memcpy (res->symbols, tokens, symbols_size);
109 memcpy (res->rules, reds, rules_size);
150 memcpy (res->items, core, items_size);
349 memcpy (probe->items, core, items_size);
  /external/bluetooth/bluez/tools/
csr_bcsp.c 175 memcpy(cp + 4, cmd, sizeof(cmd));
176 memcpy(cp + 14, value, length);
184 memcpy(send_packet.payload, cp, (size * 2) + 4);
207 memcpy(rp, receive_packet.payload,
237 memcpy(value, rp + 13, length);
  /external/e2fsprogs/intl/
bindtextdom.c 157 memcpy (result, dirname, len);
195 memcpy (result, codeset, len);
231 memcpy (new_binding->domainname, domainname, len);
256 memcpy (result, dirname, len);
287 memcpy (result, codeset, len);
relocatable.c 124 memcpy (memory, orig_prefix_arg, orig_prefix_len + 1);
127 memcpy (memory, curr_prefix_arg, curr_prefix_len + 1);
208 memcpy (q, curr_pathname, p - curr_pathname);
268 memcpy (curr_prefix, curr_installdir, curr_prefix_len);
439 memcpy (result, curr_prefix, curr_prefix_len);
  /external/openssl/crypto/rsa/
rsa_oaep.c 63 memcpy(db + emlen - flen - SHA_DIGEST_LENGTH, from, (unsigned int) flen);
67 memcpy(seed,
119 flen = num; /* don't overflow the memcpy to padded_from */
134 memcpy(padded_from + lzero, from, flen);
170 memcpy(to, db + i, mlen);
214 memcpy(mask + outlen, md, len - outlen);
  /external/skia/src/images/
SkMovie_gif.cpp 186 memcpy(out + width * row, in, width);
192 memcpy(out + width * row, in, width);
198 memcpy(out + width * row, in, width);
203 memcpy(out + width * row, in, width);
208 memcpy(out, in, width * height);
  /bootable/recovery/
bootloader.c 83 memcpy(out, &data[write_size * MISC_COMMAND_PAGE], sizeof(*out));
109 memcpy(&data[write_size * MISC_COMMAND_PAGE], in, sizeof(*in));
152 memcpy(out, &temp, sizeof(temp));

Completed in 1083 milliseconds

1 2 3 4 5 6 78 91011>>