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

<<11121314151617181920>>

  /external/valgrind/main/coregrind/
m_xarray.c 321 VG_(memmove)( ((char*)xa->arr) + (n+0) * xa->elemSzB,
  /external/webkit/Source/WebCore/plugins/
PluginStream.cpp 379 memmove(m_deliveryData->data(), m_deliveryData->data() + totalBytesDelivered, remainingBytes);
  /external/zlib/src/examples/
gzappend.c 146 memmove(list + 1, list, len - 1);
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder2.cpp 529 memmove(mInputFrame,
  /ndk/sources/cxx-stl/llvm-libc++/src/support/android/
wchar_support.c 373 return (wchar_t* )memmove((char*)d,
  /ndk/sources/host-tools/make-3.81/
make.h 257 # define bcopy(s, d, n) memmove ((d), (s), (n))
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.c 634 memmove (pstr->wcs, pstr->wcs + offset,
636 memmove (pstr->mbs, pstr->mbs + offset, pstr->valid_len - offset);
678 memmove (pstr->wcs, pstr->wcs + offset,
682 memmove (pstr->mbs, pstr->mbs + offset,
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-rxspencer.c 60 memmove (p + 2, p + 7, end - p - 7);
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
vp_motionmodel.c 36 #include <string.h> /* memmove */
304 /* Use memmove rather than memcpy because it handles overlapping memory
306 memmove(dst, src, sizeof(VP_MOTION));
  /packages/apps/Gallery2/jni_mosaic/feature_stab/src/dbreg/
vp_motionmodel.c 36 #include <string.h> /* memmove */
304 /* Use memmove rather than memcpy because it handles overlapping memory
306 memmove(dst, src, sizeof(VP_MOTION));
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
vp_motionmodel.c 36 #include <string.h> /* memmove */
304 /* Use memmove rather than memcpy because it handles overlapping memory
306 memmove(dst, src, sizeof(VP_MOTION));
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 374 #define SDL_memmove memmove
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 374 #define SDL_memmove memmove
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 374 #define SDL_memmove memmove
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.cpp 401 memmove(texrec, texrec + 1,
  /system/core/logwrapper/
logwrap.c 372 memmove(buffer, &buffer[a], b);
  /bionic/libc/arch-mips/string/
memcpy.S 70 * rely on such usage. We call memmove to handle such cases.
78 la t9,memmove
  /bionic/tests/
string_test.cpp 640 TEST(string, memmove) {
655 ASSERT_TRUE(memmove(state.ptr2 + pos, state.ptr2, state.len[i]) == state.ptr2 + pos);
  /bootable/recovery/minzip/
Zip.c 319 memmove(pArchive->pEntries + target + 1,
822 memmove(bec->buffer, data, dataLen);
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc 414 memmove(m_rbuf, m_rbuf + read, sizeof(m_rbuf) - read/*m_rlen*/);
692 memmove(m_sbuf, m_sbuf + nAcked, m_slen);
  /external/grub/stage2/
disk_io.c 243 memmove ((char *) BUFFERADDR,
350 memmove ((char *) SCRATCHADDR, buf, SECTOR_SIZE);
    [all...]
  /external/icu4c/extra/uconv/
uconv.cpp 848 memmove(fromoffsets, fromoffsets + 1, ulen * 4);
905 memmove(fromoffsets + 1, fromoffsets, ulen * 4);
    [all...]
  /external/llvm/autoconf/m4/
ltdl.m4 89 AC_CHECK_FUNCS([memmove strcmp])
  /external/llvm/projects/sample/autoconf/m4/
ltdl.m4 89 AC_CHECK_FUNCS([memmove strcmp])
  /external/opencv/cxcore/src/
cxdatastructs.cpp     [all...]

Completed in 5206 milliseconds

<<11121314151617181920>>