total_size         67 ompi/mca/coll/sm/coll_sm_bcast.c     size_t total_size, max_data, bytes;
total_size        120 ompi/mca/coll/sm/coll_sm_bcast.c         opal_convertor_get_packed_size(&convertor, &total_size);
total_size        155 ompi/mca/coll/sm/coll_sm_bcast.c             } while (bytes < total_size && segment_num < max_segment_num);
total_size        156 ompi/mca/coll/sm/coll_sm_bcast.c         } while (bytes < total_size);
total_size        178 ompi/mca/coll/sm/coll_sm_bcast.c         opal_convertor_get_packed_size(&convertor, &total_size);
total_size        242 ompi/mca/coll/sm/coll_sm_bcast.c             } while (bytes < total_size && segment_num < max_segment_num);
total_size        250 ompi/mca/coll/sm/coll_sm_bcast.c         } while (bytes < total_size);
total_size        187 ompi/mca/coll/sm/coll_sm_reduce.c     size_t total_size, max_data, bytes;
total_size        211 ompi/mca/coll/sm/coll_sm_reduce.c     total_size = ddt_size * count;
total_size        461 ompi/mca/coll/sm/coll_sm_reduce.c             } while (bytes < total_size && segment_num < max_segment_num);
total_size        465 ompi/mca/coll/sm/coll_sm_reduce.c         } while (bytes < total_size);
total_size        536 ompi/mca/coll/sm/coll_sm_reduce.c             } while (bytes < total_size && segment_num < max_segment_num);
total_size        540 ompi/mca/coll/sm/coll_sm_reduce.c         } while (bytes < total_size);
total_size        529 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c         size_t dsize, total_size;
total_size        533 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c         total_size = 0;
total_size        534 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c         for (i = 0; i < comsize; i++) { total_size += dsize * rcounts[i]; }
total_size        537 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c                                                         total_size, &faninout, &segsize, &ignoreme);
total_size         43 ompi/mca/osc/pt2pt/osc_pt2pt_pending_frag.h     size_t total_size = sizeof(ompi_osc_pt2pt_pending_frag_t) + size;
total_size         45 ompi/mca/osc/pt2pt/osc_pt2pt_pending_frag.h         (ompi_osc_pt2pt_pending_frag_t*) malloc(total_size);
total_size        418 ompi/mca/osc/rdma/osc_rdma_component.c     size_t total_size, local_rank_array_size, leader_peer_data_size;
total_size        431 ompi/mca/osc/rdma/osc_rdma_component.c     total_size = local_rank_array_size + module->region_size +
total_size        435 ompi/mca/osc/rdma/osc_rdma_component.c         total_size += size;
total_size        442 ompi/mca/osc/rdma/osc_rdma_component.c     module->rank_array = calloc (total_size, 1);
total_size        461 ompi/mca/osc/rdma/osc_rdma_component.c     ret = ompi_osc_rdma_register (module, MCA_BTL_ENDPOINT_ANY, module->rank_array, total_size,
total_size        529 ompi/mca/osc/rdma/osc_rdma_component.c     unsigned long offset, total_size;
total_size        578 ompi/mca/osc/rdma/osc_rdma_component.c         total_size = data_base;
total_size        583 ompi/mca/osc/rdma/osc_rdma_component.c                     my_base_offset = total_size;
total_size        585 ompi/mca/osc/rdma/osc_rdma_component.c                 total_size += temp[i].size;
total_size        600 ompi/mca/osc/rdma/osc_rdma_component.c             ret = opal_shmem_segment_create (&module->seg_ds, data_file, total_size);
total_size        644 ompi/mca/osc/rdma/osc_rdma_component.c             ret = ompi_osc_rdma_register (module, MCA_BTL_ENDPOINT_ANY, module->segment_base, total_size, MCA_BTL_REG_FLAG_ACCESS_ANY,
total_size         54 ompi/mpi/c/intercomm_merge.c     int total_size;
total_size         80 ompi/mpi/c/intercomm_merge.c     total_size  = local_size + remote_size;
total_size         81 ompi/mpi/c/intercomm_merge.c     procs = (ompi_proc_t **) malloc ( total_size * sizeof(ompi_proc_t *));
total_size        102 ompi/mpi/c/intercomm_merge.c                          total_size,               /* local_size */
total_size         80 opal/mca/btl/uct/btl_uct_am.c     const size_t total_size = reserve + *size;
total_size         85 opal/mca/btl/uct/btl_uct_am.c     if (OPAL_UNLIKELY(opal_convertor_need_buffers(convertor) || total_size > uct_btl->super.btl_eager_limit)) {
total_size         86 opal/mca/btl/uct/btl_uct_am.c         frag = (mca_btl_uct_base_frag_t *) mca_btl_uct_alloc (btl, endpoint, order, total_size, flags);
total_size        102 opal/mca/btl/uct/btl_uct_am.c         frag->uct_iov.length   = total_size;
total_size        105 opal/mca/btl/uct/btl_uct_am.c         if (total_size > (size_t) MCA_BTL_UCT_TL_ATTR(uct_btl->am_tl, 0).cap.am.max_short) {
total_size        111 opal/mca/btl/uct/btl_uct_am.c             frag->segments[0].seg_len = total_size;
total_size        294 opal/mca/btl/uct/btl_uct_am.c     const size_t total_size = header_size + payload_size;
total_size        296 opal/mca/btl/uct/btl_uct_am.c     const size_t msg_size = total_size + 8;
total_size        305 opal/mca/btl/uct/btl_uct_am.c             *descriptor = mca_btl_uct_alloc (btl, endpoint, order, total_size, flags);
total_size        317 opal/mca/btl/uct/btl_uct_am.c         int8_t *data = alloca (total_size);
total_size        319 opal/mca/btl/uct/btl_uct_am.c         ucs_status = uct_ep_am_short (ep_handle, MCA_BTL_UCT_FRAG, am_header.value, data, total_size);
total_size        336 opal/mca/btl/uct/btl_uct_am.c             *descriptor = mca_btl_uct_alloc (btl, endpoint, order, total_size, flags);
total_size        117 opal/mca/btl/ugni/btl_ugni_send.c     size_t total_size = header_size + payload_size;
total_size        149 opal/mca/btl/ugni/btl_ugni_send.c         frag->hdr.send.lag = (tag << 24) | total_size;
total_size        162 opal/mca/btl/vader/btl_vader_frag.h     size_t total_size = size + sizeof (*hdr);
total_size        165 opal/mca/btl/vader/btl_vader_frag.h     frag = (mca_btl_vader_frag_t *) mca_btl_vader_alloc (btl, endpoint, order, total_size,
total_size        456 opal/mca/btl/vader/btl_vader_module.c     const size_t total_size = reserve + *size;
total_size        471 opal/mca/btl/vader/btl_vader_module.c             total_size > mca_btl_vader.super.btl_eager_limit) {
total_size        494 opal/mca/btl/vader/btl_vader_module.c             if (OPAL_LIKELY(total_size <= mca_btl_vader.super.btl_eager_limit)) {
total_size        509 opal/mca/btl/vader/btl_vader_module.c                           total_size > (size_t) mca_btl_vader_component.max_inline_send)) {
total_size        525 opal/mca/btl/vader/btl_vader_module.c             frag->segments[0].seg_len = total_size;
total_size         43 opal/mca/btl/vader/btl_vader_send.c     const size_t total_size = frag->segments[0].seg_len;
total_size         50 opal/mca/btl/vader/btl_vader_send.c     frag->hdr->len = total_size;
total_size        228 oshmem/mca/memheap/buddy/memheap_buddy.c     unsigned long long total_size;
total_size        268 oshmem/mca/memheap/buddy/memheap_buddy.c     total_size = 0;
total_size        274 oshmem/mca/memheap/buddy/memheap_buddy.c         total_size += s * sizeof(unsigned long);
total_size        283 oshmem/mca/memheap/buddy/memheap_buddy.c     MEMHEAP_VERBOSE(5, "MEMHEAP metadata size = %llu bytes", total_size);
total_size        285 oshmem/mca/memheap/buddy/memheap_buddy.c     total_size = 0;
total_size        292 oshmem/mca/memheap/buddy/memheap_buddy.c         total_size += s * sizeof(unsigned long);
total_size        304 oshmem/mca/memheap/buddy/memheap_buddy.c                     total_size);