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

  /src/sys/external/bsd/acpica/dist/common/
dmtbdump1.c 2114 UINT32 GtCount;
2158 GtCount = 0;
2164 GtCount = (ACPI_CAST_PTR (ACPI_GTDT_TIMER_BLOCK,
2199 if (GtCount)
2203 SubtableLength += GtCount * sizeof (ACPI_GTDT_TIMER_ENTRY);
2205 while (GtCount)
2216 GtCount--;
  /src/sys/external/bsd/acpica/dist/compiler/
dttable1.c 2061 UINT32 GtCount;
2150 GtCount = (ACPI_CAST_PTR (ACPI_GTDT_TIMER_BLOCK,
2153 while (GtCount)
2163 GtCount--;

Completed in 16 milliseconds