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

/freebsd-10.0-release/sys/contrib/dev/acpica/components/resources/
H A Drsmisc.c90 UINT16 ItemCount = 0; local
174 ItemCount = ACPI_GET8 (Source);
175 ACPI_SET8 (Destination, ItemCount);
178 (Info->Value * (ItemCount - 1));
183 ItemCount = AmlResourceLength;
184 ACPI_SET16 (Destination, ItemCount);
187 (Info->Value * (ItemCount - 1));
193 ItemCount = ACPI_GET16 (Target) - ACPI_GET16 (Source);
195 Resource->Length = Resource->Length + ItemCount;
196 ItemCount
480 UINT16 ItemCount = 0; local
[all...]
H A Drsutils.c141 * ItemCount - How many items to move
156 UINT16 ItemCount,
167 for (i = 0; i < ItemCount; i++)
180 ACPI_MEMCPY (Destination, Source, ItemCount);
153 AcpiRsMoveData( void *Destination, void *Source, UINT16 ItemCount, UINT8 MoveType) argument
/freebsd-10.0-release/contrib/ncurses/menu/
H A Dm_global.c177 unsigned int ItemCount = 0; local
198 (*item)->index = ItemCount++;
206 if (ItemCount != 0)
209 menu->nitems = ItemCount;
/freebsd-10.0-release/sys/contrib/dev/acpica/include/
H A Dacresrc.h314 UINT16 ItemCount,

Completed in 84 milliseconds