Home
last modified time | relevance | path

Searched refs:UsageStackAllocated (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/lib/drivers/hidparser/
H A Dparser.c745 ParserContext->LocalItemState.UsageStackAllocated = 10; in HidParser_ParseReportDescriptor()
746 …eStack = (PUSAGE_VALUE)AllocFunction(ParserContext->LocalItemState.UsageStackAllocated * sizeof(US… in HidParser_ParseReportDescriptor()
955 Index = ParserContext->LocalItemState.UsageStackAllocated; in HidParser_ParseReportDescriptor()
967 ParserContext->LocalItemState.UsageStackAllocated = Index; in HidParser_ParseReportDescriptor()
1088 …(ParserContext->LocalItemState.UsageStackUsed >= ParserContext->LocalItemState.UsageStackAllocated) in HidParser_ParseReportDescriptor()
1093 ParserContext->LocalItemState.UsageStackAllocated += 10; in HidParser_ParseReportDescriptor()
1098 …USAGE_VALUE)AllocFunction(sizeof(USAGE_VALUE) * ParserContext->LocalItemState.UsageStackAllocated); in HidParser_ParseReportDescriptor()
1104 …mState.UsageStack, sizeof(USAGE_VALUE) * (ParserContext->LocalItemState.UsageStackAllocated - 10)); in HidParser_ParseReportDescriptor()
H A Dparser.h165 ULONG UsageStackAllocated; member