HomeSort by relevance Sort by last modified time
    Searched refs:memmove (Results 276 - 300 of 557) sorted by null

<<11121314151617181920>>

  /external/libogg/src/
framing.c 322 memmove(os->body_data,os->body_data+os->body_returned,
491 memmove(os->lacing_vals,os->lacing_vals+vals,os->lacing_fill*sizeof(*os->lacing_vals));
492 memmove(os->granule_vals,os->granule_vals+vals,os->lacing_fill*sizeof(*os->granule_vals));
594 memmove(oy->data,oy->data+oy->returned,oy->fill);
793 memmove(os->body_data,os->body_data+br,os->body_fill);
800 memmove(os->lacing_vals,os->lacing_vals+lr,
802 memmove(os->granule_vals,os->granule_vals+lr,
    [all...]
  /external/valgrind/main/memcheck/tests/
str_tester.c     [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_AudioMixing.c     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
vec.h 82 into the removed slot, rather than invoke a memmove operation. The
411 removed object. This is an O(N) operation due to a memmove. */
432 This is an O(N) operation due to memmove. */
699 memmove (slot_ + 1, slot_, (vec_->num++ - ix_) * sizeof (T)); \
714 memmove (slot_, slot_ + 1, (--vec_->num - ix_) * sizeof (T)); \
741 memmove (slot_, slot_ + len_, (vec_->num - ix_) * sizeof (T)); \
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vec.h 82 into the removed slot, rather than invoke a memmove operation. The
411 removed object. This is an O(N) operation due to a memmove. */
432 This is an O(N) operation due to memmove. */
699 memmove (slot_ + 1, slot_, (vec_->num++ - ix_) * sizeof (T)); \
714 memmove (slot_, slot_ + 1, (--vec_->num - ix_) * sizeof (T)); \
741 memmove (slot_, slot_ + len_, (vec_->num - ix_) * sizeof (T)); \
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
vec.h 82 into the removed slot, rather than invoke a memmove operation. The
411 removed object. This is an O(N) operation due to a memmove. */
432 This is an O(N) operation due to memmove. */
699 memmove (slot_ + 1, slot_, (vec_->num++ - ix_) * sizeof (T)); \
714 memmove (slot_, slot_ + 1, (--vec_->num - ix_) * sizeof (T)); \
741 memmove (slot_, slot_ + len_, (vec_->num - ix_) * sizeof (T)); \
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vec.h 82 into the removed slot, rather than invoke a memmove operation. The
411 removed object. This is an O(N) operation due to a memmove. */
432 This is an O(N) operation due to memmove. */
699 memmove (slot_ + 1, slot_, (vec_->num++ - ix_) * sizeof (T)); \
714 memmove (slot_, slot_ + 1, (--vec_->num - ix_) * sizeof (T)); \
741 memmove (slot_, slot_ + len_, (vec_->num - ix_) * sizeof (T)); \
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /external/chromium/third_party/libjingle/source/talk/base/
httpbase.cc 572 memmove(buffer_, buffer_ + processed, len_);
701 memmove(buffer_, buffer_ + written, len_);
  /external/clang/lib/Rewrite/Core/
RewriteRope.cpp 530 memmove(&Children[i+2], &Children[i+1],
604 memmove(&Children[i], &Children[i+1],
  /external/elfutils/src/
strings.c 560 memmove (buf, buf + nb - to_keep, to_keep + nb);
666 memmove (elfmap_base - to_keep,
  /external/grub/stage2/
gunzip.c 810 memmove (slide + w, slide + d, e);
    [all...]
  /external/jhead/
jpgfile.c 933 memmove(Sections+a, Sections+a+1, sizeof(Section_t) * (SectionsRead-a));
981 memmove(Sections+a, Sections+a+1, sizeof(Section_t) * (SectionsRead-a));
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 120 case Intrinsic::memmove:
121 M.getOrInsertFunction("memmove",
470 case Intrinsic::memmove: {
478 ReplaceCallWith("memmove", CI, Ops, Ops+3, CI->getArgOperand(0)->getType());
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 158 case Intrinsic::memmove:
197 // memcpy/memmove/memset.
236 // instructions (memcpy/memmove).
262 case Intrinsic::memmove:
  /external/skia/legacy/src/animator/
SkAnimateActive.cpp 129 memmove(&fSaveRestore[newTotal], &fSaveRestore[saveIndex], oldCount);
132 memmove(&fSaveInterpolators[newTotal],
  /external/skia/src/animator/
SkAnimateActive.cpp 129 memmove(&fSaveRestore[newTotal], &fSaveRestore[saveIndex], oldCount);
132 memmove(&fSaveInterpolators[newTotal],
  /external/valgrind/main/drd/tests/
unit_bitmap.c 51 void* VG_(memmove)(void *d, const void *s, SizeT sz) function
52 { return memmove(d, s, sz); }
  /hardware/libhardware_legacy/wifi/
wifi.c 397 memmove(iptr + mlen, iptr + ilen + 1, nread - (iptr + ilen + 1 - pbuf));
810 memmove(buf, match+1, nread+1);
  /libcore/luni/src/main/native/
libcore_io_Memory.cpp 154 memmove(dstBytes.get() + dstOffset, srcBytes.get() + srcOffset, length);
375 NATIVE_METHOD(Memory, memmove, "(Ljava/lang/Object;ILjava/lang/Object;IJ)V"),
  /system/core/toolbox/
getevent.c 396 memmove(device_names + i, device_names + i + 1, sizeof(device_names[0]) * count);
397 memmove(ufds + i, ufds + i + 1, sizeof(ufds[0]) * count);
  /external/aac/libSYS/src/
genericStds.cpp 337 void FDKmemmove(void *dst, const void *src, const UINT size) { memmove(dst, src, size); }
  /external/chromium/chrome/browser/sessions/
session_backend.cc 166 memmove(&(buffer_[0]), &(buffer_[buffer_position_]), available_count_);
  /external/chromium/net/base/
gzip_filter_unittest.cc 362 memmove(&corrupt_data[pos], &corrupt_data[pos+1], len);
  /external/chromium/third_party/libevent/
buffer.c 256 memmove(buf->orig_buffer, buf->buffer, buf->off);

Completed in 1469 milliseconds

<<11121314151617181920>>