Home
last modified time | relevance | path

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/
Dwinternl.h954 #define RtlFillMemory(Destination,Length,Fill) memset((Destination),(Fill),(Length)) macro
Dwinnt.h7759 #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/
Dwdm.h8344 #define RtlFillMemory(Destination, Length, Fill) \ macro