temp_size         512 ompi/mca/osc/ucx/osc_ucx_comm.c                 size_t temp_size;
temp_size         513 ompi/mca/osc/ucx/osc_ucx_comm.c                 ompi_datatype_type_size(temp_dt, &temp_size);
temp_size         515 ompi/mca/osc/ucx/osc_ucx_comm.c                     int curr_count = origin_ucx_iov[origin_ucx_iov_idx].len / temp_size;
temp_size         518 ompi/mca/osc/ucx/osc_ucx_comm.c                     temp_addr = (void *)((char *)temp_addr + curr_count * temp_size);
temp_size         732 ompi/mca/osc/ucx/osc_ucx_comm.c                     size_t temp_size;
temp_size         733 ompi/mca/osc/ucx/osc_ucx_comm.c                     ompi_datatype_type_size(temp_dt, &temp_size);
temp_size         735 ompi/mca/osc/ucx/osc_ucx_comm.c                         int curr_count = origin_ucx_iov[origin_ucx_iov_idx].len / temp_size;
temp_size         738 ompi/mca/osc/ucx/osc_ucx_comm.c                         temp_addr = (void *)((char *)temp_addr + curr_count * temp_size);