Home | History | Annotate | Download | only in compiler

Lines Matching defs:Index

198     UINT32                      Index;
205 Index = ApCheckForPredefinedName (Op, Op->Asl.NameSeg);
207 switch (Index)
242 ThisName = &AcpiGbl_PredefinedMethods[Index];
357 UINT32 Index;
369 Index = ApCheckForPredefinedName (MethodInfo->Op,
373 switch (Index)
391 ThisName = &AcpiGbl_PredefinedMethods[Index];
463 UINT32 Index;
472 Index = ApCheckForPredefinedName (Op, Name);
474 switch (Index)
505 ThisName = &AcpiGbl_PredefinedMethods[Index];
583 /* Return index into predefined array */
706 * PackageIndex - Index of object within parent package (if
816 snprintf (AslGbl_MsgBuffer, sizeof(AslGbl_MsgBuffer), "%4.4s: found %s at index %u, %s required",