Home
last modified time | relevance | path

Searched refs:SkipBytes (Results 1 – 10 of 10) sorted by relevance

/reactos/modules/rostests/kmtests/ntos_mm/
H A DMmMdl.c18 PHYSICAL_ADDRESS SkipBytes; in TestMmAllocatePagesForMdl() local
28 SkipBytes.QuadPart = 0; in TestMmAllocatePagesForMdl()
32 SkipBytes, in TestMmAllocatePagesForMdl()
54 SkipBytes, in TestMmAllocatePagesForMdl()
86 SkipBytes, in TestMmAllocatePagesForMdl()
111 SkipBytes, in TestMmAllocatePagesForMdl()
151 SkipBytes, in TestMmAllocatePagesForMdl()
H A DMmReservedMapping.c62 _In_ PHYSICAL_ADDRESS SkipBytes,
/reactos/ntoskrnl/mm/ARM3/
H A Dncache.c29 PHYSICAL_ADDRESS LowAddress, HighAddress, SkipBytes; in MmAllocateNonCachedMemory() local
48 SkipBytes.QuadPart = 0; in MmAllocateNonCachedMemory()
56 SkipBytes, in MmAllocateNonCachedMemory()
H A Dmdlsup.c491 IN PHYSICAL_ADDRESS SkipBytes, in MmAllocatePagesForMdl() argument
499 SkipBytes, in MmAllocatePagesForMdl()
512 IN PHYSICAL_ADDRESS SkipBytes, in MmAllocatePagesForMdlEx() argument
553 SkipBytes, in MmAllocatePagesForMdlEx()
H A Dmiarm.h2039 IN PHYSICAL_ADDRESS SkipBytes,
/reactos/base/applications/cmdutils/more/
H A Dmore.c505 OUT PDWORD SkipBytes OPTIONAL) in IsDataUnicode()
614 if (SkipBytes) in IsDataUnicode()
615 *SkipBytes = dwPos; in IsDataUnicode()
952 DWORD SkipBytes = 0; in wmain() local
1114 IsDataUnicode(FileCacheBuffer, dwReadBytes, &Encoding, &SkipBytes); in wmain()
1115 SetFilePointer(hFile, SkipBytes, NULL, FILE_BEGIN); in wmain()
/reactos/ntoskrnl/mm/
H A Dfreelist.c184 IN PHYSICAL_ADDRESS SkipBytes, in MiAllocatePagesForMdl() argument
196 …g called with %I64x %I64x %I64x %lx %d %lu\n", LowAddress, HighAddress, SkipBytes, TotalBytes, Cac… in MiAllocatePagesForMdl()
212 if (BYTE_OFFSET(SkipBytes.LowPart)) return NULL; in MiAllocatePagesForMdl()
213 SkipPages = (PFN_NUMBER)(SkipBytes.QuadPart >> PAGE_SHIFT); in MiAllocatePagesForMdl()
/reactos/dll/win32/browseui/shellfind/
H A DCFindFolder.cpp204 OUT PDWORD SkipBytes OPTIONAL) in IsDataUnicode()
313 if (SkipBytes) in IsDataUnicode()
314 *SkipBytes = dwPos; in IsDataUnicode()
/reactos/sdk/include/xdk/
H A Dmmfuncs.h227 _In_ PHYSICAL_ADDRESS SkipBytes,
749 _In_ PHYSICAL_ADDRESS SkipBytes,
/reactos/modules/rostests/winetests/fusion/
H A Dasmcache.c191 DWORD SkipBytes; member