Lines Matching defs:tmp
243 uint32_t *tmp, size;
245 tmp = (uint32_t*)realloc(csg->relocs_bo, size);
246 if (tmp == NULL) {
249 csg->relocs_bo = (struct radeon_bo_int **)tmp;
251 tmp = (uint32_t*)realloc(csg->relocs, size);
252 if (tmp == NULL) {
255 cs->relocs = csg->relocs = tmp;
297 uint32_t tmp, *ptr;
300 tmp = (cs->cdw + ndw + 0x3FF) & (~0x3FF);
301 ptr = (uint32_t*)realloc(cs->packets, 4 * tmp);
306 cs->ndw = tmp;
342 char tmp[256];
411 sprintf(tmp, "d-0x%04X-%08d.bof", csm->device_id, csm->nbof++);
412 bof_dump_file(root, tmp);