size_in_file       18 ompi/mca/io/romio321/romio/adio/common/eof_offset.c     ADIO_Offset fsize, disp, sum=0, size_in_file, n_filetypes, rem, etype_size;
size_in_file       75 ompi/mca/io/romio321/romio/adio/common/eof_offset.c 	size_in_file = n_filetypes*(ADIO_Offset)filetype_size + sum;
size_in_file       76 ompi/mca/io/romio321/romio/adio/common/eof_offset.c 	*eof_offset = (size_in_file+etype_size-1)/etype_size; /* ceiling division */
size_in_file       22 ompi/mca/io/romio321/romio/adio/common/get_fp_posn.c     ADIO_Offset disp, byte_offset, sum=0, size_in_file, n_filetypes, frd_size;
size_in_file       57 ompi/mca/io/romio321/romio/adio/common/get_fp_posn.c 	size_in_file = n_filetypes * (ADIO_Offset)filetype_size + sum;
size_in_file       58 ompi/mca/io/romio321/romio/adio/common/get_fp_posn.c 	*offset = size_in_file/etype_size;