Searched refs:RtlFillMemory (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinternl.h2609 #define RtlFillMemory(Destination,Length,Fill) memset((Destination),(Fill),(Length)) macro
H A Dwinbase.h2560 #define FillMemory RtlFillMemory
H A Dwinnt.h5126 #define RtlFillMemory(Destination, Length, Fill) memset((Destination),(Fill),(Length)) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinnt.h5244 #define RtlFillMemory(Destination, Length, Fill) memset((Destination),(Fill),(Length)) macro
H A Dwinternl.h2549 #define RtlFillMemory(Destination,Length,Fill) memset((Destination),(Fill),(Length)) macro
H A Dwinbase.h2313 #define FillMemory RtlFillMemory

Completed in 306 milliseconds