HomeSort by relevance Sort by last modified time
    Searched refs:memmove (Results 251 - 275 of 895) sorted by null

<<11121314151617181920>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/
vpx_mem.h 114 # define memmove vpx_memmove macro
161 # define vpx_memmove memmove
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/include/ssp/
string.h 44 #undef memmove macro
67 #define memmove(dest, src, len) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
string3.h 31 # undef memmove macro
56 __NTH (memmove (void *__restrict __dest, __const void *__restrict __src, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/ssp/
string.h 44 #undef memmove macro
67 #define memmove(dest, src, len) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
string3.h 31 # undef memmove macro
56 __NTH (memmove (void *__restrict __dest, __const void *__restrict __src, function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ssp/
string.h 44 #undef memmove macro
67 #define memmove(dest, src, len) \ macro
  /prebuilts/misc/common/swig/include/2.0.11/
cdata.i 80 void memmove(void *data, const char *s); */
81 void memmove(void *data, const void *indata, int inlen);
  /bionic/libc/upstream-openbsd/lib/libc/string/
bcopy.c 48 * (the portable versions of) bcopy, memcpy, and memmove.
54 #ifdef MEMMOVE
56 memmove(void *dst0, const void *src0, size_t length)
123 #if defined(MEMCOPY) || defined(MEMMOVE)
  /external/aac/libSYS/src/linux/
genericStds_linux.cpp 128 memmove(dest, src, size);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
inet_pton.c 123 memmove(result + kIpv6AddressSize - move_size,
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_line_reader.cpp 72 ::memmove(buff_, buff_ + line_start_, buff_size_ - line_start_);
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
sunos4.h 80 #define memmove(to,from,len) bcopy((char*)(from),(char*)(to),len) macro
  /external/chromium_org/third_party/skia/experimental/Intersection/
DataTypes.cpp 88 memmove(&str[idx + 2], &str[idx + 1], len - idx);
  /external/chromium_org/third_party/webrtc/common_audio/
fir_filter_sse.cc 77 memmove(state_.get(), &state_[length], state_length_ * sizeof(state_[0]));
  /external/lzma/CPP/7zip/Common/
OutBuffer.cpp 64 memmove(_buffer2, _buffer + _streamPos, size);
  /external/skia/experimental/Intersection/
DataTypes.cpp 88 memmove(&str[idx + 2], &str[idx + 1], len - idx);
  /external/speex/libspeex/
os_support.h 101 #define SPEEX_MOVE(dst, src, n) (memmove((dst), (src), (n)*sizeof(*(dst)) + 0*((dst)-(src)) ))
  /external/stlport/test/unit/
cstring_test.cpp 47 CPPUNIT_CHECK( std::memmove(buf1, buf2, 0) != NULL );
  /ndk/sources/android/crazy_linker/src/
crazy_linker_line_reader.cpp 72 ::memmove(buff_, buff_ + line_start_, buff_size_ - line_start_);
  /ndk/tests/device/test-gnustl-full/unit/
cstring_test.cpp 47 CPPUNIT_CHECK( std::memmove(buf1, buf2, 0) != NULL );
  /ndk/tests/device/test-stlport/unit/
cstring_test.cpp 47 CPPUNIT_CHECK( std::memmove(buf1, buf2, 0) != NULL );
  /external/chromium_org/third_party/icu/source/test/cintltst/
nfsprep.c 118 memmove(dest, b3, reqLength);
260 memmove(dest, p, pLen);
264 memmove(dest+pLen, s, sLen);
  /external/clang/test/SemaCXX/
warn-memsize-comparison.cpp 6 extern "C" void *memmove(void *s1, const void *s2, size_t n);
25 if (memmove(b1, b2, sizeof(b1) == 0)) {} // \
26 expected-warning{{size argument in 'memmove' call is a comparison}} \
29 if (memmove(b1, b2, sizeof(b1)) == 0) {}
  /external/icu/icu4c/source/test/cintltst/
nfsprep.c 118 memmove(dest, b3, reqLength);
260 memmove(dest, p, pLen);
264 memmove(dest+pLen, s, sLen);
  /external/llvm/include/llvm/IR/
IntrinsicInst.h 116 /// MemIntrinsic - This is the common base class for memset/memcpy/memmove.
182 case Intrinsic::memmove:
218 /// MemTransferInst - This class wraps the llvm.memcpy/memmove intrinsics.
246 I->getIntrinsicID() == Intrinsic::memmove;
267 /// MemMoveInst - This class wraps the llvm.memmove intrinsic.
273 return I->getIntrinsicID() == Intrinsic::memmove;

Completed in 895 milliseconds

<<11121314151617181920>>