Home
last modified time | relevance | path

Searched refs:DbgCompareMemory (Results 1 – 4 of 4) sorted by relevance

/reactos/drivers/filesystems/udfs/
H A Dudf_dbg.h201 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 Dudfinit.cpp681 DbgCompareMemory(&Buffer->FileSystemName[0],name , sizeof(name)) == sizeof(name)) in UDFDismountDevice()
/reactos/drivers/filesystems/udfs/Include/
H A Denv_spec_w32.h330 #define DbgCompareMemory RtlCompareMemory macro
H A Dwcache_lib.cpp1024 mod = (DbgCompareMemory(tmp_buff2, tmp_buff, PS) != PS); in WCacheUpdatePacket()
1127 mod = (DbgCompareMemory(tmp_buff2 + (i << BSh), in WCacheUpdatePacket()