Searched defs:RtlFillMemory (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | winternl.h | 954 #define RtlFillMemory(Destination,Length,Fill) memset((Destination),(Fill),(Length)) macro
|
D | winnt.h | 7759 #define RtlFillMemory(Destination,Length,Fill) memset((Destination),(Fill),(Length)) macro
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
D | wdm.h | 8344 #define RtlFillMemory(Destination, Length, Fill) \ macro
|