Lines Matching refs:Index
82 UINT32 Index;
117 Index = (UINT32) WalkState->ResultCount % ACPI_RESULTS_FRAME_OBJ_NUM;
119 *Object = State->Results.ObjDesc [Index];
127 State->Results.ObjDesc [Index] = NULL;
128 if (Index == 0)
138 "Obj=%p [%s] Index=%X State=%p Num=%X\n", *Object,
140 Index, WalkState, WalkState->ResultCount));
166 UINT32 Index;
212 Index = (UINT32) WalkState->ResultCount % ACPI_RESULTS_FRAME_OBJ_NUM;
213 State->Results.ObjDesc [Index] = Object;