memmove           347 base/strings/safe_sprintf_unittest.cc          (char*)memmove(addr + sizeof(addr) - strlen(addr) - 1,
memmove            54 base/strings/string16.cc   return static_cast<char16*>(memmove(s1, s2, n * sizeof(char16)));
memmove           101 base/third_party/symbolize/symbolize.cc       memmove(out, demangled, len + 1);
memmove           421 base/third_party/symbolize/symbolize.cc         memmove(buf_, bol_, incomplete_line_length);
memmove            75 chrome/browser/chromeos/drive/drive_file_stream_reader.cc     std::memmove(buffer->data() + offset, chunk.data(), bytes_to_read);
memmove           127 chrome/browser/devtools/adb_client_socket_browsertest.cc     memmove(output_buffer_->StartOfBuffer(),
memmove           196 chrome/browser/devtools/adb_client_socket_browsertest.cc       memmove(data, data + bytes_processed, data_size - bytes_processed);
memmove           241 chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc         memmove(dest, src, width);
memmove           169 chrome/browser/sessions/session_backend.cc     memmove(&(buffer_[0]), &(buffer_[buffer_position_]), available_count_);
memmove           264 chrome/browser/usb/usb_device_handle.cc               memmove(buffer->data() + actual_length,
memmove           406 content/browser/renderer_host/p2p/socket_host_tcp.cc     memmove(head, head + pos, read_buffer_->offset() - pos);
memmove           135 google_apis/gcm/base/socket_stream.cc     std::memmove(io_buffer_->data(), unread_data_ptr, unread_data_size);
memmove           346 jingle/glue/chrome_async_socket.cc   std::memmove(write_buf_->data(),
memmove           454 media/audio/win/audio_low_latency_input_win.cc             memmove(&capture_buffer[0],
memmove            54 media/base/byte_queue.cc     memmove(buffer_.get(), front(), used_);
memmove           278 media/filters/audio_renderer_algorithm.cc     memmove(ch, &ch[rendered_frames], sizeof(*ch) * frames_to_move);
memmove           181 media/filters/wsola_internals.cc     memmove(similarity, &similarity[1], 2 * sizeof(*similarity));
memmove           274 mojo/system/raw_channel.cc         memmove(&read_buffer_->buffer_[0],
memmove           123 native_client_sdk/src/libraries/nacl_io/syscalls/inet_pton.c     memmove(result + kIpv6AddressSize - move_size,
memmove           352 net/filter/gzip_filter_unittest.cc   memmove(&corrupt_data[pos], &corrupt_data[pos+1], len);
memmove            97 net/http/http_chunked_decoder.cc       memmove(buf, buf + bytes_consumed, buf_len);
memmove           600 net/http/http_stream_parser.cc         memmove(read_buf_->StartOfBuffer(),
memmove           747 net/http/http_stream_parser.cc       memmove(read_buf_->data(),
memmove           220 net/socket/tcp_server_socket_unittest.cc     memmove(write_buffer->data(), message.data(), message.size());
memmove           241 net/socket/tcp_server_socket_unittest.cc     memmove(&buffer[bytes_read], read_buffer->data(), read_result);
memmove           232 net/socket/tcp_socket_unittest.cc     memmove(write_buffer->data(), message.data() + bytes_written,
memmove           254 net/socket/tcp_socket_unittest.cc     memmove(&buffer[bytes_read], read_buffer->data(), read_result);
memmove          2784 net/third_party/nss/ssl/ssl3con.c 	    memmove(wrBuf->buf + headerLen + ivLen + p1Len, pIn + p1Len,
memmove           154 net/tools/balsa/simple_buffer.cc       memmove(storage_, read_ptr, read_size);
memmove           171 net/tools/flip_server/ring_buffer.cc         memmove(buffer_.get(), read_ptr, read_size);
memmove           445 ppapi/proxy/tcp_socket_resource_base.cc       memmove(read_buffer_, data.c_str(), data.size());
memmove           217 remoting/codec/audio_encoder_opus.cc       memmove(leftover_buffer_.get(),
memmove           226 remoting/codec/audio_encoder_opus.cc     memmove(leftover_buffer_.get() + leftover_samples_ * channels_,
memmove          1029 third_party/cld/encodings/compact_lang_det/compact_lang_det_impl.cc         memmove(dst, src, len);
memmove          1705 third_party/expat/files/lib/xmlparse.c         memmove(buffer, &buffer[offset], bufferEnd - bufferPtr + keep);
memmove          1710 third_party/expat/files/lib/xmlparse.c       memmove(buffer, bufferPtr, bufferEnd - bufferPtr);
memmove           148 third_party/harfbuzz-ng/src/hb-buffer.cc   memmove (info + idx + count, info + idx, (len - idx) * sizeof (info[0]));
memmove           379 third_party/harfbuzz-ng/src/hb-buffer.cc     memmove (out_info + out_len, info + idx, count * sizeof (out_info[0]));
memmove           394 third_party/harfbuzz-ng/src/hb-buffer.cc     memmove (info + idx, out_info + out_len, count * sizeof (out_info[0]));
memmove          1015 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh     memmove (match_positions + next + delta, match_positions + next,
memmove           201 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc 	  memmove (&info[start + 1], &info[start], (end - start) * sizeof (hb_glyph_info_t));
memmove           927 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc 	  memmove (&info[i], &info[i + 1], (j - i) * sizeof (info[0]));
memmove          1377 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc 	  memmove (&info[old_pos], &info[old_pos + 1], (new_pos - old_pos) * sizeof (info[0]));
memmove          1538 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc       memmove (&info[start], &info[start + 1], (new_reph_pos - start) * sizeof (info[0]));
memmove          1614 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc 	    memmove (&info[new_pos + 1], &info[new_pos], (old_pos - new_pos) * sizeof (info[0]));
memmove           344 third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc       memmove (buffer->out_info + start + 1,
memmove           333 third_party/harfbuzz-ng/src/hb-private.hh      memmove (static_cast<void *> (&array[i]),
memmove            87 third_party/harfbuzz-ng/src/hb-shaper.cc 	 memmove (&shapers[i + 1], &shapers[i], sizeof (shapers[i]) * (j - i));
memmove           256 third_party/libevent/buffer.c 	memmove(buf->orig_buffer, buf->buffer, buf->off);
memmove           793 third_party/libusb/src/libusb/core.c 	memmove(port_numbers, &port_numbers[i], port_numbers_len - i);
memmove           460 third_party/libusb/src/libusb/os/darwin_usb.c   memmove (buffer, &(priv->dev_descriptor), DEVICE_DESC_LENGTH);
memmove           518 third_party/libusb/src/libusb/os/darwin_usb.c     memmove (buffer, desc, len);
memmove          2170 third_party/libusb/src/libusb/os/linux_usbfs.c 				memmove(target, urb->buffer, urb->actual_length);
memmove          1201 third_party/libwebp/dsp/lossless.c         memmove(src, out, in_stride * sizeof(*src));
memmove           248 third_party/libwebp/utils/huffman_encode.c           memmove(tree + (k + 1), tree + k, (tree_size - k) * sizeof(*tree));
memmove          1117 third_party/libxml/src/encoding.c 	    memmove(&xmlCharEncodingAliases[i], &xmlCharEncodingAliases[i + 1],
memmove           602 third_party/libxml/src/nanoftp.c 	memmove(&ctxt->controlBuf[0], &ctxt->controlBuf[ctxt->controlBufIndex],
memmove          1809 third_party/libxml/src/nanoftp.c 	memmove(&buf[0], &buf[base], indx - base);
memmove           546 third_party/libxml/src/nanohttp.c             memmove(ctxt->in, ctxt->inrptr, len);
memmove          1101 third_party/libxml/src/parser.c         memmove(src, src + remove_head, 1 + *len);
memmove          7044 third_party/libxml/src/tree.c 		memmove(buf->contentIO, &buf->content[0], buf->use);
memmove          7051 third_party/libxml/src/tree.c 	memmove(buf->content, &buf->content[len], buf->use);
memmove          7233 third_party/libxml/src/tree.c 	    memmove(buf->contentIO, buf->content, buf->use);
memmove          7318 third_party/libxml/src/tree.c     memmove(&buf->content[buf->use], str, len*sizeof(xmlChar));
memmove          7372 third_party/libxml/src/tree.c             memmove(&buf->content[0], str, len);
memmove          7386 third_party/libxml/src/tree.c     memmove(&buf->content[len], &buf->content[0], buf->use);
memmove          7387 third_party/libxml/src/tree.c     memmove(&buf->content[0], str, len);
memmove          5628 third_party/libxml/src/xmlschemastypes.c 	    memmove(buffer, work, size);
memmove          5757 third_party/libxml/src/xmlschemastypes.c 			memmove(offs + diff + 1, offs + diff, dec.frac +1);
memmove          5767 third_party/libxml/src/xmlschemastypes.c 			    memmove(offs + (dec.total - i), offs, i +1);
memmove          2769 third_party/libxml/src/xpath.c 	    memmove(buffer, work, size);
memmove            94 third_party/lzma_sdk/LzFind.c   memmove(p->bufferBase,
memmove          1049 third_party/protobuf/src/google/protobuf/stubs/strutil.cc     memmove(target, buffer, strlen(buffer) + 1);
memmove           109 third_party/re2/re2/bitstate.cc   memmove(newjob, job_, njob_*sizeof job_[0]);
memmove           272 third_party/re2/re2/compile.cc     memmove(ip, inst_, inst_len_ * sizeof ip[0]);
memmove           285 third_party/re2/re2/compile.cc     memmove(ip, inst_, inst_len_ * sizeof ip[0]);
memmove           771 third_party/re2/re2/dfa.cc   memmove(s->inst_, inst, ninst*sizeof s->inst_[0]);
memmove          1233 third_party/re2/re2/dfa.cc   memmove(inst_, state->inst_, ninst_*sizeof inst_[0]);
memmove           594 third_party/re2/re2/onepass.cc   memmove(nodep, nodes, nalloc*statesize);
memmove           676 third_party/re2/re2/parse.cc     memmove(sub, sub + 1, re->nsub_ * sizeof sub[0]);
memmove           743 third_party/re2/re2/parse.cc       memmove(re->runes_, re->runes_ + n, re->nrunes_ * sizeof re->runes_[0]);
memmove           776 third_party/re2/re2/parse.cc           memmove(sub, sub + 1, re->nsub_ * sizeof sub[0]);
memmove          1031 third_party/re2/re2/re2.cc   memmove(buf, str, n);
memmove           218 third_party/re2/re2/regexp.cc     memmove(subcopy, sub, nsub * sizeof sub[0]);
memmove           310 third_party/re2/re2/regexp.cc   memmove(tmp, this, sizeof tmp);
memmove           311 third_party/re2/re2/regexp.cc   memmove(this, that, sizeof tmp);
memmove           312 third_party/re2/re2/regexp.cc   memmove(that, tmp, sizeof tmp);
memmove           275 third_party/re2/util/sparse_array.h       memmove(a, sparse_to_dense_, max_size_*sizeof a[0]);
memmove            98 third_party/re2/util/sparse_set.h         memmove(a, sparse_to_dense_, max_size_*sizeof a[0]);
memmove           109 third_party/re2/util/sparse_set.h         memmove(a, dense_, size_*sizeof a[0]);
memmove          20027 third_party/sqlite/amalgamation/sqlite3.c       memmove(pMem->z, &pMem->z[2], pMem->n);
memmove          124831 third_party/sqlite/amalgamation/sqlite3.c   memmove(pDst, pSrc, nByte);
memmove           606 third_party/sqlite/src/ext/fts1/fts1.c     memmove(pTarget+nSource, pTarget+nTarget, docListEnd(d)-(pTarget+nTarget));
memmove           614 third_party/sqlite/src/ext/fts1/fts1.c     memmove(pTarget+nSource, pTarget+nTarget, docListEnd(d)-(pTarget+nTarget));
memmove           311 third_party/sqlite/src/ext/fts1/fulltext.c     memmove(p, reader.p, docListEnd(d) - reader.p);
memmove           324 third_party/sqlite/src/ext/fts1/fulltext.c     memmove(p+pUpdate->nData, p, docListEnd(d) - p);
memmove          5060 third_party/sqlite/src/ext/fts2/fts2.c     memmove(pWriter->data.pData+iDoclistData+nActual,
memmove           574 third_party/sqlite/src/ext/rtree/rtree.c   memmove(pDst, pSrc, nByte);
memmove           368 third_party/sqlite/src/src/utf.c       memmove(pMem->z, &pMem->z[2], pMem->n);
memmove           587 third_party/talloc/libreplace/replace.c 			memmove(&environ[i], &environ[i+1], (count-i)*sizeof(char *));
memmove           354 third_party/tcmalloc/chromium/src/base/sysinfo.cc       memmove(line, line + oldlinelen+1, sizeof(line) - (oldlinelen+1));
memmove           841 third_party/tcmalloc/chromium/src/base/sysinfo.cc       memmove(ibuf_, stext_, count);
memmove           416 third_party/tcmalloc/chromium/src/heap-profile-table.cc   memmove(map_start, buf, map_length);
memmove           442 third_party/tcmalloc/chromium/src/heap-profile-table.cc   memmove(buf + bucket_length, map_start, map_length);  // close the gap
memmove           339 third_party/tcmalloc/vendor/src/base/sysinfo.cc       memmove(line, line + oldlinelen+1, sizeof(line) - (oldlinelen+1));
memmove           685 third_party/tcmalloc/vendor/src/base/sysinfo.cc       memmove(ibuf_, stext_, count);
memmove           428 third_party/tcmalloc/vendor/src/heap-profile-table.cc   memmove(map_start, buf, map_length);
memmove           451 third_party/tcmalloc/vendor/src/heap-profile-table.cc   memmove(buf + bucket_length, map_start, map_length);  // close the gap
memmove           836 third_party/wtl/include/atlapp.h 			memmove(pDest, pSrc, cbSrc);
memmove           189 ui/gfx/blit.cc       memmove(bitmap.getAddr32(dest_rect.x(), dest_rect.y() + y),