Searched defs:memmove (Results 1 - 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/
H A DUefiLzma.h42 #define memmove CopyMem macro
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/
H A DUefiLzma.h42 #define memmove CopyMem macro
/device/linaro/bootloader/edk2/StdLib/LibC/String/
H A DCopying.c42 /** The memmove function copies n characters from the object pointed to by s2
51 memmove can be identical to memcpy.
53 @return The memmove function returns the value of s1.
56 memmove(void *s1, const void *s2, size_t n) function
/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
H A Dmem.c83 void *memmove(void *dst, const void *src, size_t len) function
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/
H A Dlibfdt_env.h54 static inline void *memmove(void *dest, const void *src, size_t n) { function
/device/linaro/bootloader/edk2/CryptoPkg/Include/
H A DOpenSslSupport.h196 void *memmove (void *, const void *, size_t);
263 #define memmove(dest,source,count) CopyMem(dest,source,(UINTN)(count)) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
H A Dxmlparse.c76 /* Handle the case where memmove() doesn't exist. */
79 #define memmove(d,s,l) bcopy((s),(d),(l)) macro
81 #error memmove does not exist on this platform, nor is a substitute available
1629 memmove(buffer, &buffer[offset], bufferEnd - bufferPtr + keep);
1634 memmove(buffer, bufferPtr, bufferEnd - bufferPtr);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
H A Dxmlparse.c76 /* Handle the case where memmove() doesn't exist. */
79 #define memmove(d,s,l) bcopy((s),(d),(l)) macro
81 #error memmove does not exist on this platform, nor is a substitute available
1629 memmove(buffer, &buffer[offset], bufferEnd - bufferPtr + keep);
1634 memmove(buffer, bufferPtr, bufferEnd - bufferPtr);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
H A Dxmlparse.c78 /* Handle the case where memmove() doesn't exist. */
81 #define memmove(d,s,l) bcopy((s),(d),(l)) macro
83 #error memmove does not exist on this platform, nor is a substitute available
1705 memmove(buffer, &buffer[offset], bufferEnd - bufferPtr + keep);
1710 memmove(buffer, bufferPtr, bufferEnd - bufferPtr);

Completed in 260 milliseconds