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 D | winternl.h | 941 #define RtlFillMemory(Destination,Length,Fill) memset((Destination),(Fill),(Length)) macro
|
H A D | winnt.h | 5852 #define RtlFillMemory(Destination,Length,Fill) memset((Destination),(Fill),(Length)) macro
|
H A D | winbase.h | 89 #define FillMemory RtlFillMemory
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
H A D | winternl.h | 941 #define RtlFillMemory(Destination,Length,Fill) memset((Destination),(Fill),(Length)) macro
|
H A D | winnt.h | 5852 #define RtlFillMemory(Destination,Length,Fill) memset((Destination),(Fill),(Length)) macro
|
H A D | winbase.h | 89 #define FillMemory RtlFillMemory
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ddk/ |
H A D | ndis.h | 3800 RtlFillMemory(Destination, Length, Fill)
|
H A D | wdm.h | 8335 * RtlFillMemory( 8340 #define RtlFillMemory(Destination, Length, Fill) \ macro 8343 #define RtlFillBytes RtlFillMemory
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
H A D | ndis.h | 3800 RtlFillMemory(Destination, Length, Fill)
|
H A D | wdm.h | 8335 * RtlFillMemory( 8340 #define RtlFillMemory(Destination, Length, Fill) \ macro 8343 #define RtlFillBytes RtlFillMemory
|
Completed in 1110 milliseconds