Searched defs:RtlFillMemory (Results 1 - 4 of 4) 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 Dwinnt.h5126 #define RtlFillMemory(Destination, Length, Fill) memset((Destination),(Fill),(Length)) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinternl.h2549 #define RtlFillMemory(Destination,Length,Fill) memset((Destination),(Fill),(Length)) macro
H A Dwinnt.h5244 #define RtlFillMemory(Destination, Length, Fill) memset((Destination),(Fill),(Length)) macro

Completed in 123 milliseconds