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

/barrelfish-master/lib/acpica/source/components/disassembler/
H A Ddmnames.c287 UINT32 SegCount; local
310 SegCount = 0;
315 SegCount = 2;
321 SegCount = (UINT32) ACPI_GET8 (Name + 1);
327 SegCount = 1;
331 while (SegCount)
337 SegCount--;
338 if (SegCount)

Completed in 32 milliseconds