Home | History | Annotate | Download | only in executer

Lines Matching refs:Package

200  *              PackageObj      - Object from the target package
206 * Package elements will be implicitly converted to the type of
229 * Below, P[i] refers to the package element, M refers to the Match object.
362 /* Get the package StartIndex, validate against the package length */
365 if (Index >= Operand[0]->Package.Count)
368 "Index (0x%8.8X%8.8X) beyond package end (0x%X)",
369 ACPI_FORMAT_UINT64 (Index), Operand[0]->Package.Count));
396 for ( ; Index < Operand[0]->Package.Count; Index++)
398 /* Get the current package element */
400 ThisElement = Operand[0]->Package.Elements[Index];