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

/freebsd-12-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmnames.c323 UINT32 SegCount; local
346 SegCount = 0;
351 SegCount = 2;
357 SegCount = (UINT32) ACPI_GET8 (Name + 1);
363 SegCount = 1;
367 while (SegCount)
373 SegCount--;
374 if (SegCount)

Completed in 113 milliseconds