Searched refs:memcpy (Results 451 - 475 of 4597) sorted by relevance

<<11121314151617181920>>

/external/libvpx/libvpx/examples/
H A Dvpx_temporal_scalable_patterns.c140 memcpy(cfg->ts_layer_id, ids, sizeof(ids));
154 memcpy(cfg->ts_layer_id, ids, sizeof(ids));
178 memcpy(cfg->ts_layer_id, ids, sizeof(ids));
196 memcpy(cfg->ts_layer_id, ids, sizeof(ids));
217 memcpy(cfg->ts_layer_id, ids, sizeof(ids));
237 memcpy(cfg->ts_layer_id, ids, sizeof(ids));
258 memcpy(cfg->ts_layer_id, ids, sizeof(ids));
280 memcpy(cfg->ts_layer_id, ids, sizeof(ids));
308 memcpy(cfg->ts_layer_id, ids, sizeof(ids));
344 memcpy(cf
[all...]
/external/mdnsresponder/mDNSPosix/
H A DmDNSUNP.c147 memcpy(ifi->ifi_addr, res0->ai_addr, sizeof(struct sockaddr_in6));
162 memcpy(ifi->ifi_netmask, sin6, sizeof(struct sockaddr_in6));
301 memcpy(lastname, ifr->ifr_name, IFNAMSIZ);
334 memcpy(ifi->ifi_name, ifr->ifr_name, IFI_NAME);
346 memcpy(ifi->ifi_addr, sinptr, sizeof(struct sockaddr_in));
374 memcpy(ifi->ifi_netmask, sinptr, sizeof(struct sockaddr_in));
392 memcpy(ifi->ifi_brdaddr, sinptr, sizeof(struct sockaddr_in));
411 memcpy(ifi->ifi_dstaddr, sinptr, sizeof(struct sockaddr_in));
430 memcpy(ifi->ifi_addr, sinptr6, sizeof(struct sockaddr_in6));
438 memcpy(
[all...]
/external/mesa3d/src/gallium/drivers/galahad/
H A Dglhd_objects.c52 memcpy(&glhd_resource->base, resource, sizeof(struct pipe_resource));
89 memcpy(&glhd_surface->base, surface, sizeof(struct pipe_surface));
165 memcpy(&glhd_transfer->base, transfer, sizeof(struct pipe_transfer));
/external/mesa3d/src/gallium/drivers/identity/
H A Did_objects.c52 memcpy(&id_resource->base, resource, sizeof(struct pipe_resource));
89 memcpy(&id_surface->base, surface, sizeof(struct pipe_surface));
167 memcpy(&id_transfer->base, transfer, sizeof(struct pipe_transfer));
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_code.c48 memcpy(dst->Constants, src->Constants, sizeof(struct rc_constant) * src->Count);
71 memcpy(newlist, c->Constants, sizeof(struct rc_constant) * c->Count);
129 memcpy(constant.u.Immediate, data, sizeof(float) * 4);
/external/mesa3d/src/glx/
H A Drenderpix.c100 (void) memcpy(modes, __glXDefaultPixelStore + 4, 20);
103 (void) memcpy(modes, __glXDefaultPixelStore + 0, 36);
161 (void) memcpy(pixelHeaderPC, __glXDefaultPixelStore + 4, 20);
H A Dsinglepix.c141 (void) memcpy((void *) (pc + 0), (void *) (&target), 4);
142 (void) memcpy((void *) (pc + 4), (void *) (&format), 4);
143 (void) memcpy((void *) (pc + 8), (void *) (&type), 4);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_bufferobj.c104 memcpy(get_bufferobj_map(ctx, obj, NOUVEAU_BO_WR), data, size);
114 memcpy(get_bufferobj_map(ctx, obj, NOUVEAU_BO_WR) + offset, data, size);
122 memcpy(data, get_bufferobj_map(ctx, obj, NOUVEAU_BO_RD) + offset, size);
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_buffer_objects.c117 memcpy(radeon_obj->bo->ptr, data, size);
147 memcpy(radeon_obj->bo->ptr + offset, data, size);
166 memcpy(data, radeon_obj->bo->ptr + offset, size);
H A Dradeon_tile.c61 memcpy(dst2, src2, columns * sizeof(uint8_t));
92 memcpy(dst2, src2, columns * sizeof(uint16_t));
123 memcpy(dst2, src2, columns * sizeof(uint16_t));
154 memcpy(dst2, src2, columns * sizeof(uint32_t));
185 memcpy(dst2, src2, columns * sizeof(uint64_t));
204 memcpy(dst, src, width * elem_size);
277 memcpy(dst2, src2, columns * sizeof(uint8_t));
310 memcpy(dst2, src2, columns * sizeof(uint16_t));
343 memcpy(dst2, src2, columns * sizeof(uint16_t));
376 memcpy(dst
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_buffer_objects.c117 memcpy(radeon_obj->bo->ptr, data, size);
147 memcpy(radeon_obj->bo->ptr + offset, data, size);
166 memcpy(data, radeon_obj->bo->ptr + offset, size);
H A Dradeon_tile.c61 memcpy(dst2, src2, columns * sizeof(uint8_t));
92 memcpy(dst2, src2, columns * sizeof(uint16_t));
123 memcpy(dst2, src2, columns * sizeof(uint16_t));
154 memcpy(dst2, src2, columns * sizeof(uint32_t));
185 memcpy(dst2, src2, columns * sizeof(uint64_t));
204 memcpy(dst, src, width * elem_size);
277 memcpy(dst2, src2, columns * sizeof(uint8_t));
310 memcpy(dst2, src2, columns * sizeof(uint16_t));
343 memcpy(dst2, src2, columns * sizeof(uint16_t));
376 memcpy(dst
[all...]
/external/nanopb-c/tests/alltypes/
H A Dencode_alltypes.c36 memcpy(alltypes.req_bytes.bytes, "1015", 4);
59 memcpy(alltypes.rep_bytes[4].bytes, "2015", 4);
117 memcpy(alltypes.opt_bytes.bytes, "3055", 4);
/external/nanopb-c/tests/backwards_compatibility/
H A Dencode_legacy.c39 memcpy(alltypes.req_bytes.bytes, "1015", 4);
62 memcpy(alltypes.rep_bytes[4].bytes, "2015", 4);
108 memcpy(alltypes.opt_bytes.bytes, "3055", 4);
/external/openssl/crypto/des/
H A Ddes.c523 if (rem) memcpy(tmpbuf,&(buf[l]),
529 if (rem) memcpy(&(buf[l]),tmpbuf,
537 if (l >= 8) memcpy(iv,&(obuf[l-8]),8);
539 if (rem) memcpy(buf,&(buf[l]),(unsigned int)rem);
610 if (l >= 8) memcpy(iv,&(buf[l-8]),8);
701 memcpy(&(uubuf[uubufnum]),data,(unsigned int)num);
708 memcpy(&(uubuf[uubufnum]),data,(unsigned int)i);
732 memcpy(uubuf,&(data[i]),(unsigned int)rem);
781 memcpy(out,bb,(unsigned int)valid);
806 memcpy(
[all...]
/external/openssl/ssl/
H A Dt1_reneg.c131 memcpy(p, s->s3->previous_client_finished,
212 memcpy(p, s->s3->previous_client_finished,
216 memcpy(p, s->s3->previous_server_finished,
/external/qemu/slirp/
H A Dmbuf.c125 memcpy(m->m_data+m->m_len, n->m_data, n->m_len);
155 memcpy(dat, m->m_dat, m->m_size);
194 memcpy((n->m_data + n->m_len), (m->m_data + off), len);
/external/qemu/slirp-android/
H A Dmbuf.c125 memcpy(m->m_data+m->m_len, n->m_data, n->m_len);
155 memcpy(dat, m->m_dat, m->m_size);
194 memcpy((n->m_data + n->m_len), (m->m_data + off), len);
/external/skia/gm/
H A Detc1bitmap.cpp58 memcpy(newData, origData, (blockWidth - 1)*ETC1_ENCODED_BLOCK_SIZE);
64 memcpy(data, am.get(), newDataSz);
183 memcpy(am.get(), fileData->data(), fileData->size());
/external/skia/src/animator/
H A DSkOperandIterpolator.cpp54 memcpy(dst, values, fElemCount * sizeof(SkOperand));
70 memcpy(values, nextSrc, fElemCount * sizeof(SkScalar));
87 memcpy(values, prevSrc, sizeof(SkOperand) * fElemCount);
/external/skia/src/effects/
H A DSkEmbossMaskFilter.cpp50 memcpy(light.fDirection, direction, sizeof(light.fDirection));
103 memcpy(dst->fImage, alphaPlane, planeSize);
122 memcpy(dst->fImage, src.fImage, src.computeImageSize());
/external/bison/src/
H A Dstate.c46 memcpy (res->states, the_states, states_size);
84 memcpy (res->symbols, tokens, symbols_size);
107 memcpy (res->rules, reds, rules_size);
150 memcpy (res->items, core, items_size);
178 memcpy (res->items, s->items, items_size);
399 memcpy (probe->items, core, items_size);
/external/chromium_org/base/
H A Dpickle.cc33 memcpy(result, read_from, sizeof(*result));
112 // cause SIGBUS on some ARM platforms, so force using memcpy to copy the data
117 memcpy(result, read_from, sizeof(*result));
124 // cause SIGBUS on some ARM platforms, so force using memcpy to copy the data
129 memcpy(result, read_from, sizeof(*result));
235 memcpy(header_, other.header_, payload_size);
258 memcpy(header_, other.header_,
358 memcpy(write, data, length);
/external/chromium_org/sandbox/win/src/
H A Dservice_resolver_32.cc260 memcpy(local_thunk, &function_code, sizeof(function_code));
275 memcpy(&intercepted_code, &full_local_thunk->original,
351 memcpy(local_thunk, &function_code, sizeof(function_code));
375 memcpy(local_thunk, &function_code, sizeof(function_code));
399 memcpy(local_thunk, &function_code, sizeof(function_code));
421 memcpy(local_thunk, &function_code, sizeof(function_code));
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextCodecUTF8.cpp193 memcpy(m_partialSequence + m_partialSequenceSize, source, end - source);
202 memcpy(m_partialSequence + m_partialSequenceSize, source, count - m_partialSequenceSize);
239 memcpy(m_partialSequence + m_partialSequenceSize, source, end - source);
249 memcpy(m_partialSequence + m_partialSequenceSize, source, count - m_partialSequenceSize);
326 memcpy(m_partialSequence, source, m_partialSequenceSize);
403 memcpy(m_partialSequence, source, m_partialSequenceSize);

Completed in 584 milliseconds

<<11121314151617181920>>