Searched refs:tmp_p (Results 1 – 4 of 4) sorted by relevance
116 struct sg_pt_base * tmp_p = construct_scsi_pt_obj(); in get_err_str() local123 if (NULL == tmp_p) { in get_err_str()129 set_scsi_pt_transport_err(tmp_p, (int)err); in get_err_str()130 cp = get_scsi_pt_transport_err_str(tmp_p, max_b_len, b); in get_err_str()131 destruct_scsi_pt_obj(tmp_p); in get_err_str()
620 unsigned tmp_p; in vlVaGetImage() local624 tmp_p = pitches[1]; in vlVaGetImage()626 pitches[2] = tmp_p; in vlVaGetImage()755 unsigned tmp_p; in vlVaPutImage() local759 tmp_p = pitches[1]; in vlVaPutImage()761 pitches[2] = tmp_p; in vlVaPutImage()
611 uint8_t *tmp_p = NULL; in finalize() local615 tmp_p = new uint8_t[size]; in finalize()616 memcpy(tmp_p, addr, size); in finalize()618 sections_[fname] = make_tuple(tmp_p, size, get<2>(section.second)); in finalize()622 uint8_t *tmp_p = new uint8_t[info.size_]; in finalize() local623 memcpy(tmp_p, info.start_, info.size_); in finalize()624 info.start_ = tmp_p; in finalize()
108 T *tmp_p = p.ptr ? p.ptr->clone() : 0; in operator =() local110 ptr = tmp_p; in operator =()