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

/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslopt.c323 UINT32 NumCommonSegments; local
358 for (NumCommonSegments = 0;
359 NumCommonSegments < MaxCommonSegments;
360 NumCommonSegments++)
364 Index = (NumCommonSegments * ACPI_PATH_SEGMENT_LENGTH) + 1;
377 NumCommonSegments));
381 if (NumCommonSegments == 0)
386 if (NumCommonSegments == MaxCommonSegments)
403 NumCommonSegments;
422 Index = (NumCommonSegments * ACPI_PATH_SEGMENT_LENGT
[all...]

Completed in 44 milliseconds