temp_count 584 ompi/mca/common/ompio/common_ompio_file_open.c uint32_t temp_count; temp_count 608 ompi/mca/common/ompio/common_ompio_file_open.c temp_count = OMPIO_IOVEC_INITIAL_SIZE; temp_count 609 ompi/mca/common/ompio/common_ompio_file_open.c temp_iov = (struct iovec*)malloc(temp_count * sizeof(struct iovec)); temp_count 617 ompi/mca/common/ompio/common_ompio_file_open.c &temp_count, temp_count 621 ompi/mca/common/ompio/common_ompio_file_open.c fh->f_rank,temp_count, (unsigned long)temp_data); temp_count 622 ompi/mca/common/ompio/common_ompio_file_open.c for (i = 0; i < temp_count; i++) { temp_count 629 ompi/mca/common/ompio/common_ompio_file_open.c *iovec_count = *iovec_count + temp_count; temp_count 637 ompi/mca/common/ompio/common_ompio_file_open.c for (i=0 ; i<temp_count ; i++) { temp_count 638 ompi/mca/common/ompio/common_ompio_file_open.c (*iov)[i+(*iovec_count-temp_count)].iov_base = temp_iov[i].iov_base; temp_count 639 ompi/mca/common/ompio/common_ompio_file_open.c (*iov)[i+(*iovec_count-temp_count)].iov_len = temp_iov[i].iov_len; temp_count 643 ompi/mca/common/ompio/common_ompio_file_open.c temp_count = OMPIO_IOVEC_INITIAL_SIZE; temp_count 647 ompi/mca/common/ompio/common_ompio_file_open.c fh->f_rank,temp_count, temp_data); temp_count 648 ompi/mca/common/ompio/common_ompio_file_open.c for (i = 0; i < temp_count; i++) { temp_count 652 ompi/mca/common/ompio/common_ompio_file_open.c *iovec_count = *iovec_count + temp_count; temp_count 654 ompi/mca/common/ompio/common_ompio_file_open.c if ( temp_count > 0 ) { temp_count 662 ompi/mca/common/ompio/common_ompio_file_open.c for (i=0 ; i<temp_count ; i++) { temp_count 663 ompi/mca/common/ompio/common_ompio_file_open.c (*iov)[i+(*iovec_count-temp_count)].iov_base = temp_iov[i].iov_base; temp_count 664 ompi/mca/common/ompio/common_ompio_file_open.c (*iov)[i+(*iovec_count-temp_count)].iov_len = temp_iov[i].iov_len; temp_count 466 ompi/mca/osc/ucx/osc_ucx_comm.c uint32_t temp_count; temp_count 473 ompi/mca/osc/ucx/osc_ucx_comm.c temp_count = target_count; temp_count 475 ompi/mca/osc/ucx/osc_ucx_comm.c ret = ompi_osc_base_get_primitive_type_info(target_dt, &temp_dt, &temp_count); temp_count 481 ompi/mca/osc/ucx/osc_ucx_comm.c temp_addr = temp_addr_holder = malloc(temp_extent * temp_count); temp_count 486 ompi/mca/osc/ucx/osc_ucx_comm.c ret = ompi_osc_ucx_get(temp_addr, (int)temp_count, temp_dt, temp_count 498 ompi/mca/osc/ucx/osc_ucx_comm.c ompi_op_reduce(op, (void *)origin_addr, temp_addr, (int)temp_count, temp_dt); temp_count 511 ompi/mca/osc/ucx/osc_ucx_comm.c ompi_datatype_is_contiguous_memory_layout(temp_dt, temp_count)) { temp_count 524 ompi/mca/osc/ucx/osc_ucx_comm.c for (i = 0; i < (int)temp_count; i++) { temp_count 540 ompi/mca/osc/ucx/osc_ucx_comm.c ret = ompi_osc_ucx_put(temp_addr, (int)temp_count, temp_dt, target, target_disp, temp_count 686 ompi/mca/osc/ucx/osc_ucx_comm.c uint32_t temp_count; temp_count 693 ompi/mca/osc/ucx/osc_ucx_comm.c temp_count = target_count; temp_count 695 ompi/mca/osc/ucx/osc_ucx_comm.c ret = ompi_osc_base_get_primitive_type_info(target_dt, &temp_dt, &temp_count); temp_count 701 ompi/mca/osc/ucx/osc_ucx_comm.c temp_addr = temp_addr_holder = malloc(temp_extent * temp_count); temp_count 706 ompi/mca/osc/ucx/osc_ucx_comm.c ret = ompi_osc_ucx_get(temp_addr, (int)temp_count, temp_dt, temp_count 718 ompi/mca/osc/ucx/osc_ucx_comm.c ompi_op_reduce(op, (void *)origin_addr, temp_addr, (int)temp_count, temp_dt); temp_count 731 ompi/mca/osc/ucx/osc_ucx_comm.c ompi_datatype_is_contiguous_memory_layout(temp_dt, temp_count)) { temp_count 744 ompi/mca/osc/ucx/osc_ucx_comm.c for (i = 0; i < (int)temp_count; i++) { temp_count 759 ompi/mca/osc/ucx/osc_ucx_comm.c ret = ompi_osc_ucx_put(temp_addr, (int)temp_count, temp_dt, target, target_disp, temp_count 42 test/datatype/ddt_raw2.c uint32_t temp_count; temp_count 65 test/datatype/ddt_raw2.c temp_count = increment; temp_count 66 test/datatype/ddt_raw2.c temp_iov = (struct iovec*)malloc(temp_count * sizeof(struct iovec)); temp_count 74 test/datatype/ddt_raw2.c &temp_count, temp_count 76 test/datatype/ddt_raw2.c *iovec_count = *iovec_count + temp_count; temp_count 83 test/datatype/ddt_raw2.c for (i=0 ; i<temp_count ; i++) { temp_count 84 test/datatype/ddt_raw2.c (*iov)[i+(*iovec_count-temp_count)].iov_base = temp_iov[i].iov_base; temp_count 85 test/datatype/ddt_raw2.c (*iov)[i+(*iovec_count-temp_count)].iov_len = temp_iov[i].iov_len; temp_count 89 test/datatype/ddt_raw2.c temp_count = increment; temp_count 91 test/datatype/ddt_raw2.c *iovec_count = *iovec_count + temp_count; temp_count 92 test/datatype/ddt_raw2.c if ( temp_count > 0 ) { temp_count 100 test/datatype/ddt_raw2.c for (i=0 ; i<temp_count ; i++) { temp_count 101 test/datatype/ddt_raw2.c (*iov)[i+(*iovec_count-temp_count)].iov_base = temp_iov[i].iov_base; temp_count 102 test/datatype/ddt_raw2.c (*iov)[i+(*iovec_count-temp_count)].iov_len = temp_iov[i].iov_len;