rcv_offsets       528 oshmem/mca/memheap/base/memheap_base_mkey.c     int *rcv_offsets = NULL;
rcv_offsets       550 oshmem/mca/memheap/base/memheap_base_mkey.c     rcv_offsets = (int *)malloc(nprocs * sizeof(int));
rcv_offsets       551 oshmem/mca/memheap/base/memheap_base_mkey.c     if (NULL == rcv_offsets) {
rcv_offsets       558 oshmem/mca/memheap/base/memheap_base_mkey.c     if (NULL == rcv_offsets) {
rcv_offsets       602 oshmem/mca/memheap/base/memheap_base_mkey.c     rcv_offsets[0] = 0;
rcv_offsets       604 oshmem/mca/memheap/base/memheap_base_mkey.c         rcv_offsets[i] = rcv_offsets[i - 1] + rcv_size[i - 1];
rcv_offsets       607 oshmem/mca/memheap/base/memheap_base_mkey.c     buffer_size = rcv_offsets[nprocs - 1] + rcv_size[nprocs - 1];
rcv_offsets       616 oshmem/mca/memheap/base/memheap_base_mkey.c     rc = oshmem_shmem_allgatherv(send_buffer, rcv_buffer, size, rcv_size, rcv_offsets);
rcv_offsets       632 oshmem/mca/memheap/base/memheap_base_mkey.c         msg->unpack_ptr = (void *)((intptr_t) msg->base_ptr + rcv_offsets[i]);
rcv_offsets       660 oshmem/mca/memheap/base/memheap_base_mkey.c     if (rcv_offsets) {
rcv_offsets       661 oshmem/mca/memheap/base/memheap_base_mkey.c         free(rcv_offsets);
rcv_offsets       147 oshmem/mca/spml/ucx/spml_ucx.c     int *rcv_offsets = NULL; 
rcv_offsets       153 oshmem/mca/spml/ucx/spml_ucx.c     rcv_offsets = malloc(nprocs * sizeof(*rcv_offsets));
rcv_offsets       154 oshmem/mca/spml/ucx/spml_ucx.c     if (NULL == rcv_offsets) {
rcv_offsets       170 oshmem/mca/spml/ucx/spml_ucx.c     rcv_offsets[0] = 0;
rcv_offsets       172 oshmem/mca/spml/ucx/spml_ucx.c         rcv_offsets[i] = rcv_offsets[i - 1] + rcv_sizes[i - 1];
rcv_offsets       175 oshmem/mca/spml/ucx/spml_ucx.c     rcv_buf = malloc(rcv_offsets[nprocs - 1] + rcv_sizes[nprocs - 1]);
rcv_offsets       180 oshmem/mca/spml/ucx/spml_ucx.c     rc = oshmem_shmem_allgatherv(local_data, rcv_buf, local_size, rcv_sizes, rcv_offsets);
rcv_offsets       186 oshmem/mca/spml/ucx/spml_ucx.c     *roffsets_p = rcv_offsets;
rcv_offsets       193 oshmem/mca/spml/ucx/spml_ucx.c     if (rcv_offsets)
rcv_offsets       194 oshmem/mca/spml/ucx/spml_ucx.c         free(rcv_offsets);