flat_type         101 ompi/mca/io/romio321/romio/adio/common/flatten.c void ADIOI_Optimize_flattened(ADIOI_Flatlist_node *flat_type);
flat_type        1226 ompi/mca/io/romio321/romio/adio/common/flatten.c void ADIOI_Optimize_flattened(ADIOI_Flatlist_node *flat_type)
flat_type        1235 ompi/mca/io/romio321/romio/adio/common/flatten.c     for (i=0; i < (flat_type->count - 1); i++) {
flat_type        1236 ompi/mca/io/romio321/romio/adio/common/flatten.c         if ((flat_type->indices[i] + flat_type->blocklens[i] !=
flat_type        1237 ompi/mca/io/romio321/romio/adio/common/flatten.c 	     flat_type->indices[i + 1]))
flat_type        1242 ompi/mca/io/romio321/romio/adio/common/flatten.c     if (opt_blocks == flat_type->count) return;
flat_type        1248 ompi/mca/io/romio321/romio/adio/common/flatten.c     opt_blocklens[0] = flat_type->blocklens[0];
flat_type        1249 ompi/mca/io/romio321/romio/adio/common/flatten.c     opt_indices[0] = flat_type->indices[0];
flat_type        1251 ompi/mca/io/romio321/romio/adio/common/flatten.c     for (i=0; i < (flat_type->count - 1); i++) {
flat_type        1252 ompi/mca/io/romio321/romio/adio/common/flatten.c 	if ((flat_type->indices[i] + flat_type->blocklens[i] ==
flat_type        1253 ompi/mca/io/romio321/romio/adio/common/flatten.c 	     flat_type->indices[i + 1]))
flat_type        1254 ompi/mca/io/romio321/romio/adio/common/flatten.c 	    opt_blocklens[j] += flat_type->blocklens[i + 1];
flat_type        1257 ompi/mca/io/romio321/romio/adio/common/flatten.c 	    opt_indices[j] = flat_type->indices[i + 1];
flat_type        1258 ompi/mca/io/romio321/romio/adio/common/flatten.c 	    opt_blocklens[j] = flat_type->blocklens[i + 1];
flat_type        1261 ompi/mca/io/romio321/romio/adio/common/flatten.c     flat_type->count = opt_blocks;
flat_type        1262 ompi/mca/io/romio321/romio/adio/common/flatten.c     ADIOI_Free(flat_type->blocklens);
flat_type        1263 ompi/mca/io/romio321/romio/adio/common/flatten.c     ADIOI_Free(flat_type->indices);
flat_type        1264 ompi/mca/io/romio321/romio/adio/common/flatten.c     flat_type->blocklens = opt_blocklens;
flat_type        1265 ompi/mca/io/romio321/romio/adio/common/flatten.c     flat_type->indices = opt_indices;