rem 99 ompi/datatype/ompi_datatype_create_darray.c int blksize, i, blklens[2], st_index, end_index, local_size, rem, count, rc; rem 116 ompi/datatype/ompi_datatype_create_darray.c rem = (end_index - st_index + 1) % (nprocs*blksize); rem 117 ompi/datatype/ompi_datatype_create_darray.c local_size += rem < blksize ? rem : blksize; rem 121 ompi/datatype/ompi_datatype_create_darray.c rem = local_size % blksize; rem 137 ompi/datatype/ompi_datatype_create_darray.c if (rem) { rem 143 ompi/datatype/ompi_datatype_create_darray.c blklens[0] = 1; blklens[1] = rem; rem 24 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c int rem, size, nbytes; rem 30 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c rem = len % fd->d_miniosz; rem 31 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c size = len - rem; rem 33 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c nbytes += pwrite(fd->fd_sys, ((char *)buf) + size, rem, offset+size); rem 43 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c int rem, size, nbytes; rem 49 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c rem = len % fd->d_miniosz; rem 50 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c size = len - rem; rem 52 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c nbytes += pread(fd->fd_sys, ((char *)buf) + size, rem, offset+size); rem 105 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c int ntimes, rem, newrem, i, size, nbytes; rem 120 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c rem = len - ntimes * read_chunk_sz; rem 127 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c if (rem) { rem 128 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c if (!(rem % fd->d_miniosz)) rem 130 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c ((char *)buf) + ntimes * read_chunk_sz, rem, offset); rem 132 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c newrem = rem % fd->d_miniosz; rem 133 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c size = rem - newrem; rem 146 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c rem = len % fd->d_miniosz; rem 147 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c size = len - rem; rem 149 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c nbytes += pread(fd->fd_sys, (char *)buf + size, rem, offset+size); rem 116 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c ADIO_Offset nbytes, rem, newrem, size; rem 133 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c rem = len - ntimes * write_chunk_sz; rem 141 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c if (rem) { rem 142 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c if (!(rem % fd->d_miniosz)) { rem 144 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c ((char *)buf) + ntimes * write_chunk_sz, rem, offset); rem 147 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c newrem = rem % fd->d_miniosz; rem 148 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c size = rem - newrem; rem 162 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c rem = len % fd->d_miniosz; rem 163 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c size = len - rem; rem 166 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c nbytes = pwrite(fd->fd_sys, (char *)buf + size, rem, offset+size); rem 216 ompi/mca/io/romio321/romio/adio/common/ad_darray.c int blksize, i, blklens[3], st_index, end_index, local_size, rem, count; rem 235 ompi/mca/io/romio321/romio/adio/common/ad_darray.c rem = (end_index - st_index + 1) % (nprocs*blksize); rem 236 ompi/mca/io/romio321/romio/adio/common/ad_darray.c local_size += ADIOI_MIN(rem, blksize); rem 240 ompi/mca/io/romio321/romio/adio/common/ad_darray.c rem = local_size % blksize; rem 249 ompi/mca/io/romio321/romio/adio/common/ad_darray.c if (rem) { rem 258 ompi/mca/io/romio321/romio/adio/common/ad_darray.c blklens[1] = rem; rem 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; rem 65 ompi/mca/io/romio321/romio/adio/common/eof_offset.c rem = (disp + flat_file->indices[i] + rem 68 ompi/mca/io/romio321/romio/adio/common/eof_offset.c sum -= rem; rem 75 opal/mca/if/posix_ipv4/if_posix.c int lastlen, rem; rem 162 opal/mca/if/posix_ipv4/if_posix.c rem = ifconf.ifc_len; rem 165 opal/mca/if/posix_ipv4/if_posix.c while (rem > 0) { rem 183 opal/mca/if/posix_ipv4/if_posix.c rem -= length; rem 105 opal/mca/pmix/pmix4x/pmix/src/mca/pif/posix_ipv4/pif_posix.c int lastlen, rem; rem 192 opal/mca/pmix/pmix4x/pmix/src/mca/pif/posix_ipv4/pif_posix.c rem = ifconf.ifc_len; rem 195 opal/mca/pmix/pmix4x/pmix/src/mca/pif/posix_ipv4/pif_posix.c while (rem > 0) { rem 213 opal/mca/pmix/pmix4x/pmix/src/mca/pif/posix_ipv4/pif_posix.c rem -= length; rem 189 opal/win32/win_compat.h #define nanosleep(tp, rem) Sleep(*tp.tv_sec*1000+*tp.tv_nsec/1000000)