Home
last modified time | relevance | path

Searched defs:RtlMoveMemory (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.h953 #define RtlMoveMemory(Destination,Source,Length) memmove((Destination),(Source),(Length)) macro
Dwinnt.h7757 #define RtlMoveMemory(Destination,Source,Length) memmove((Destination),(Source),(Length)) macro
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
Dwdm.h8375 #define RtlMoveMemory(Destination, Source, Length) \ macro