remainder 708 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c ADIO_Offset i, remainder; remainder 761 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c remainder = (fd->fp_ind - fd->disp - flat_file->indices[0]) % remainder 763 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c if (remainder) { remainder 769 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c flat_file->blocklens[i]) >= remainder) { remainder 770 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c sum -= (flat_file->blocklens[i] - (sum - remainder)); remainder 779 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c remainder = total_io % filetype_size; remainder 780 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c if (!remainder) { remainder 793 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c if (sum >= remainder) { remainder 795 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c flat_file->blocklens[i] - sum + remainder - 1; remainder 808 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c remainder = (etype_size * offset) % filetype_size; remainder 813 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c if (sum >= remainder) { remainder 814 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c if (sum == remainder) remainder 818 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c flat_file->blocklens[i] - sum + remainder; remainder 828 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c remainder = (offset * etype_size + total_io) % filetype_size; remainder 830 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c if (!remainder) { remainder 849 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c if (sum >= remainder) { remainder 851 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c flat_file->blocklens[i] - sum + remainder - 1; remainder 23 ompi/mca/io/romio321/romio/adio/common/utils.c MPI_Datatype chunks, remainder; remainder 36 ompi/mca/io/romio321/romio/adio/common/utils.c MPI_Type_contiguous(r, oldtype, &remainder); remainder 42 ompi/mca/io/romio321/romio/adio/common/utils.c types[0] = chunks; types[1] = remainder; remainder 47 ompi/mca/io/romio321/romio/adio/common/utils.c MPI_Type_free(&remainder); remainder 1668 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c size_t remainder; remainder 1673 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c remainder = (uintptr_t) addr & (hwloc_getpagesize()-1); remainder 1674 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c addr = (char*) addr - remainder; remainder 1675 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c len += remainder; remainder 286 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c size_t remainder; remainder 312 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c remainder = (uintptr_t) addr & (sysconf(_SC_PAGESIZE)-1); remainder 313 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c addr = (char*) addr - remainder; remainder 314 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c len += remainder; remainder 4142 oshmem/mca/memheap/ptmalloc/malloc.c mchunkptr remainder = chunk_plus_offset(newp, nb); remainder 4144 oshmem/mca/memheap/ptmalloc/malloc.c set_inuse(m, remainder, rsize); remainder 4145 oshmem/mca/memheap/ptmalloc/malloc.c extra = chunk2mem(remainder); remainder 4252 oshmem/mca/memheap/ptmalloc/malloc.c mchunkptr remainder = chunk_plus_offset(p, nb); remainder 4254 oshmem/mca/memheap/ptmalloc/malloc.c set_inuse(m, remainder, remainder_size); remainder 4255 oshmem/mca/memheap/ptmalloc/malloc.c trailer = chunk2mem(remainder);