Lines Matching defs:temp
181 SPU *the_spu, *temp;
195 for (temp = the_spu ; temp ; temp = temp->superSPU )
198 node->copy = &(temp->dispatch_table);
220 struct _copy_list_node *temp;
232 for (temp = table->copyList ; temp ; temp = temp->next)
234 crSPUChangeFunction( temp->copy, funcOffset, newFunc );
242 for (temp = table->copyList ; temp ; temp = temp->next)
244 crSPUChangeFunction( temp->copy, funcOffset, newFunc );