total_length 124 ompi/mca/fbtl/posix/fbtl_posix.c off_t start_offset, end_offset, total_length; total_length 175 ompi/mca/fbtl/posix/fbtl_posix.c total_length = (end_offset - start_offset); total_length 178 ompi/mca/fbtl/posix/fbtl_posix.c ret_code = mca_fbtl_posix_lock( &data->aio_lock, data->aio_fh, F_RDLCK, start_offset, total_length, OMPIO_LOCK_ENTIRE_REGION ); total_length 181 ompi/mca/fbtl/posix/fbtl_posix.c ret_code = mca_fbtl_posix_lock( &data->aio_lock, data->aio_fh, F_WRLCK, start_offset, total_length, OMPIO_LOCK_ENTIRE_REGION ); total_length 43 ompi/mca/fbtl/posix/fbtl_posix_ipreadv.c off_t start_offset, end_offset, total_length; total_length 94 ompi/mca/fbtl/posix/fbtl_posix_ipreadv.c total_length = (end_offset - start_offset); total_length 95 ompi/mca/fbtl/posix/fbtl_posix_ipreadv.c ret = mca_fbtl_posix_lock( &data->aio_lock, data->aio_fh, F_RDLCK, start_offset, total_length, OMPIO_LOCK_ENTIRE_REGION ); total_length 42 ompi/mca/fbtl/posix/fbtl_posix_ipwritev.c off_t start_offset, end_offset, total_length; total_length 93 ompi/mca/fbtl/posix/fbtl_posix_ipwritev.c total_length = (end_offset - start_offset); total_length 94 ompi/mca/fbtl/posix/fbtl_posix_ipwritev.c ret = mca_fbtl_posix_lock( &data->aio_lock, data->aio_fh, F_WRLCK, start_offset, total_length, OMPIO_LOCK_ENTIRE_REGION ); total_length 40 ompi/mca/fbtl/posix/fbtl_posix_preadv.c off_t total_length, end_offset=0; total_length 87 ompi/mca/fbtl/posix/fbtl_posix_preadv.c total_length = (end_offset - (off_t)iov_offset ); total_length 89 ompi/mca/fbtl/posix/fbtl_posix_preadv.c ret = mca_fbtl_posix_lock ( &lock, fh, F_RDLCK, iov_offset, total_length, OMPIO_LOCK_SELECTIVE ); total_length 42 ompi/mca/fbtl/posix/fbtl_posix_pwritev.c off_t total_length, end_offset=0; total_length 100 ompi/mca/fbtl/posix/fbtl_posix_pwritev.c total_length = (end_offset - (off_t)iov_offset); total_length 101 ompi/mca/fbtl/posix/fbtl_posix_pwritev.c ret = mca_fbtl_posix_lock ( &lock, fh, F_WRLCK, iov_offset, total_length, OMPIO_LOCK_SELECTIVE ); total_length 148 opal/datatype/opal_datatype_copy.h size_t total_length = iov_len_local; total_length 150 opal/datatype/opal_datatype_copy.h while( total_length > 0 ) { total_length 151 opal/datatype/opal_datatype_copy.h if( memop_chunk > total_length ) memop_chunk = total_length; total_length 157 opal/datatype/opal_datatype_copy.h STRINGIFY(MEM_OP_NAME), (void*)destination, (void*)source, (unsigned long)memop_chunk, (unsigned long)total_length ); ); total_length 161 opal/datatype/opal_datatype_copy.h total_length -= memop_chunk; total_length 41 opal/mca/pmix/pmix4x/pmix/src/util/os_path.c size_t num_elements, total_length; total_length 49 opal/mca/pmix/pmix4x/pmix/src/util/os_path.c total_length = 0; total_length 52 opal/mca/pmix/pmix4x/pmix/src/util/os_path.c total_length = total_length + strlen(element); total_length 53 opal/mca/pmix/pmix4x/pmix/src/util/os_path.c if( path_sep[0] != element[0] ) total_length++; total_length 71 opal/mca/pmix/pmix4x/pmix/src/util/os_path.c total_length = total_length + num_elements * strlen(path_sep) + 1; total_length 73 opal/mca/pmix/pmix4x/pmix/src/util/os_path.c total_length++; total_length 76 opal/mca/pmix/pmix4x/pmix/src/util/os_path.c if (total_length > PMIX_PATH_MAX) { /* path length is too long - reject it */ total_length 80 opal/mca/pmix/pmix4x/pmix/src/util/os_path.c path = (char *)malloc(total_length); total_length 40 opal/util/os_path.c size_t num_elements, total_length; total_length 48 opal/util/os_path.c total_length = 0; total_length 51 opal/util/os_path.c total_length = total_length + strlen(element); total_length 52 opal/util/os_path.c if( path_sep[0] != element[0] ) total_length++; total_length 68 opal/util/os_path.c total_length = total_length + num_elements * strlen(path_sep) + 1; total_length 70 opal/util/os_path.c total_length++; total_length 73 opal/util/os_path.c if (total_length > OPAL_PATH_MAX) { /* path length is too long - reject it */ total_length 77 opal/util/os_path.c path = (char *)calloc(total_length, sizeof(char)); total_length 89 opal/util/os_path.c strncat(path, path_sep, total_length); total_length 95 opal/util/os_path.c strncat(path, path_sep, total_length); total_length 97 opal/util/os_path.c strncat(path, element, total_length); total_length 55 test/datatype/ddt_raw.c unsigned int i, iov_count, total_length; total_length 65 test/datatype/ddt_raw.c total_length = length * (length + 1) * ( sizeof(double) / 2); total_length 74 test/datatype/ddt_raw.c for( i = total_length; i > 0; ) { total_length 53 test/datatype/ddt_test.c unsigned int i, j, iov_count, split_chunk, total_length; total_length 67 test/datatype/ddt_test.c total_length = length * (length + 1) * ( sizeof(double) / 2); total_length 68 test/datatype/ddt_test.c inbuf = (double*)malloc( total_length ); total_length 88 test/datatype/ddt_test.c for( i = total_length; i > 0; ) { total_length 71 test/datatype/opal_datatype_test.c unsigned int i, j, iov_count, split_chunk, total_length; total_length 85 test/datatype/opal_datatype_test.c total_length = length * (length + 1) * ( sizeof(double) / 2); total_length 86 test/datatype/opal_datatype_test.c inbuf = (double*)malloc( total_length ); total_length 106 test/datatype/opal_datatype_test.c for( i = total_length; i > 0; ) { total_length 47 test/datatype/position.c size_t data_size, total_length, position; total_length 64 test/datatype/position.c total_length = 0; total_length 74 test/datatype/position.c total_length += segment->size; total_length 77 test/datatype/position.c if( total_length != data_size ) { total_length 46 test/datatype/position_noncontig.c size_t data_size, total_length, position; total_length 63 test/datatype/position_noncontig.c total_length = 0; total_length 73 test/datatype/position_noncontig.c total_length += segment->size; total_length 76 test/datatype/position_noncontig.c if( total_length != data_size ) {