Searched refs:DbgCompareMemory (Results 1 – 4 of 4) sorted by relevance
/reactos/drivers/filesystems/udfs/ |
H A D | udf_dbg.h | 201 DbgCompareMemory(PVOID d, PVOID s, ULONG l) { in DbgCompareMemory() function 214 #define DbgCompareMemory(d, s, l) RtlCompareMemory(d, s, l) macro 265 #define DbgCompareMemory(d, s, l) RtlCompareMemory(d, s, l) macro
|
H A D | udfinit.cpp | 681 DbgCompareMemory(&Buffer->FileSystemName[0],name , sizeof(name)) == sizeof(name)) in UDFDismountDevice()
|
/reactos/drivers/filesystems/udfs/Include/ |
H A D | env_spec_w32.h | 330 #define DbgCompareMemory RtlCompareMemory macro
|
H A D | wcache_lib.cpp | 1024 mod = (DbgCompareMemory(tmp_buff2, tmp_buff, PS) != PS); in WCacheUpdatePacket() 1127 mod = (DbgCompareMemory(tmp_buff2 + (i << BSh), in WCacheUpdatePacket()
|