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

  /src/sys/external/bsd/acpica/dist/common/
dmtbdump1.c 2006 UINT32 GtCount;
2050 GtCount = 0;
2056 GtCount = (ACPI_CAST_PTR (ACPI_GTDT_TIMER_BLOCK,
2091 if (GtCount)
2095 SubtableLength += GtCount * sizeof (ACPI_GTDT_TIMER_ENTRY);
2097 while (GtCount)
2108 GtCount--;
  /src/sys/external/bsd/acpica/dist/compiler/
dttable1.c 1953 UINT32 GtCount;
2042 GtCount = (ACPI_CAST_PTR (ACPI_GTDT_TIMER_BLOCK,
2045 while (GtCount)
2055 GtCount--;

Completed in 19 milliseconds