nelem            1423 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	int nelem;
nelem            1436 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	    a[j].nelem = count[i];
nelem            1459 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 		tmp.nelem = a[k].nelem;
nelem            1463 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 		a[k].nelem = a[smallest].nelem;
nelem            1467 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 		a[smallest].nelem = tmp.nelem;
nelem            1480 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	(a[0].nelem)--;
nelem            1482 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	if (!a[0].nelem) {
nelem            1485 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	    a[0].nelem = a[heapsize-1].nelem;
nelem            1511 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 		tmp.nelem = a[k].nelem;
nelem            1515 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 		a[k].nelem = a[smallest].nelem;
nelem            1519 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 		a[smallest].nelem = tmp.nelem;
nelem            1409 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	int nelem;
nelem            1422 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	    a[j].nelem = count[i];
nelem            1452 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 		tmp.nelem = a[k].nelem;
nelem            1456 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 		a[k].nelem = a[smallest].nelem;
nelem            1460 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 		a[smallest].nelem = tmp.nelem;
nelem            1472 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	(a[0].nelem)--;
nelem            1474 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	if (!a[0].nelem) {
nelem            1477 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	    a[0].nelem = a[heapsize-1].nelem;
nelem            1503 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 		tmp.nelem = a[k].nelem;
nelem            1507 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 		a[k].nelem = a[smallest].nelem;
nelem            1511 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 		a[smallest].nelem = tmp.nelem;
nelem             976 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	int nelem;
nelem             989 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	    a[j].nelem = count[i];
nelem            1019 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 		tmp.nelem = a[k].nelem;
nelem            1023 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 		a[k].nelem = a[smallest].nelem;
nelem            1027 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 		a[smallest].nelem = tmp.nelem;
nelem            1039 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	(a[0].nelem)--;
nelem            1041 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	if (!a[0].nelem) {
nelem            1044 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	    a[0].nelem = a[heapsize-1].nelem;
nelem            1070 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 		tmp.nelem = a[k].nelem;
nelem            1074 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 		a[k].nelem = a[smallest].nelem;
nelem            1078 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 		a[smallest].nelem = tmp.nelem;
nelem              36 ompi/mca/io/romio321/romio/adio/common/malloc.c void *ADIOI_Calloc_fn(size_t nelem, size_t elsize, int lineno, const char *fname);
nelem              62 ompi/mca/io/romio321/romio/adio/common/malloc.c void *ADIOI_Calloc_fn(size_t nelem, size_t elsize, int lineno, const char *fname)
nelem              67 ompi/mca/io/romio321/romio/adio/common/malloc.c     new = (void *) MPIU_trcalloc(nelem, elsize, lineno, fname);
nelem              69 ompi/mca/io/romio321/romio/adio/common/malloc.c     new = (void *) calloc(nelem, elsize);
nelem              71 ompi/mca/io/romio321/romio/adio/common/malloc.c     if (!new && nelem) {
nelem             364 ompi/mca/io/romio321/romio/adio/include/adioi.h void *ADIOI_Calloc_fn(size_t nelem, size_t elsize, int lineno, const char *fname);
nelem              48 ompi/mca/io/romio321/romio/test/darray_read.c   int tsize, nelem;
nelem              62 ompi/mca/io/romio321/romio/test/darray_read.c   nelem = tsize / sizeof(double);
nelem              87 ompi/mca/io/romio321/romio/test/darray_read.c   CHECK(MPI_File_read_all(mpi_fh, ldata, nelem, MPI_DOUBLE, &status));
nelem              94 ompi/mca/io/romio321/romio/test/darray_read.c       printf("=== Rank %i === (%i elements) \nPacked: ", rank, nelem);
nelem              95 ompi/mca/io/romio321/romio/test/darray_read.c       for(j = 0; j < nelem; j++) {
nelem             100 ompi/mca/io/romio321/romio/test/darray_read.c       for(j = 0; j < nelem; j++) {
nelem             109 ompi/mca/io/romio321/romio/test/darray_read.c 	for (j=0; j< nelem; j++) {