Home | History | Annotate | Download | only in include

Lines Matching defs:memcpy

7320       return memcpy(dst,src,size);
7322 #define memcpy memcpy_inline
7328 #define RtlCopyMemory(Destination,Source,Length) memcpy((Destination),(Source),(Length))