HomeSort by: relevance | last modified time | path
    Searched refs:ItemCount (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/resources/
rsmisc.c 88 UINT16 ItemCount = 0;
182 ItemCount = ACPI_GET8 (Source);
183 ACPI_SET8 (Destination, ItemCount);
186 (Info->Value * (ItemCount - 1));
191 ItemCount = AmlResourceLength;
192 ACPI_SET16 (Destination, ItemCount);
195 (Info->Value * (ItemCount - 1));
201 ItemCount = ACPI_GET16 (Target) - ACPI_GET16 (Source);
203 Resource->Length = Resource->Length + ItemCount;
204 ItemCount = ItemCount / 2
    [all...]
rsutils.c 138 * ItemCount - How many items to move
153 UINT16 ItemCount,
164 for (i = 0; i < ItemCount; i++)
177 memcpy (Destination, Source, ItemCount);
  /src/external/bsd/pdisk/dist/
DoSCSICommand.h 73 typedef uint32_t ItemCount;
  /src/sys/external/bsd/acpica/dist/include/
acresrc.h 319 UINT16 ItemCount,
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
shlobj.d 1342 HRESULT ItemCount(UINT, int*);

Completed in 34 milliseconds