Searched refs:memcpy (Results 1 - 25 of 1079) sorted by path

1234567891011>>

/haiku/headers/cpp/
H A Dpthread_alloc334 memcpy(__result, __p, __copy_sz);
H A Dsstream111 memcpy(new_stream, stream, old_stream_len);
133 memcpy(stream, s, n);
H A Dstl_alloc.h576 memcpy(__result, __p, __copy_sz);
/haiku/headers/cpp/std/
H A Dstraits.h127 { return (char_type*) memcpy (s1, s2, n); }
H A Dvalarray_array.h69 { memcpy (__b, __a, __n * sizeof(_Tp)); }
/haiku/headers/libs/agg/
H A Dagg_array.h56 memcpy(m_array, c, sizeof(T) * Size);
61 memcpy(m_array, c, sizeof(T) * Size);
124 memcpy(m_array, v.m_array, sizeof(T) * m_size);
138 memcpy(m_array, v.m_array, sizeof(T) * m_size);
249 memcpy(data, m_array, m_size * sizeof(T));
272 memcpy(m_array, v.m_array, sizeof(T) * v.m_size);
280 if(v.m_size) memcpy(m_array, v.m_array, sizeof(T) * v.m_size);
287 if(m_size) memcpy(ptr, m_array, m_size * sizeof(T));
296 if(byte_size) memcpy(m_array, data, byte_size * sizeof(T));
589 memcpy(m_block
[all...]
H A Dagg_font_cache_manager.h175 memcpy(m_fonts,
H A Dagg_path_storage.h311 memcpy(new_coords,
315 memcpy(new_cmds,
H A Dagg_path_storage_integer.h125 memcpy(ptr, &m_storage[i], sizeof(vertex_integer_type));
267 memcpy(&v, m_ptr, sizeof(vertex_integer_type));
H A Dagg_pixfmt_amask_adaptor.h57 memcpy(&m_span[0], covers, len * sizeof(cover_type));
H A Dagg_rasterizer_cells_aa.h479 memcpy(new_cells, m_cells, m_max_blocks * sizeof(cell_type*));
H A Dagg_rendering_buffer.h127 memcpy(row_ptr(0, y, w), src.row_ptr(y), l);
H A Dagg_scanline_p.h106 memcpy(m_cover_ptr, covers, len * sizeof(cover_type));
262 memcpy(m_cover_ptr, covers, len * sizeof(cover_type));
H A Dagg_scanline_storage_aa.h100 memcpy(ptr, cells, sizeof(T) * num_cells);
106 memcpy(s.ptr, cells, sizeof(T) * num_cells);
147 memcpy(dst.ptr, src.ptr, dst.len * sizeof(T));
482 memcpy(data, covers, sizeof(T));
487 memcpy(data, covers, unsigned(sp.len) * sizeof(T));
H A Dagg_scanline_u.h171 memcpy(&m_covers[x], covers, len * sizeof(cover_type));
386 memcpy(&m_covers[x], covers, len * sizeof(cover_type));
H A Dagg_trans_viewport.h205 memcpy(ptr, this, sizeof(*this));
210 memcpy(this, ptr, sizeof(*this));
/haiku/headers/os/bluetooth/
H A DbdaddrUtils.h47 memcpy(&dst, &src, sizeof(bdaddr_t));
/haiku/headers/os/package/hpkg/
H A DPackageAttributeValue.h146 memcpy(data.raw, rawData, size);
/haiku/headers/os/package/hpkg/v1/
H A DPackageAttributeValue.h148 memcpy(data.raw, rawData, size);
/haiku/headers/private/app/
H A DSimpleMallocIO.h33 memcpy(buffer, fBuffer, fSize);
38 memcpy(buffer, fBuffer, size);
43 memcpy(buffer, fBuffer + pos, size);
48 memcpy(fBuffer, buffer, fSize);
53 memcpy(fBuffer, buffer, size);
58 memcpy(fBuffer + pos, buffer, size);
/haiku/headers/private/debugger/types/
H A DValueLocation.h75 memcpy((void*)this, (void*)&other, sizeof(ValuePieceLocation));
83 memcpy(tempValue, value, other.size);
133 memcpy(valueData, data, size);
/haiku/headers/private/interface/
H A DShapePrivate.h64 memcpy((void*)opList, other.opList, opSize);
65 memcpy((void*)ptList, other.ptList, ptSize);
H A DTextViewSupportBuffer.h80 memcpy((void*)loc, (void*)inItem, delta);
/haiku/headers/private/kernel/boot/net/
H A DNetDefs.h41 memcpy(this->address, address, ETH_ALEN);
46 memcpy(address, other.address, sizeof(address));
66 memcpy(address, other.address, sizeof(address));
/haiku/headers/private/kernel/util/
H A DMinMaxHeap.h339 memcpy(newBuffer, fMinElements + fSize, fSize * sizeof(Element*));

Completed in 123 milliseconds

1234567891011>>