Home
last modified time | relevance | path

Searched refs:Is64BitSystem (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rostests/apitests/ntdll/
H A DNtReadFile.c12 Is64BitSystem(VOID) in Is64BitSystem() function
38 return Is64BitSystem() ? 48 : 28; in SizeOfMdl()
55 trace("System is %d bits, Size of MDL: %lu\n", Is64BitSystem() ? 64 : 32, SizeOfMdl()); in START_TEST()
H A DNtWriteFile.c12 Is64BitSystem(VOID) in Is64BitSystem() function
38 return Is64BitSystem() ? 48 : 28; in SizeOfMdl()
73 trace("System is %d bits, Size of MDL: %lu\n", Is64BitSystem() ? 64 : 32, SizeOfMdl()); in START_TEST()