Searched refs:memmove (Results 1 - 25 of 129) sorted by path

123456

/haiku/headers/cpp/std/
H A Dstraits.h129 { return (char_type*) memmove (s1, s2, n); }
/haiku/headers/cpp/
H A Dstl_algobase.h116 // calls to copy with memmove whenever possible. (Memmove, not memcpy,
149 memmove(__result, __first, sizeof(_Tp) * (__last - __first));
203 memmove(__result, __first, __last - __first);
209 memmove(__result, __first, sizeof(wchar_t) * (__last - __first));
248 // into a memmove whenever possible.
271 memmove(__result - _Num, __first, sizeof(_Tp) * _Num);
H A Dstl_uninitialized.h85 memmove(__result, __first, __last - __first);
93 memmove(__result, __first, sizeof(wchar_t) * (__last - __first));
/haiku/headers/libs/agg/
H A Dagg_array.h309 memmove(m_array + pos + 1, m_array + pos, (m_size - pos) * sizeof(T));
H A Dagg_pixfmt_gray.h596 memmove(m_rbuf->row_ptr(xdst, ydst, len) + xdst * pix_width,
H A Dagg_pixfmt_rgb.h656 memmove(m_rbuf->row_ptr(xdst, ydst, len) + xdst * pix_width,
H A Dagg_pixfmt_rgb_packed.h1087 memmove(m_rbuf->row_ptr(xdst, ydst, len) + xdst * pix_width,
H A Dagg_pixfmt_rgba.h2267 memmove(m_rbuf->row_ptr(xdst, ydst, len) + xdst * pix_width,
2663 memmove(m_rbuf->row_ptr(xdst, ydst, len) + xdst * pix_width,
/haiku/headers/libs/agg/util/
H A Dagg_color_conv.h75 memmove(dst, src, width*BPP);
/haiku/headers/private/interface/
H A DTextViewSupportBuffer.h78 memmove((void*)(loc + inNumItems), (void*)loc,
98 memmove(loc, loc + inNumItems,
/haiku/headers/private/shared/
H A DArray.h163 memmove(fElements + index, fElements + index + count,
259 memmove(fElements + index + delta, fElements + index,
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Dscatter_gather.cpp78 memmove(&temp_sg[cur_idx + 1], &temp_sg[cur_idx],
/haiku/src/add-ons/kernel/console/vga_text/
H A Dvga_text.c123 memmove(sOrigin + (desty * COLUMNS), sOrigin + (srcy * COLUMNS), height * COLUMNS * 2);
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCLayla24DspCommObject.cpp420 memmove( byMonitors, m_pDspCommPage->byMonitors, MONITOR_ARRAY_SIZE );
435 memmove( m_pDspCommPage->byMonitors, byMonitors, MONITOR_ARRAY_SIZE );
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dcdda.cpp134 memmove(string, string + garbage, length + 1);
185 memmove(found, found + cutLength, foundLength + 1 - cutLength);
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DList.h141 memmove(items + offset, items, count * sizeof(item_t));
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_opt.c78 memmove(&args->argv[pos + 1], &args->argv[pos],
/haiku/src/add-ons/kernel/network/ppp/modem/
H A DModemDevice.cpp151 memmove(buffer, buffer + position + 1, length);
/haiku/src/add-ons/kernel/network/stack/
H A Dsimple_net_buffer.cpp371 memmove(buffer->data, buffer->data + bytes, buffer->size);
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp656 memmove(buf + testIndex + 2, buf + testIndex + 3,
683 memmove(buf, buf + amountInBuffer - 4, 4);
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DSMTP.cpp799 memmove(data, data + (i + 2), bufferLen - (i + 2));
824 memmove (data, data + bufferLen - 3, 3);
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAPECompress.cpp174 memmove(m_pBuffer, &m_pBuffer[m_nBufferHead], nBytesLeft);
H A DAPETag.cpp619 memmove(&m_aryFields[nIndex], &m_aryFields[nIndex + 1], (256 - nIndex - 1) * sizeof(CAPETagField *));
H A DUnBitArrayBase.cpp99 memmove((void *) (m_pBitArray), static_cast<const void*>(m_pBitArray
/haiku/src/apps/serialconnect/libvterm/src/
H A Dscreen.c241 memmove(getcell(screen, row, dest.start_col),

Completed in 233 milliseconds

123456