Searched refs:ItemCount (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/contrib/dev/acpica/components/resources/
H A Drsmisc.c88 UINT16 ItemCount = 0; local
172 ItemCount = ACPI_GET8 (Source);
173 ACPI_SET8 (Destination, ItemCount);
176 (Info->Value * (ItemCount - 1));
181 ItemCount = AmlResourceLength;
182 ACPI_SET16 (Destination, ItemCount);
185 (Info->Value * (ItemCount - 1));
191 ItemCount = ACPI_GET16 (Target) - ACPI_GET16 (Source);
193 Resource->Length = Resource->Length + ItemCount;
194 ItemCount
479 UINT16 ItemCount = 0; local
[all...]
H A Drsutils.c138 * ItemCount - How many items to move
153 UINT16 ItemCount,
164 for (i = 0; i < ItemCount; i++)
177 memcpy (Destination, Source, ItemCount);
150 AcpiRsMoveData( void *Destination, void *Source, UINT16 ItemCount, UINT8 MoveType) argument
/freebsd-11.0-release/contrib/ncurses/menu/
H A Dm_global.c177 unsigned int ItemCount = 0; local
198 (*item)->index = (short)ItemCount++;
206 if (ItemCount != 0)
209 menu->nitems = (short)ItemCount;
/freebsd-11.0-release/sys/contrib/dev/acpica/include/
H A Dacresrc.h315 UINT16 ItemCount,

Completed in 58 milliseconds