position 382 ompi/datatype/ompi_datatype.h MPI_Aint outsize, MPI_Aint *position); position 385 ompi/datatype/ompi_datatype.h MPI_Aint *position, void *outbuf, int outcount, position 422 ompi/datatype/ompi_datatype_args.c int i, *position = (int*)*packed_buffer; position 427 ompi/datatype/ompi_datatype_args.c position[0] = MPI_COMBINER_NAMED; position 428 ompi/datatype/ompi_datatype_args.c position[1] = datatype->id; /* On the OMPI - layer, copy the ompi_datatype.id */ position 440 ompi/datatype/ompi_datatype_args.c position[0] = args->create_type; position 441 ompi/datatype/ompi_datatype_args.c position[1] = args->ci; position 442 ompi/datatype/ompi_datatype_args.c position[2] = args->ca; position 443 ompi/datatype/ompi_datatype_args.c position[3] = args->cd; position 458 ompi/datatype/ompi_datatype_args.c position = (int*)next_packed; position 469 ompi/datatype/ompi_datatype_args.c position[i] = temp_data->id; /* On the OMPI - layer, copy the ompi_datatype.id */ position 471 ompi/datatype/ompi_datatype_args.c position[i] = *next_index; position 561 ompi/datatype/ompi_datatype_args.c int* position; position 580 ompi/datatype/ompi_datatype_args.c position = (int*)next_buffer; position 582 ompi/datatype/ompi_datatype_args.c create_type = position[0]; position 590 ompi/datatype/ompi_datatype_args.c data_id = position[1]; position 597 ompi/datatype/ompi_datatype_args.c *packed_buffer = position + 2; position 601 ompi/datatype/ompi_datatype_args.c number_of_length = position[1]; position 602 ompi/datatype/ompi_datatype_args.c number_of_disp = position[2]; position 603 ompi/datatype/ompi_datatype_args.c number_of_datatype = position[3]; position 624 ompi/datatype/ompi_datatype_args.c position = (int*)next_buffer; position 631 ompi/datatype/ompi_datatype_args.c data_id = position[i]; position 35 ompi/datatype/ompi_datatype_external.c MPI_Aint outsize, MPI_Aint *position) position 56 ompi/datatype/ompi_datatype_external.c if( (*position + size) > (size_t)outsize ) { /* we can cast as we already checked for < 0 */ position 62 ompi/datatype/ompi_datatype_external.c invec.iov_base = (char*) outbuf + (*position); position 68 ompi/datatype/ompi_datatype_external.c *position += size; position 77 ompi/datatype/ompi_datatype_external.c MPI_Aint *position, void *outbuf, int outcount, position 96 ompi/datatype/ompi_datatype_external.c if( (*position + size) > (unsigned int)insize ) { position 102 ompi/datatype/ompi_datatype_external.c outvec.iov_base = (char*) inbuf + (*position); position 108 ompi/datatype/ompi_datatype_external.c *position += size; position 832 ompi/debuggers/ompi_msgq_dll.c mqs_opal_list_t_pos* position, mqs_taddr_t list ) position 837 ompi/debuggers/ompi_msgq_dll.c position->list = list; position 838 ompi/debuggers/ompi_msgq_dll.c position->sentinel = position->list + i_info->opal_list_t.offset.opal_list_sentinel; position 839 ompi/debuggers/ompi_msgq_dll.c position->current_item = position 840 ompi/debuggers/ompi_msgq_dll.c ompi_fetch_pointer( proc, position->sentinel + i_info->opal_list_item_t.offset.opal_list_next, position 842 ompi/debuggers/ompi_msgq_dll.c if( position->current_item == position->sentinel ) position 843 ompi/debuggers/ompi_msgq_dll.c position->current_item = 0; position 845 ompi/debuggers/ompi_msgq_dll.c "current_item = 0x%llx\n", (long long)position->list, position 846 ompi/debuggers/ompi_msgq_dll.c (long long)position->sentinel, (long long)position->current_item)); position 851 ompi/debuggers/ompi_msgq_dll.c mqs_opal_list_t_pos* position, mqs_taddr_t* active_item ) position 856 ompi/debuggers/ompi_msgq_dll.c *active_item = position->current_item; position 857 ompi/debuggers/ompi_msgq_dll.c if( 0 == position->current_item ) position 860 ompi/debuggers/ompi_msgq_dll.c position->current_item = position 862 ompi/debuggers/ompi_msgq_dll.c position->current_item + i_info->opal_list_item_t.offset.opal_list_next, position 864 ompi/debuggers/ompi_msgq_dll.c if( position->current_item == position->sentinel ) position 865 ompi/debuggers/ompi_msgq_dll.c position->current_item = 0; position 873 ompi/debuggers/ompi_msgq_dll.c static void opal_free_list_t_dump_position( mqs_opal_free_list_t_pos* position ) position 875 ompi/debuggers/ompi_msgq_dll.c printf( "position->opal_list_t_pos.current_item = 0x%llx\n", (long long)position->opal_list_t_pos.current_item ); position 876 ompi/debuggers/ompi_msgq_dll.c printf( "position->opal_list_t_pos.list = 0x%llx\n", (long long)position->opal_list_t_pos.list ); position 877 ompi/debuggers/ompi_msgq_dll.c printf( "position->opal_list_t_pos.sentinel = 0x%llx\n", (long long)position->opal_list_t_pos.sentinel ); position 878 ompi/debuggers/ompi_msgq_dll.c printf( "position->current_item = 0x%llx\n", (long long)position->current_item ); position 879 ompi/debuggers/ompi_msgq_dll.c printf( "position->upper_bound = 0x%llx\n", (long long)position->upper_bound ); position 880 ompi/debuggers/ompi_msgq_dll.c printf( "position->header_space = %llx\n", (long long)position->header_space ); position 881 ompi/debuggers/ompi_msgq_dll.c printf( "position->free_list = 0x%llx\n", (long long)position->free_list ); position 882 ompi/debuggers/ompi_msgq_dll.c printf( "position->fl_frag_class = 0x%llx\n", (long long)position->fl_frag_class ); position 883 ompi/debuggers/ompi_msgq_dll.c printf( "position->fl_mpool = 0x%llx\n", (long long)position->fl_mpool ); position 884 ompi/debuggers/ompi_msgq_dll.c printf( "position->fl_frag_size = %llx\n", (long long)position->fl_frag_size ); position 885 ompi/debuggers/ompi_msgq_dll.c printf( "position->fl_frag_alignment = %llx\n", (long long)position->fl_frag_alignment ); position 886 ompi/debuggers/ompi_msgq_dll.c printf( "position->fl_num_per_alloc = %llx\n", (long long)position->fl_num_per_alloc ); position 887 ompi/debuggers/ompi_msgq_dll.c printf( "position->fl_num_allocated = %llx\n", (long long)position->fl_num_allocated ); position 888 ompi/debuggers/ompi_msgq_dll.c printf( "position->fl_num_initial_alloc = %llx\n", (long long)position->fl_num_initial_alloc ); position 893 ompi/debuggers/ompi_msgq_dll.c mqs_opal_free_list_t_pos* position, mqs_taddr_t free_list ) position 899 ompi/debuggers/ompi_msgq_dll.c position->free_list = free_list; position 901 ompi/debuggers/ompi_msgq_dll.c position->fl_frag_size = position 902 ompi/debuggers/ompi_msgq_dll.c ompi_fetch_size_t( proc, position->free_list + i_info->opal_free_list_t.offset.fl_frag_size, position 904 ompi/debuggers/ompi_msgq_dll.c position->fl_frag_alignment = position 905 ompi/debuggers/ompi_msgq_dll.c ompi_fetch_size_t( proc, position->free_list + i_info->opal_free_list_t.offset.fl_frag_alignment, position 907 ompi/debuggers/ompi_msgq_dll.c position->fl_frag_class = position 908 ompi/debuggers/ompi_msgq_dll.c ompi_fetch_pointer( proc, position->free_list + i_info->opal_free_list_t.offset.fl_frag_class, position 910 ompi/debuggers/ompi_msgq_dll.c position->fl_mpool = position 911 ompi/debuggers/ompi_msgq_dll.c ompi_fetch_pointer( proc, position->free_list + i_info->opal_free_list_t.offset.fl_mpool, position 913 ompi/debuggers/ompi_msgq_dll.c position->fl_num_per_alloc = position 914 ompi/debuggers/ompi_msgq_dll.c ompi_fetch_size_t( proc, position->free_list + i_info->opal_free_list_t.offset.fl_num_per_alloc, position 916 ompi/debuggers/ompi_msgq_dll.c position->fl_num_allocated = position 917 ompi/debuggers/ompi_msgq_dll.c ompi_fetch_size_t( proc, position->free_list + i_info->opal_free_list_t.offset.fl_num_allocated, position 920 ompi/debuggers/ompi_msgq_dll.c if( 0 == position->fl_mpool ) { position 921 ompi/debuggers/ompi_msgq_dll.c position->header_space = position->fl_frag_size; position 924 ompi/debuggers/ompi_msgq_dll.c position->header_space = position->fl_frag_size; position 926 ompi/debuggers/ompi_msgq_dll.c position->header_space = OPAL_ALIGN( position->header_space, position 927 ompi/debuggers/ompi_msgq_dll.c position->fl_frag_alignment, mqs_taddr_t ); position 935 ompi/debuggers/ompi_msgq_dll.c if( position->fl_num_allocated <= position->fl_num_per_alloc ) { position 936 ompi/debuggers/ompi_msgq_dll.c position->fl_num_initial_alloc = position->fl_num_allocated; position 938 ompi/debuggers/ompi_msgq_dll.c position->fl_num_initial_alloc = position->fl_num_allocated % position->fl_num_per_alloc; position 939 ompi/debuggers/ompi_msgq_dll.c if( 0 == position->fl_num_initial_alloc ) position 940 ompi/debuggers/ompi_msgq_dll.c position->fl_num_initial_alloc = position->fl_num_per_alloc; position 946 ompi/debuggers/ompi_msgq_dll.c (long long)position->fl_frag_size, (long long)position->header_space, position 947 ompi/debuggers/ompi_msgq_dll.c (long long)position->fl_frag_alignment, (long long)position->fl_num_per_alloc, position 948 ompi/debuggers/ompi_msgq_dll.c (long long)position->fl_num_allocated, (long long)position->fl_num_initial_alloc, position 949 ompi/debuggers/ompi_msgq_dll.c (long long)position->header_space)); position 954 ompi/debuggers/ompi_msgq_dll.c opal_list_t_init_parser( proc, p_info, &position->opal_list_t_pos, position 955 ompi/debuggers/ompi_msgq_dll.c position->free_list + i_info->opal_free_list_t.offset.fl_allocations ); position 956 ompi/debuggers/ompi_msgq_dll.c next_item_opal_list_t( proc, p_info, &position->opal_list_t_pos, &active_allocation ); position 958 ompi/debuggers/ompi_msgq_dll.c (long long)active_allocation, (int)position->header_space)); position 960 ompi/debuggers/ompi_msgq_dll.c position->upper_bound = 0; position 967 ompi/debuggers/ompi_msgq_dll.c position->fl_frag_alignment, mqs_taddr_t ); position 971 ompi/debuggers/ompi_msgq_dll.c position->upper_bound = position 972 ompi/debuggers/ompi_msgq_dll.c position->fl_num_initial_alloc * position->header_space + active_allocation; position 975 ompi/debuggers/ompi_msgq_dll.c (long long)active_allocation, (long long)position->upper_bound)); position 977 ompi/debuggers/ompi_msgq_dll.c position->current_item = active_allocation; position 987 ompi/debuggers/ompi_msgq_dll.c mqs_opal_free_list_t_pos* position, mqs_taddr_t* active_item ) position 993 ompi/debuggers/ompi_msgq_dll.c *active_item = position->current_item; position 994 ompi/debuggers/ompi_msgq_dll.c if( 0 == position->current_item ) /* the end ... */ position 997 ompi/debuggers/ompi_msgq_dll.c position->current_item += position->header_space; position 998 ompi/debuggers/ompi_msgq_dll.c if( position->current_item >= position->upper_bound ) { position 1003 ompi/debuggers/ompi_msgq_dll.c &position->opal_list_t_pos, &active_allocation ); position 1005 ompi/debuggers/ompi_msgq_dll.c position->current_item = 0; position 1013 ompi/debuggers/ompi_msgq_dll.c position->fl_frag_alignment, mqs_taddr_t ); position 1017 ompi/debuggers/ompi_msgq_dll.c position->upper_bound = position 1018 ompi/debuggers/ompi_msgq_dll.c position->fl_num_per_alloc * position->header_space + active_allocation; position 1019 ompi/debuggers/ompi_msgq_dll.c position->current_item = active_allocation; position 1022 ompi/debuggers/ompi_msgq_dll.c (long long)active_allocation, (long long)position->upper_bound)); position 1026 ompi/debuggers/ompi_msgq_dll.c (long long)*active_item, (long long)position->current_item)); position 59 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c MPI_Aint position = 0; position 777 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c receive_buf = &((char*)buf)[position]; position 819 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c position += bytes_received; position 59 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c MPI_Aint position = 0; position 777 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c receive_buf = &((char*)buf)[position]; position 819 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c position += bytes_received; position 58 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c MPI_Aint position = 0; position 777 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c receive_buf = &((char*)buf)[position]; position 819 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c position += bytes_received; position 19 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c MPI_Aint position = 0; position 33 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c datatype, filebuf, bytes, &position); position 36 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c datatype, filebuf, bytes, &position); position 53 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c datatype, tmp_buf, bytes, &position); position 56 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c datatype, tmp_buf, bytes, &position); position 82 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c MPI_Aint position = 0; position 95 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c &position, userbuf, count, datatype); position 118 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c &position, userbuf, count, datatype); position 119 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c OMPI_MPI_OFFSET_TYPE position=0; position 132 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c write ( handle, &position, sizeof(OMPI_MPI_OFFSET_TYPE) ); position 42 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_request_position.c OMPI_MPI_OFFSET_TYPE position = 0; position 86 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_request_position.c position = buf + bytes_requested; position 90 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_request_position.c buf,bytes_requested,position); position 95 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_request_position.c write ( fd, &position, sizeof(OMPI_MPI_OFFSET_TYPE)); position 204 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c MPI_Offset position=0; position 207 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c sm_offset_ptr->offset=position; position 38 ompi/mca/sharedfp/sm/sharedfp_sm_request_position.c OMPI_MPI_OFFSET_TYPE position = 0; position 70 ompi/mca/sharedfp/sm/sharedfp_sm_request_position.c position = old_offset + bytes_requested; position 73 ompi/mca/sharedfp/sm/sharedfp_sm_request_position.c "old_offset=%lld, bytes_requested=%d, new offset=%lld!\n",old_offset,bytes_requested,position); position 75 ompi/mca/sharedfp/sm/sharedfp_sm_request_position.c sm_offset_ptr->offset=position; position 97 ompi/mca/topo/base/topo_base_dist_graph_create.c int position = pos[nodes[i]].out + idx[nodes[i]].out; position 99 ompi/mca/topo/base/topo_base_dist_graph_create.c position *= 2; position 100 ompi/mca/topo/base/topo_base_dist_graph_create.c rout[position + 1] = weights[index]; position 102 ompi/mca/topo/base/topo_base_dist_graph_create.c rout[position + 0] = targets[index]; position 105 ompi/mca/topo/base/topo_base_dist_graph_create.c position = pos[targets[index]].in + idx[targets[index]].in; position 107 ompi/mca/topo/base/topo_base_dist_graph_create.c position *= 2; position 108 ompi/mca/topo/base/topo_base_dist_graph_create.c rin[position + 1] = weights[index]; position 110 ompi/mca/topo/base/topo_base_dist_graph_create.c rin[position + 0] = nodes[i]; position 164 ompi/mca/topo/base/topo_base_dist_graph_create.c int position; position 166 ompi/mca/topo/base/topo_base_dist_graph_create.c position = pos[i].in; position 169 ompi/mca/topo/base/topo_base_dist_graph_create.c position *= 2; position 171 ompi/mca/topo/base/topo_base_dist_graph_create.c err = MCA_PML_CALL(isend( &rin[position], count, (ompi_datatype_t*)&ompi_mpi_int, position 177 ompi/mca/topo/base/topo_base_dist_graph_create.c position = pos[i].out; position 180 ompi/mca/topo/base/topo_base_dist_graph_create.c position *= 2; position 182 ompi/mca/topo/base/topo_base_dist_graph_create.c err = MCA_PML_CALL(isend(&rout[position], count, (ompi_datatype_t*)&ompi_mpi_int, position 116 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_sender_based.h uintptr_t position = ftreq->sb.bytes_progressed; position 119 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_sender_based.h iov.iov_base = (IOVBASE_TYPE *) (ftreq->sb.cursor + position); position 121 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_sender_based.h V_OUTPUT_VERBOSE(80, "pessimist:\tsb\tprgress\t%"PRIpclock"\tsize %lu from position %lu", ftreq->reqid, max_data, position); position 123 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_sender_based.h &conv, 0, &position ); position 46 ompi/mpi/c/pack.c void *outbuf, int outsize, int *position, MPI_Comm comm) position 64 ompi/mpi/c/pack.c } else if ((NULL == outbuf) || (NULL == position)) { /* inbuf can be MPI_BOTTOM */ position 86 ompi/mpi/c/pack.c if( (*position + size) > (unsigned int)outsize ) { /* we can cast as we already checked for < 0 */ position 93 ompi/mpi/c/pack.c invec.iov_base = (char*) outbuf + (*position); position 99 ompi/mpi/c/pack.c *position += size; position 47 ompi/mpi/c/pack_external.c MPI_Aint outsize, MPI_Aint *position) position 58 ompi/mpi/c/pack_external.c if ((NULL == outbuf) || (NULL == position)) { /* inbuf can be MPI_BOTTOM */ position 75 ompi/mpi/c/pack_external.c outsize, position); position 42 ompi/mpi/c/unpack.c int MPI_Unpack(const void *inbuf, int insize, int *position, position 65 ompi/mpi/c/unpack.c if ((NULL == inbuf) || (NULL == position)) { /* outbuf can be MPI_BOTTOM */ position 90 ompi/mpi/c/unpack.c if( (*position + size) > (unsigned int)insize ) { position 97 ompi/mpi/c/unpack.c outvec.iov_base = (char*) inbuf + (*position); position 103 ompi/mpi/c/unpack.c *position += size; position 45 ompi/mpi/c/unpack_external.c MPI_Aint *position, void *outbuf, int outcount, position 57 ompi/mpi/c/unpack_external.c if ((NULL == inbuf) || (NULL == position)) { /* outbuf can be MPI_BOTTOM */ position 71 ompi/mpi/c/unpack_external.c position, outbuf, outcount, position 145 ompi/mpi/cxx/datatype.h int outsize, int& position, const Comm &comm) const; position 148 ompi/mpi/cxx/datatype.h int& position, const Comm& comm) const; position 153 ompi/mpi/cxx/datatype.h void* outbuf, Aint outsize, Aint& position) const; position 158 ompi/mpi/cxx/datatype.h Aint insize, Aint& position, void* outbuf, int outcount) const; position 144 ompi/mpi/cxx/datatype_inln.h int& position, const MPI::Comm &comm) const position 147 ompi/mpi/cxx/datatype_inln.h outsize, &position, comm); position 152 ompi/mpi/cxx/datatype_inln.h void *outbuf, int outcount, int& position, position 155 ompi/mpi/cxx/datatype_inln.h (void)MPI_Unpack(const_cast<void *>(inbuf), insize, &position, position 169 ompi/mpi/cxx/datatype_inln.h void* outbuf, MPI::Aint outsize, MPI::Aint& position) const position 172 ompi/mpi/cxx/datatype_inln.h incount, mpi_datatype, outbuf, outsize, &position); position 185 ompi/mpi/cxx/datatype_inln.h MPI::Aint insize, MPI::Aint& position, void* outbuf, int outcount) const position 188 ompi/mpi/cxx/datatype_inln.h insize, &position, outbuf, outcount, mpi_datatype); position 26 ompi/mpi/cxx/file.h Offset position, void* extra_state); position 24 ompi/mpi/fortran/base/conversion-fn-null-int-interface.h position, extra_state, ierror) position 30 ompi/mpi/fortran/base/conversion-fn-null-int-interface.h integer(kind=MPI_OFFSET_KIND), intent(in) :: position position 56 ompi/mpi/fortran/base/conversion_fn_null_f.c (char *userbuf, MPI_Fint *datatype, MPI_Fint *count, char *filebuf, MPI_Offset *position, MPI_Aint *extra_state, MPI_Fint *ierr), position 57 ompi/mpi/fortran/base/conversion_fn_null_f.c (userbuf, datatype, count, filebuf, position, extra_state, ierr) ) position 63 ompi/mpi/fortran/base/conversion_fn_null_f.c MPI_Offset *position, position 51 ompi/mpi/fortran/base/datarep.h MPI_Offset *position, MPI_Aint *extra_state, MPI_Fint *ierr); position 78 ompi/mpi/fortran/base/datarep.h OMPI_DATAREP_FORTRAN_DECLARE(mpi_conversion_fn_null, MPI_CONVERSION_FN_NULL, (char *userbuf, MPI_Fint *datatype, MPI_Fint *count, char *filebuf, MPI_Offset *position, MPI_Aint *extra_state, MPI_Fint *ierr)) position 45 ompi/mpi/fortran/mpif-h/pack_external_f.c (char *datarep, char *inbuf, MPI_Fint *incount, MPI_Fint *datatype, char *outbuf, MPI_Aint *outsize, MPI_Aint *position, MPI_Fint *ierr, int datarep_len), position 46 ompi/mpi/fortran/mpif-h/pack_external_f.c (datarep, inbuf, incount, datatype, outbuf, outsize, position, ierr, datarep_len) ) position 65 ompi/mpi/fortran/mpif-h/pack_external_f.c (char *datarep, char *inbuf, MPI_Fint *incount, MPI_Fint *datatype, char *outbuf, MPI_Aint *outsize, MPI_Aint *position, MPI_Fint *ierr, int datarep_len), position 66 ompi/mpi/fortran/mpif-h/pack_external_f.c (datarep, inbuf, incount, datatype, outbuf, outsize, position, ierr, datarep_len) ) position 75 ompi/mpi/fortran/mpif-h/pack_external_f.c MPI_Aint *outsize, MPI_Aint *position, position 96 ompi/mpi/fortran/mpif-h/pack_external_f.c position); position 42 ompi/mpi/fortran/mpif-h/pack_f.c (char *inbuf, MPI_Fint *incount, MPI_Fint *datatype, char *outbuf, MPI_Fint *outsize, MPI_Fint *position, MPI_Fint *comm, MPI_Fint *ierr), position 43 ompi/mpi/fortran/mpif-h/pack_f.c (inbuf, incount, datatype, outbuf, outsize, position, comm, ierr) ) position 62 ompi/mpi/fortran/mpif-h/pack_f.c (char *inbuf, MPI_Fint *incount, MPI_Fint *datatype, char *outbuf, MPI_Fint *outsize, MPI_Fint *position, MPI_Fint *comm, MPI_Fint *ierr), position 63 ompi/mpi/fortran/mpif-h/pack_f.c (inbuf, incount, datatype, outbuf, outsize, position, comm, ierr) ) position 71 ompi/mpi/fortran/mpif-h/pack_f.c char *outbuf, MPI_Fint *outsize, MPI_Fint *position, position 77 ompi/mpi/fortran/mpif-h/pack_f.c OMPI_SINGLE_NAME_DECL(position); position 81 ompi/mpi/fortran/mpif-h/pack_f.c OMPI_SINGLE_FINT_2_INT(position); position 86 ompi/mpi/fortran/mpif-h/pack_f.c OMPI_SINGLE_NAME_CONVERT(position), position 91 ompi/mpi/fortran/mpif-h/pack_f.c OMPI_SINGLE_INT_2_FINT(position); position 322 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Pack_external, mpi_pack_external, MPI_PACK_EXTERNAL, (char *datarep, char *inbuf, MPI_Fint *incount, MPI_Fint *datatype, char *outbuf, MPI_Aint *outsize, MPI_Aint *position, MPI_Fint *ierr, int datarep_len)); position 324 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Pack, mpi_pack, MPI_PACK, (char *inbuf, MPI_Fint *incount, MPI_Fint *datatype, char *outbuf, MPI_Fint *outsize, MPI_Fint *position, MPI_Fint *comm, MPI_Fint *ierr)); position 405 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Unpack, mpi_unpack, MPI_UNPACK, (char *inbuf, MPI_Fint *insize, MPI_Fint *position, char *outbuf, MPI_Fint *outcount, MPI_Fint *datatype, MPI_Fint *comm, MPI_Fint *ierr)); position 407 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Unpack_external, mpi_unpack_external, MPI_UNPACK_EXTERNAL, (char *datarep, char *inbuf, MPI_Aint *insize, MPI_Aint *position, char *outbuf, MPI_Fint *outcount, MPI_Fint *datatype, MPI_Fint *ierr, int datarep_len)); position 82 ompi/mpi/fortran/mpif-h/register_datarep_f.c void *filebuf, MPI_Offset position, position 85 ompi/mpi/fortran/mpif-h/register_datarep_f.c void *filebuf, MPI_Offset position, position 209 ompi/mpi/fortran/mpif-h/register_datarep_f.c void *filebuf, MPI_Offset position, position 218 ompi/mpi/fortran/mpif-h/register_datarep_f.c &position, intercept_data->extra_state_f77, position 227 ompi/mpi/fortran/mpif-h/register_datarep_f.c void *filebuf, MPI_Offset position, position 236 ompi/mpi/fortran/mpif-h/register_datarep_f.c &position, intercept_data->extra_state_f77, position 45 ompi/mpi/fortran/mpif-h/unpack_external_f.c (char *datarep, char *inbuf, MPI_Aint *insize, MPI_Aint *position, char *outbuf, MPI_Fint *outcount, MPI_Fint *datatype, MPI_Fint *ierr, int datarep_len), position 46 ompi/mpi/fortran/mpif-h/unpack_external_f.c (datarep, inbuf, insize, position, outbuf, outcount, datatype, ierr, datarep_len) ) position 65 ompi/mpi/fortran/mpif-h/unpack_external_f.c (char *datarep, char *inbuf, MPI_Aint *insize, MPI_Aint *position, char *outbuf, MPI_Fint *outcount, MPI_Fint *datatype, MPI_Fint *ierr, int datarep_len), position 66 ompi/mpi/fortran/mpif-h/unpack_external_f.c (datarep, inbuf, insize, position, outbuf, outcount, datatype, ierr, datarep_len) ) position 74 ompi/mpi/fortran/mpif-h/unpack_external_f.c MPI_Aint *position, char *outbuf, position 96 ompi/mpi/fortran/mpif-h/unpack_external_f.c position, position 42 ompi/mpi/fortran/mpif-h/unpack_f.c (char *inbuf, MPI_Fint *insize, MPI_Fint *position, char *outbuf, MPI_Fint *outcount, MPI_Fint *datatype, MPI_Fint *comm, MPI_Fint *ierr), position 43 ompi/mpi/fortran/mpif-h/unpack_f.c (inbuf, insize, position, outbuf, outcount, datatype, comm, ierr) ) position 62 ompi/mpi/fortran/mpif-h/unpack_f.c (char *inbuf, MPI_Fint *insize, MPI_Fint *position, char *outbuf, MPI_Fint *outcount, MPI_Fint *datatype, MPI_Fint *comm, MPI_Fint *ierr), position 63 ompi/mpi/fortran/mpif-h/unpack_f.c (inbuf, insize, position, outbuf, outcount, datatype, comm, ierr) ) position 70 ompi/mpi/fortran/mpif-h/unpack_f.c void ompi_unpack_f(char *inbuf, MPI_Fint *insize, MPI_Fint *position, position 77 ompi/mpi/fortran/mpif-h/unpack_f.c OMPI_SINGLE_NAME_DECL(position); position 81 ompi/mpi/fortran/mpif-h/unpack_f.c OMPI_SINGLE_FINT_2_INT(position); position 84 ompi/mpi/fortran/mpif-h/unpack_f.c OMPI_SINGLE_NAME_CONVERT(position), position 90 ompi/mpi/fortran/mpif-h/unpack_f.c OMPI_SINGLE_INT_2_FINT(position); position 498 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h position,comm,ierror) & position 505 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(INOUT) :: position position 511 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h outbuf,outsize,position,ierror,datarep_len) & position 522 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER(MPI_ADDRESS_KIND), INTENT(INOUT) :: position position 771 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_unpack_f(inbuf,insize,position,outbuf,outcount, & position 778 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(INOUT) :: position position 784 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_unpack_external_f(datarep,inbuf,insize,position, & position 794 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER(MPI_ADDRESS_KIND), INTENT(INOUT) :: position position 607 ompi/mpi/java/c/mpi_Comm.c jint inCount, jlong jType, jbyteArray outBuf, jint position) position 617 ompi/mpi/java/c/mpi_Comm.c if(inCount != 0 && outSize != position) position 621 ompi/mpi/java/c/mpi_Comm.c oBufPtr, outSize, &position, comm); position 628 ompi/mpi/java/c/mpi_Comm.c return position; position 633 ompi/mpi/java/c/mpi_Comm.c jbyteArray inBuf, jint position, jobject outBuf, jboolean outdb, position 644 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Unpack(iBufPtr, inSize, &position, position 650 ompi/mpi/java/c/mpi_Comm.c return position; position 919 ompi/mpi/java/java/Comm.java byte[] outbuf, int position) position 933 ompi/mpi/java/java/Comm.java type.handle, outbuf, position); position 938 ompi/mpi/java/java/Comm.java long type, byte[] outbuf, int position) throws MPIException; position 956 ompi/mpi/java/java/Comm.java public final int unpack(byte[] inbuf, int position, position 970 ompi/mpi/java/java/Comm.java return unpack(handle, inbuf, position, outbuf, outdb, position 975 ompi/mpi/java/java/Comm.java long comm, byte[] inbuf, int position, Object outbuf, boolean outdb, position 841 ompi/mpi/java/java/MPI.java return ((ByteBuffer)buf.clear().position(offset)) position 854 ompi/mpi/java/java/MPI.java return ((CharBuffer)buf.clear().position(offset)).slice(); position 866 ompi/mpi/java/java/MPI.java return ((ShortBuffer)buf.clear().position(offset)).slice(); position 878 ompi/mpi/java/java/MPI.java return ((IntBuffer)buf.clear().position(offset)).slice(); position 890 ompi/mpi/java/java/MPI.java return ((LongBuffer)buf.clear().position(offset)).slice(); position 902 ompi/mpi/java/java/MPI.java return ((FloatBuffer)buf.clear().position(offset)).slice(); position 914 ompi/mpi/java/java/MPI.java return ((DoubleBuffer)buf.clear().position(offset)).slice(); position 776 ompi/mpi/java/java/Struct.java int position = offset + field; position 777 ompi/mpi/java/java/Struct.java return position == 0 ? buffer : MPI.slice(buffer, position); position 795 ompi/mpi/java/java/Struct.java position = offset + field + index * extent; position 797 ompi/mpi/java/java/Struct.java return position == 0 ? buffer : MPI.slice(buffer, position); position 214 opal/class/opal_bitmap.c opal_bitmap_find_and_set_first_unset_bit(opal_bitmap_t *bm, int *position) position 224 opal/class/opal_bitmap.c *position = 0; position 231 opal/class/opal_bitmap.c *position = bm->array_size * SIZE_OF_BASE_TYPE; position 232 opal/class/opal_bitmap.c return opal_bitmap_set_bit(bm, *position); position 241 opal/class/opal_bitmap.c ++(*position); position 245 opal/class/opal_bitmap.c (*position) += i * SIZE_OF_BASE_TYPE; position 134 opal/class/opal_bitmap.h int *position); position 413 opal/datatype/opal_convertor.c size_t* position ) position 424 opal/datatype/opal_convertor.c rc = opal_convertor_create_stack_with_pos_contig( convertor, (*position), position 427 opal/datatype/opal_convertor.c if( (0 == (*position)) || ((*position) < convertor->bConverted) ) { position 429 opal/datatype/opal_convertor.c if( 0 == (*position) ) return rc; position 431 opal/datatype/opal_convertor.c rc = opal_convertor_generic_simple_position( convertor, position ); position 444 opal/datatype/opal_convertor.c *position = convertor->bConverted; position 239 opal/datatype/opal_convertor.h void** position ) position 242 opal/datatype/opal_convertor.h *position = (void*)base; position 246 opal/datatype/opal_convertor.h size_t offset, void** position ) position 249 opal/datatype/opal_convertor.h *position = (void*)base; position 311 opal/datatype/opal_convertor.h size_t* position ); position 314 opal/datatype/opal_convertor.h size_t* position ) position 320 opal/datatype/opal_convertor.h if( OPAL_UNLIKELY(convertor->local_size <= *position) ) { position 323 opal/datatype/opal_convertor.h *position = convertor->bConverted; position 330 opal/datatype/opal_convertor.h if( OPAL_LIKELY((*position) == convertor->bConverted) ) return OPAL_SUCCESS; position 339 opal/datatype/opal_convertor.h convertor->bConverted = *position; position 343 opal/datatype/opal_convertor.h return opal_convertor_set_position_nocheck( convertor, position ); position 352 opal/datatype/opal_convertor.h size_t* position ) position 356 opal/datatype/opal_convertor.h if( OPAL_UNLIKELY(NULL == position) ) position 358 opal/datatype/opal_convertor.h return opal_convertor_set_position( convertor, position ); position 373 opal/datatype/opal_convertor.h size_t* position ) position 376 opal/datatype/opal_convertor.h return opal_convertor_set_position( destination, position ); position 396 opal/datatype/opal_convertor.h size_t* position ); position 115 opal/datatype/opal_datatype_position.c size_t* position ) position 126 opal/datatype/opal_datatype_position.c DUMP( "opal_convertor_generic_simple_position( %p, &%ld )\n", (void*)pConvertor, (long)*position ); position 127 opal/datatype/opal_datatype_position.c assert(*position > pConvertor->bConverted); position 134 opal/datatype/opal_datatype_position.c iov_len_local = *position - pConvertor->bConverted; position 140 opal/datatype/opal_datatype_position.c (unsigned long)pConvertor->bConverted, (unsigned long)*position, (unsigned long)pConvertor->pDesc->size, position 146 opal/datatype/opal_datatype_position.c iov_len_local = *position - pConvertor->bConverted; position 250 opal/datatype/opal_datatype_position.c pConvertor->bConverted = *position; /* update the already converted bytes */ position 203 opal/mca/btl/usnic/btl_usnic_util.c size_t packable_len, position; position 207 opal/mca/btl/usnic/btl_usnic_util.c position = conv->bConverted + max_len; position 208 opal/mca/btl/usnic/btl_usnic_util.c rc = opal_convertor_clone_with_position(conv, &temp, 1, &position); position 213 opal/mca/btl/usnic/btl_usnic_util.c assert(position >= conv->bConverted); position 214 opal/mca/btl/usnic/btl_usnic_util.c packable_len = position - conv->bConverted; position 2451 opal/mca/event/libevent2022/libevent/buffer.c size_t position, enum evbuffer_ptr_how how) position 2453 opal/mca/event/libevent2022/libevent/buffer.c size_t left = position; position 2461 opal/mca/event/libevent2022/libevent/buffer.c pos->pos = position; position 2462 opal/mca/event/libevent2022/libevent/buffer.c position = 0; position 2467 opal/mca/event/libevent2022/libevent/buffer.c if (pos->pos < 0 || EV_SIZE_MAX - position < (size_t)pos->pos) { position 2472 opal/mca/event/libevent2022/libevent/buffer.c pos->pos += position; position 2473 opal/mca/event/libevent2022/libevent/buffer.c position = pos->_internal.pos_in_chain; position 2477 opal/mca/event/libevent2022/libevent/buffer.c EVUTIL_ASSERT(EV_SIZE_MAX - left >= position); position 2478 opal/mca/event/libevent2022/libevent/buffer.c while (chain && position + left >= chain->off) { position 2479 opal/mca/event/libevent2022/libevent/buffer.c left -= chain->off - position; position 2481 opal/mca/event/libevent2022/libevent/buffer.c position = 0; position 2485 opal/mca/event/libevent2022/libevent/buffer.c pos->_internal.pos_in_chain = position + left; position 2505 opal/mca/event/libevent2022/libevent/buffer.c size_t position; position 2516 opal/mca/event/libevent2022/libevent/buffer.c position = pos->_internal.pos_in_chain; position 2519 opal/mca/event/libevent2022/libevent/buffer.c if (len + position > chain->off) position 2520 opal/mca/event/libevent2022/libevent/buffer.c n_comparable = chain->off - position; position 2523 opal/mca/event/libevent2022/libevent/buffer.c r = memcmp(chain->buffer + chain->misalign + position, mem, position 2529 opal/mca/event/libevent2022/libevent/buffer.c position = 0; position 601 opal/mca/event/libevent2022/libevent/include/event2/buffer.h size_t position, enum evbuffer_ptr_how how); position 214 opal/mca/pmix/pmix4x/pmix/src/class/pmix_bitmap.c pmix_bitmap_find_and_set_first_unset_bit(pmix_bitmap_t *bm, int *position) position 224 opal/mca/pmix/pmix4x/pmix/src/class/pmix_bitmap.c *position = 0; position 231 opal/mca/pmix/pmix4x/pmix/src/class/pmix_bitmap.c *position = bm->array_size * SIZE_OF_BASE_TYPE; position 232 opal/mca/pmix/pmix4x/pmix/src/class/pmix_bitmap.c return pmix_bitmap_set_bit(bm, *position); position 241 opal/mca/pmix/pmix4x/pmix/src/class/pmix_bitmap.c ++(*position); position 245 opal/mca/pmix/pmix4x/pmix/src/class/pmix_bitmap.c (*position) += i * SIZE_OF_BASE_TYPE; position 135 opal/mca/pmix/pmix4x/pmix/src/class/pmix_bitmap.h int *position); position 115 test/datatype/external32.c MPI_Aint position = 0, buffer_size; position 127 test/datatype/external32.c buffer, buffer_size, &position); position 134 test/datatype/external32.c printf("packed %ld bytes into a %ld bytes buffer ", position, buffer_size); dump_hex(buffer, position); printf("\n"); position 136 test/datatype/external32.c position = 0; position 137 test/datatype/external32.c error = ompi_datatype_unpack_external("external32", buffer, buffer_size, &position, position 37 test/datatype/position.c size_t position; position 47 test/datatype/position.c size_t data_size, total_length, position; position 63 test/datatype/position.c position = 0; position 68 test/datatype/position.c segment->position = position; position 71 test/datatype/position.c position += segment_length; position 72 test/datatype/position.c opal_convertor_set_position( convertor, &position ); position 73 test/datatype/position.c segment->size = position - segment->position; position 109 test/datatype/position.c size_t max_size, position; position 122 test/datatype/position.c position = segments[i].position; position 123 test/datatype/position.c opal_convertor_set_position( convertor, &position ); position 124 test/datatype/position.c if( position != segments[i].position ) { position 126 test/datatype/position.c (unsigned long)segments[i].position, (unsigned long)position ); position 136 test/datatype/position.c (unsigned long)segments[i].position, segments[i].size ); position 150 test/datatype/position.c size_t max_size, position; position 163 test/datatype/position.c position = segments[i].position; position 164 test/datatype/position.c opal_convertor_set_position( convertor, &position ); position 165 test/datatype/position.c if( position != segments[i].position ) { position 167 test/datatype/position.c (unsigned long)segments[i].position, (unsigned long)position ); position 177 test/datatype/position.c (unsigned long)segments[i].position, segments[i].size ); position 36 test/datatype/position_noncontig.c size_t position; position 46 test/datatype/position_noncontig.c size_t data_size, total_length, position; position 62 test/datatype/position_noncontig.c position = 0; position 67 test/datatype/position_noncontig.c segment->position = position; position 70 test/datatype/position_noncontig.c position += segment_length; position 71 test/datatype/position_noncontig.c opal_convertor_set_position( convertor, &position ); position 72 test/datatype/position_noncontig.c segment->size = position - segment->position; position 108 test/datatype/position_noncontig.c size_t max_size, position; position 121 test/datatype/position_noncontig.c position = segments[i].position; position 122 test/datatype/position_noncontig.c opal_convertor_set_position( convertor, &position ); position 123 test/datatype/position_noncontig.c if( position != segments[i].position ) { position 125 test/datatype/position_noncontig.c (unsigned long)segments[i].position, (unsigned long)position ); position 135 test/datatype/position_noncontig.c (unsigned long)segments[i].position, segments[i].size ); position 149 test/datatype/position_noncontig.c size_t max_size, position; position 162 test/datatype/position_noncontig.c position = segments[i].position; position 163 test/datatype/position_noncontig.c opal_convertor_set_position( convertor, &position ); position 164 test/datatype/position_noncontig.c if( position != segments[i].position ) { position 166 test/datatype/position_noncontig.c (unsigned long)segments[i].position, (unsigned long)position ); position 176 test/datatype/position_noncontig.c (unsigned long)segments[i].position, segments[i].size );