Lines Matching defs:tmp_hash
150 nios2_opcode_hash *tmp_hash = state->hash[i];
152 while (tmp_hash != NULL)
154 printf ("%s ", tmp_hash->opcode->name);
155 tmp_hash = tmp_hash->next;
162 nios2_opcode_hash *tmp_hash = state->ps_hash[i];
164 while (tmp_hash != NULL)
166 printf ("%s ", tmp_hash->opcode->name);
167 tmp_hash = tmp_hash->next;