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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dminwinbase.h10 #define FillMemory RtlFillMemory
H A Dwinternl.h940 #define RtlFillMemory(Destination,Length,Fill) memset((Destination),(Fill),(Length)) macro
H A Dwinnt.h7329 #define RtlFillMemory(Destination,Length,Fill) memset((Destination),(Fill),(Length)) macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dminwinbase.h10 #define FillMemory RtlFillMemory
H A Dwinternl.h940 #define RtlFillMemory(Destination,Length,Fill) memset((Destination),(Fill),(Length)) macro
H A Dwinnt.h7329 #define RtlFillMemory(Destination,Length,Fill) memset((Destination),(Fill),(Length)) macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ddk/
H A Dndis.h3808 RtlFillMemory(Destination, Length, Fill)
H A Dwdm.h8339 * RtlFillMemory(
8344 #define RtlFillMemory(Destination, Length, Fill) \ macro
8347 #define RtlFillBytes RtlFillMemory
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
H A Dndis.h3808 RtlFillMemory(Destination, Length, Fill)
H A Dwdm.h8339 * RtlFillMemory(
8344 #define RtlFillMemory(Destination, Length, Fill) \ macro
8347 #define RtlFillBytes RtlFillMemory

Completed in 476 milliseconds