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/ |
D | winternl.h | 953 #define RtlMoveMemory(Destination,Source,Length) memmove((Destination),(Source),(Length)) macro
|
D | winnt.h | 7757 #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/ |
D | wdm.h | 8375 #define RtlMoveMemory(Destination, Source, Length) \ macro
|