HomeSort by relevance Sort by last modified time
    Searched refs:memmove (Results 76 - 100 of 1044) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/pdfium/third_party/lcms/src/
cmsmd5.c 194 memmove(p, buf, len);
198 memmove(p, buf, t);
207 memmove(ctx->in, buf, 64);
214 memmove(ctx->in, buf, len);
250 memmove(ProfileID ->ID8, ctx->buf, 16);
275 memmove(&Keep, Icc, sizeof(_cmsICCPROFILE));
303 memmove(Icc, &Keep, sizeof(_cmsICCPROFILE));
314 memmove(Icc, &Keep, sizeof(_cmsICCPROFILE));
  /external/python/cpython2/Lib/ctypes/test/
test_memfunctions.py 23 result = memmove(a, p, len(p))
68 result = memmove(a, p, len(p) * sizeof(c_wchar))
  /external/python/cpython3/Lib/ctypes/test/
test_memfunctions.py 24 result = memmove(a, p, len(p))
70 result = memmove(a, p, len(p) * sizeof(c_wchar))
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
audio_decoder_g722.cc 93 memmove(&decoded[2 * k - ret + 2], &decoded[2 * k - ret + 1],
132 memmove(&encoded_deinterleaved[i + 1], &encoded_deinterleaved[i + 2],
  /external/webrtc/webrtc/modules/audio_processing/vad/
pole_zero_filter.cc 98 memmove(past_input_, &past_input_[num_input_samples],
100 memmove(past_output_, &past_output_[num_input_samples],
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_memfunctions.py 21 result = memmove(a, p, len(p))
70 result = memmove(a, p, len(p) * sizeof(c_wchar))
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_memfunctions.py 21 result = memmove(a, p, len(p))
70 result = memmove(a, p, len(p) * sizeof(c_wchar))
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue6506.go 25 C.memmove(nil, nil, x)
  /prebuilts/go/linux-x86/misc/cgo/test/
issue6506.go 25 C.memmove(nil, nil, x)
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
cdata.swg 71 void memmove(void *data, const char *s); */
72 void memmove(void *data, const void *indata, size_t inlen);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_memfunctions.py 21 result = memmove(a, p, len(p))
70 result = memmove(a, p, len(p) * sizeof(c_wchar))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_memfunctions.py 21 result = memmove(a, p, len(p))
70 result = memmove(a, p, len(p) * sizeof(c_wchar))
  /art/runtime/
memory_region.cc 29 memmove(reinterpret_cast<void*>(begin() + offset), from.pointer(), from.size());
  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
mem.c 59 void *memmove(void *dst, const void *src, size_t len) function
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/
libfdt_env.h 54 static inline void *memmove(void *dest, const void *src, size_t n) { function
  /device/linaro/bootloader/edk2/StdLib/LibC/String/
Copying.c 43 /** The memmove function copies n characters from the object pointed to by s2
52 memmove can be identical to memcpy.
54 @return The memmove function returns the value of s1.
57 memmove(void *s1, const void *s2, size_t n) function
  /external/capstone/
utils.c 74 return (char *)memmove(new, str, len);
  /external/compiler-rt/test/msan/
chained_origin_limits.cc 90 memmove(buf, p + 1, end - p - 1);
  /external/deqp/framework/delibs/debase/
deMemory.h 77 return memmove(dst, src, numBytes);
  /external/elfutils/libelf/
elf32_xlatetof.c 95 memmove (dest->d_buf, src->d_buf, src->d_size);
elf32_xlatetom.c 100 memmove (dest->d_buf, src->d_buf, src->d_size);
  /external/freetype/include/freetype/config/
ftstdlib.h 83 #define ft_memmove memmove
  /external/harfbuzz_ng/src/
hb-shaper.cc 89 memmove (&shapers[i + 1], &shapers[i], sizeof (shapers[i]) * (j - i));
  /external/libchrome/base/strings/
string16.cc 54 return static_cast<char16*>(memmove(s1, s2, n * sizeof(char16)));
  /external/ltp/utils/sctp/lib/
addrs.c 82 memmove(getaddrs, getaddrs + 1, len);

Completed in 722 milliseconds

1 2 34 5 6 7 8 91011>>