/reactos/dll/win32/rpcrt4/ |
H A D | ndr_marshall.c | 628 max_count = pStubMsg->MaxCount; in ComputeConformanceOrVariance() 629 pStubMsg->MaxCount = old_max_count; in ComputeConformanceOrVariance() 2128 pStubMsg->MaxCount = def; in array_read_conformance() 3655 max_count = pStubMsg->MaxCount; in NdrComplexStructMarshall() 3664 pStubMsg->MaxCount = max_count; in NdrComplexStructMarshall() 3739 max_count = pStubMsg->MaxCount; in NdrComplexStructUnmarshall() 3753 pStubMsg->MaxCount = max_count; in NdrComplexStructUnmarshall() 3827 max_count = pStubMsg->MaxCount; in NdrComplexStructBufferSize() 3836 pStubMsg->MaxCount = max_count; in NdrComplexStructBufferSize() 3882 max_count = pStubMsg->MaxCount; in NdrComplexStructMemorySize() [all …]
|
H A D | ndr_misc.h | 39 return ComputeConformanceOrVariance(pStubMsg, pMemory, pFormat, def, &pStubMsg->MaxCount); in ComputeConformance()
|
H A D | ndr_stubless.c | 175 size *= pStubMsg->MaxCount; in calc_arg_size() 187 TRACE("conformance = %ld\n", pStubMsg->MaxCount); in calc_arg_size() 188 pFormat = ComputeVariance(pStubMsg, NULL, pFormat, pStubMsg->MaxCount); in calc_arg_size() 190 size *= pStubMsg->MaxCount; in calc_arg_size() 210 pStubMsg->MaxCount = 0; in calc_arg_size() 211 size *= pStubMsg->MaxCount; in calc_arg_size()
|
H A D | ndr_ole.c | 296 riid = (const IID *)pStubMsg->MaxCount; in get_ip_iid() 315 pStubMsg->MaxCount = 0; in NdrInterfacePointerMarshall()
|
/reactos/dll/directx/msvidctl/ |
H A D | tuningspace_container.cpp | 54 HRESULT STDMETHODCALLTYPE get_MaxCount(long *MaxCount); 55 HRESULT STDMETHODCALLTYPE put_MaxCount(long MaxCount); 228 CTuningSpaceContainer::get_MaxCount(long *MaxCount) in get_MaxCount() argument 236 CTuningSpaceContainer::put_MaxCount(long MaxCount) in put_MaxCount() argument
|
/reactos/base/system/diskpart/ |
H A D | clean.c | 32 LARGE_INTEGER Offset, Count, MaxCount; in clean_main() local 157 …MaxCount.QuadPart = (CurrentDisk->SectorCount.QuadPart * CurrentDisk->BytesPerSector) / (1024 * 10… in clean_main() 158 for (Count.QuadPart = 0; Count.QuadPart < MaxCount.QuadPart; Count.QuadPart++) in clean_main()
|
/reactos/drivers/bus/acpi/acpica/include/ |
H A D | actbl3.h | 705 UINT32 MaxCount; /* Maximum counter value supported */ member 783 UINT16 MaxCount; /* Maximum counter value supported */ member 828 UINT16 MaxCount; /* Maximum counter value supported */ member
|
H A D | acdebug.h | 81 UINT32 MaxCount; member
|
/reactos/boot/environ/lib/mm/i386/ |
H A D | mmx86.c | 581 _In_opt_ ULONG MaxCount in MmMdDbgDumpList() argument 589 if (MaxCount == 0) in MmMdDbgDumpList() 591 MaxCount = 0xFFFFFFFF; in MmMdDbgDumpList() 596 while ((NextEntry != DescriptorList->First) && (MaxCount--)) in MmMdDbgDumpList()
|
/reactos/modules/rostests/winetests/rpcrt4/ |
H A D | generated.c | 617 TEST_FIELD_SIZE (MIDL_STUB_MESSAGE, MaxCount, 8) in test_pack_MIDL_STUB_MESSAGE() 618 TEST_FIELD_ALIGN (MIDL_STUB_MESSAGE, MaxCount, 8) in test_pack_MIDL_STUB_MESSAGE() 619 TEST_FIELD_OFFSET(MIDL_STUB_MESSAGE, MaxCount, 104) in test_pack_MIDL_STUB_MESSAGE() 1466 TEST_FIELD_SIZE (MIDL_STUB_MESSAGE, MaxCount, 4) in test_pack_MIDL_STUB_MESSAGE() 1467 TEST_FIELD_ALIGN (MIDL_STUB_MESSAGE, MaxCount, 4) in test_pack_MIDL_STUB_MESSAGE() 1468 TEST_FIELD_OFFSET(MIDL_STUB_MESSAGE, MaxCount, 60) in test_pack_MIDL_STUB_MESSAGE()
|
H A D | ndr_marshall.c | 1702 TEST_ULONG_PTR_UNSET(MaxCount); in test_common_stub_data()
|
/reactos/boot/freeldr/freeldr/lib/mm/ |
H A D | meminit.c | 104 IN ULONG MaxCount, in AddMemoryDescriptor() argument 194 if (DescriptCount >= MaxCount) in AddMemoryDescriptor()
|
/reactos/sdk/include/reactos/drivers/acpi/ |
H A D | acpi.h | 239 USHORT MaxCount; member
|
/reactos/boot/freeldr/freeldr/arch/uefi/ |
H A D | uefimem.c | 23 _In_ ULONG MaxCount,
|
/reactos/boot/freeldr/freeldr/arch/i386/pc/ |
H A D | pcmem.c | 46 IN ULONG MaxCount,
|
/reactos/sdk/include/psdk/ |
H A D | d3dukmdt.h | 1695 UINT MaxCount; // in: Max count of the semaphore. member 1786 UINT MaxCount; // in: Max count of the semaphore. member
|
H A D | tuner.idl | 118 [out] long *MaxCount); 121 [in] long MaxCount);
|
H A D | rpcndr.h | 221 ULONG_PTR MaxCount; member
|
H A D | windns.h | 184 DWORD MaxCount; member
|
/reactos/ntoskrnl/ex/ |
H A D | sysinfo.c | 2158 ULONG MaxCount, Remaining; in QSI_DEF() local 2178 Remaining = MaxCount = Size / sizeof(SYSTEM_LOOKASIDE_INFORMATION); in QSI_DEF() 2239 *ReqSize = (MaxCount - Remaining) * sizeof(SYSTEM_LOOKASIDE_INFORMATION); in QSI_DEF()
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | freetype.c | 3637 LONG MaxCount, in GetFontFamilyInfoForList() argument 3684 if (0 <= Count && Count < MaxCount) in GetFontFamilyInfoForList() 3700 LONG MaxCount) in GetFontFamilyInfoForSubstitutes() argument 3737 GetFontFamilyInfoForList(&lf, Info, pFromW->Buffer, pCount, MaxCount, &g_FontListHead); in GetFontFamilyInfoForSubstitutes() 3741 GetFontFamilyInfoForList(&lf, Info, pFromW->Buffer, pCount, MaxCount, in GetFontFamilyInfoForSubstitutes()
|
/reactos/boot/environ/include/ |
H A D | bl.h | 2124 _In_opt_ ULONG MaxCount
|