Home
last modified time | relevance | path

Searched refs:RtlLongLongToSIZET (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/include/psdk/
H A Dintsafe.h469 #define RtlLongLongToSIZET RtlLongLongToULongPtr macro
/reactos/ntoskrnl/mm/
H A Dsection.c4509 if (!NT_SUCCESS(RtlLongLongToSIZET(MapSizeLL, ViewSize))) in MmMapViewInSystemSpaceEx()
4534 if (!NT_SUCCESS(RtlLongLongToSIZET(HelperLL, ViewSize))) in MmMapViewInSystemSpaceEx()
/reactos/ntoskrnl/mm/ARM3/
H A Dsection.c1207 || !NT_SUCCESS(RtlLongLongToSIZET(ViewSizeLL, ViewSize)) in MiMapViewOfDataSection()