maps 15 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! API bindings. It effectively maps between public names ("MPI_Init") maps 605 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c unsigned long *maps; maps 633 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c maps = malloc(nr_maps_allocated * sizeof(*maps)); maps 634 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c if (!maps) { maps 647 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c unsigned long *tmp = realloc(maps, 2*nr_maps_allocated * sizeof(*maps)); maps 650 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c free(maps); maps 653 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c maps = tmp; maps 659 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c maps[nr_maps++] = map; maps 668 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c maps[nr_maps++] = map; maps 676 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_bitmap_set_ith_ulong(set, i, maps[nr_maps-1-i]); maps 680 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c mask = maps[nr_maps-2*i-1]; maps 682 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c mask |= maps[nr_maps-2*i-2] << KERNEL_CPU_MASK_BITS; maps 687 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c free(maps); maps 599 orte/runtime/data_type_support/orte_dt_packing_fns.c orte_job_map_t **maps; maps 602 orte/runtime/data_type_support/orte_dt_packing_fns.c maps = (orte_job_map_t**) src; maps 606 orte/runtime/data_type_support/orte_dt_packing_fns.c if (ORTE_SUCCESS != (rc = opal_dss_pack_buffer(buffer, &(maps[i]->req_mapper), 1, OPAL_STRING))) { maps 611 orte/runtime/data_type_support/orte_dt_packing_fns.c if (ORTE_SUCCESS != (rc = opal_dss_pack_buffer(buffer, &(maps[i]->last_mapper), 1, OPAL_STRING))) { maps 616 orte/runtime/data_type_support/orte_dt_packing_fns.c if (ORTE_SUCCESS != (rc = opal_dss_pack_buffer(buffer, &(maps[i]->mapping), 1, ORTE_MAPPING_POLICY))) { maps 620 orte/runtime/data_type_support/orte_dt_packing_fns.c if (ORTE_SUCCESS != (rc = opal_dss_pack_buffer(buffer, &(maps[i]->ranking), 1, ORTE_RANKING_POLICY))) { maps 624 orte/runtime/data_type_support/orte_dt_packing_fns.c if (ORTE_SUCCESS != (rc = opal_dss_pack_buffer(buffer, &(maps[i]->binding), 1, OPAL_BINDING_POLICY))) { maps 629 orte/runtime/data_type_support/orte_dt_packing_fns.c if (ORTE_SUCCESS != (rc = opal_dss_pack_buffer(buffer, &(maps[i]->ppr), 1, OPAL_STRING))) { maps 634 orte/runtime/data_type_support/orte_dt_packing_fns.c if (ORTE_SUCCESS != (rc = opal_dss_pack_buffer(buffer, &(maps[i]->cpus_per_rank), 1, OPAL_INT16))) { maps 639 orte/runtime/data_type_support/orte_dt_packing_fns.c if (ORTE_SUCCESS != (rc = opal_dss_pack_buffer(buffer, &(maps[i]->display_map), 1, OPAL_BOOL))) { maps 644 orte/runtime/data_type_support/orte_dt_packing_fns.c if (ORTE_SUCCESS != (rc = opal_dss_pack_buffer(buffer, &(maps[i]->num_nodes), 1, OPAL_UINT32))) { maps 651 orte/runtime/data_type_support/orte_dt_unpacking_fns.c orte_job_map_t **maps; maps 654 orte/runtime/data_type_support/orte_dt_unpacking_fns.c maps = (orte_job_map_t**) dest; maps 658 orte/runtime/data_type_support/orte_dt_unpacking_fns.c maps[i] = OBJ_NEW(orte_job_map_t); maps 659 orte/runtime/data_type_support/orte_dt_unpacking_fns.c if (NULL == maps[i]) { maps 667 orte/runtime/data_type_support/orte_dt_unpacking_fns.c &(maps[i]->req_mapper), &n, OPAL_STRING))) { maps 675 orte/runtime/data_type_support/orte_dt_unpacking_fns.c &(maps[i]->last_mapper), &n, OPAL_STRING))) { maps 683 orte/runtime/data_type_support/orte_dt_unpacking_fns.c &(maps[i]->mapping), &n, ORTE_MAPPING_POLICY))) { maps 689 orte/runtime/data_type_support/orte_dt_unpacking_fns.c &(maps[i]->ranking), &n, ORTE_RANKING_POLICY))) { maps 695 orte/runtime/data_type_support/orte_dt_unpacking_fns.c &(maps[i]->binding), &n, OPAL_BINDING_POLICY))) { maps 702 orte/runtime/data_type_support/orte_dt_unpacking_fns.c &(maps[i]->ppr), &n, OPAL_STRING))) { maps 709 orte/runtime/data_type_support/orte_dt_unpacking_fns.c &(maps[i]->cpus_per_rank), &n, OPAL_INT16))) { maps 716 orte/runtime/data_type_support/orte_dt_unpacking_fns.c &(maps[i]->display_map), &n, OPAL_BOOL))) { maps 723 orte/runtime/data_type_support/orte_dt_unpacking_fns.c &(maps[i]->num_nodes), &n, OPAL_UINT32))) {