Lines Matching refs:NumSegments
195 Info->NumSegments = 0;
236 Info->NumSegments = 1;
241 Info->NumSegments++;
246 Info->Length = (ACPI_NAME_SIZE * Info->NumSegments) +
270 UINT32 NumSegments = Info->NumSegments;
286 if (NumSegments <= 1)
290 else if (NumSegments == 2)
298 InternalName[2] = (char) NumSegments;
317 if (NumSegments <= 1)
321 else if (NumSegments == 2)
329 InternalName[(ACPI_SIZE) i+1] = (char) NumSegments;
336 for (; NumSegments; NumSegments--)
477 UINT32 NumSegments = 0;
542 NumSegments = (UINT8)
551 NumSegments = 2;
559 NumSegments = 0;
567 NumSegments = 1;
577 RequiredLength = PrefixLength + (4 * NumSegments) +
578 ((NumSegments > 0) ? (NumSegments - 1) : 0) + 1;
605 if (NumSegments > 0)
607 for (i = 0; i < NumSegments; i++)