Searched defs:RtlMoveMemory (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinternl.h2610 #define RtlMoveMemory(Destination,Source,Length) memmove((Destination),(Source),(Length)) macro
H A Dwinnt.h5124 #define RtlMoveMemory(Destination, Source, Length) memmove((Destination),(Source),(Length)) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinternl.h2550 #define RtlMoveMemory(Destination,Source,Length) memmove((Destination),(Source),(Length)) macro
H A Dwinnt.h5242 #define RtlMoveMemory(Destination, Source, Length) memmove((Destination),(Source),(Length)) macro

Completed in 181 milliseconds