Searched refs:RtlFillMemory (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | winternl.h | 2609 #define RtlFillMemory(Destination,Length,Fill) memset((Destination),(Fill),(Length)) macro
|
H A D | winbase.h | 2560 #define FillMemory RtlFillMemory
|
H A D | winnt.h | 5126 #define RtlFillMemory(Destination, Length, Fill) memset((Destination),(Fill),(Length)) macro
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | winnt.h | 5244 #define RtlFillMemory(Destination, Length, Fill) memset((Destination),(Fill),(Length)) macro
|
H A D | winternl.h | 2549 #define RtlFillMemory(Destination,Length,Fill) memset((Destination),(Fill),(Length)) macro
|
H A D | winbase.h | 2313 #define FillMemory RtlFillMemory
|
Completed in 306 milliseconds