Home
last modified time | relevance | path

Searched refs:ElementSize (Results 1 – 12 of 12) sorted by relevance

/reactos/boot/environ/lib/misc/
H A Dbcd.c58 _Out_ PULONG ElementSize in BiConvertRegistryDataToElement() argument
626 _Inout_ PULONG ElementSize, in BiEnumerateSubElements() argument
649 RequiredSize = *ElementSize; in BiEnumerateSubElements()
683 *ElementSize = RequiredSize; in BiEnumerateSubElements()
694 _Inout_ PULONG ElementSize, in BiEnumerateSubObjectElements() argument
711 CurrentSize = *ElementSize; in BiEnumerateSubObjectElements()
799 *ElementSize = TotalSize; in BiEnumerateSubObjectElements()
810 _Inout_ PULONG ElementSize, in BiEnumerateElements() argument
1138 *ElementSize = TotalLength; in BiEnumerateElements()
1245 _Inout_ PULONG ElementSize, in BcdEnumerateAndUnpackElements() argument
[all …]
/reactos/sdk/lib/drivers/wdf/shared/inc/private/um/
H A Dfxglobalsum.h78 _In_opt_ size_t ElementSize = 0
87 ElementSize,
/reactos/drivers/bus/acpi/
H A Deval.c121 ULONG ElementSize; in EvalGetElementSize() local
126 &ElementSize); in EvalGetElementSize()
130 TotalPackageLength += ElementSize; in EvalGetElementSize()
222 ULONG ElementSize; in EvalConvertEvaluationResults() local
227 &ElementSize); in EvalConvertEvaluationResults()
231 TotalPackageLength += ElementSize; in EvalConvertEvaluationResults()
/reactos/sdk/include/reactos/libs/fullfat/
H A Dff_file.h94 FF_T_SINT32 FF_Read (FF_FILE *pFile, FF_T_UINT32 ElementSize, FF_T_UINT32 Count, FF_T_UINT8 *buff…
95 FF_T_SINT32 FF_Write (FF_FILE *pFile, FF_T_UINT32 ElementSize, FF_T_UINT32 Count, FF_T_UINT8 *buf…
/reactos/boot/environ/include/
H A Dbcd.h326 _Inout_ PULONG ElementSize,
348 _Inout_ PULONG ElementSize,
/reactos/subsystems/csr/csrsrv/
H A Dapi.c1433 IN ULONG ElementSize) in CsrValidateMessageBuffer() argument
1444 if (!Buffer || ElementSize == 0 || in CsrValidateMessageBuffer()
1445 (ULONGLONG)ElementCount * ElementSize > (ULONGLONG)MAXULONG) in CsrValidateMessageBuffer()
1469 (ElementCount * ElementSize)) in CsrValidateMessageBuffer()
/reactos/sdk/lib/drivers/wdf/shared/inc/private/km/
H A Dfxglobalskm.h567 _In_opt_ size_t ElementSize = 0
593 UNREFERENCED_PARAMETER(ElementSize);
/reactos/drivers/wdm/audio/filters/kmixer/
H A Dpin.c722 void * calloc(size_t Elements, size_t ElementSize) in calloc() argument
725 PUCHAR Block = ExAllocatePool(NonPagedPool, Elements * ElementSize); in calloc()
729 for(Index = 0; Index < Elements * ElementSize; Index++) in calloc()
/reactos/sdk/lib/atl/
H A Datlcoll.h38 _In_ size_t ElementSize in Create() argument
44 ATLASSERT(ElementSize > 0); in Create()
46 size_t BufferSize = sizeof(CAtlPlex) + (MaxElements * ElementSize); in Create()
/reactos/boot/environ/app/bootmgr/
H A Dbootmgr.c51 ULONG ElementSize, ElementCount, i, OptionsSize; in BmGetOptionList() local
70 ElementSize = 0; in BmGetOptionList()
74 &ElementSize, in BmGetOptionList()
89 BcdElements = BlMmAllocateHeap(ElementSize); in BmGetOptionList()
100 &ElementSize, in BmGetOptionList()
/reactos/sdk/include/reactos/subsys/csr/
H A Dcsrsrv.h425 IN ULONG ElementSize);
/reactos/sdk/include/ddk/
H A Dwmidata.h5198 ULONG ElementSize; member
5403 ULONG ElementSize; member
5480 ULONG ElementSize; member