Searched defs:RtlEqualMemory (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinnt.h5123 #define RtlEqualMemory(Destination, Source, Length) (!memcmp((Destination),(Source),(Length))) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinnt.h5241 #define RtlEqualMemory(Destination, Source, Length) (!memcmp((Destination),(Source),(Length))) macro

Completed in 93 milliseconds