Searched refs:SkipBytes (Results 1 – 10 of 10) sorted by relevance
/reactos/modules/rostests/kmtests/ntos_mm/ |
H A D | MmMdl.c | 18 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 D | MmReservedMapping.c | 62 _In_ PHYSICAL_ADDRESS SkipBytes,
|
/reactos/ntoskrnl/mm/ARM3/ |
H A D | ncache.c | 29 PHYSICAL_ADDRESS LowAddress, HighAddress, SkipBytes; in MmAllocateNonCachedMemory() local 48 SkipBytes.QuadPart = 0; in MmAllocateNonCachedMemory() 56 SkipBytes, in MmAllocateNonCachedMemory()
|
H A D | mdlsup.c | 491 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 D | miarm.h | 2039 IN PHYSICAL_ADDRESS SkipBytes,
|
/reactos/base/applications/cmdutils/more/ |
H A D | more.c | 505 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 D | freelist.c | 184 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 D | CFindFolder.cpp | 204 OUT PDWORD SkipBytes OPTIONAL) in IsDataUnicode() 313 if (SkipBytes) in IsDataUnicode() 314 *SkipBytes = dwPos; in IsDataUnicode()
|
/reactos/sdk/include/xdk/ |
H A D | mmfuncs.h | 227 _In_ PHYSICAL_ADDRESS SkipBytes, 749 _In_ PHYSICAL_ADDRESS SkipBytes,
|
/reactos/modules/rostests/winetests/fusion/ |
H A D | asmcache.c | 191 DWORD SkipBytes; member
|