idx               240 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c     int idx;
idx               261 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c     for( idx = opal_ifbegin(); idx >= 0; idx = opal_ifnext (idx) ) {
idx               265 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c         opal_ifindextoaddr (idx, (struct sockaddr*) &local_addr, sizeof (local_addr));
idx               266 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c         opal_ifindextoname (idx, local_if_name, sizeof (local_if_name));
idx               310 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c         kindex = opal_ifindextokindex(idx);
idx               341 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c             opal_ifindextomask(idx,
idx               355 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c             opal_ifindextomask(idx,
idx               522 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c static void start_time(int idx);
idx               523 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c static void end_time(int idx);
idx               524 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c static void display_indv_timer(int idx, int proc, int msgs);
idx               525 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c static void display_indv_timer_core(int idx, int proc, int msgs, bool direct);
idx               533 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c #define START_TIMER(idx)                    \
idx               536 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c       start_time(idx);                      \
idx               540 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c #define END_TIMER(idx)                      \
idx               543 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c       end_time(idx);                        \
idx               547 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c #define DISPLAY_INDV_TIMER(idx, proc, msg)  \
idx               550 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c       display_indv_timer(idx, proc, msg);   \
idx              6180 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c static void start_time(int idx) {
idx              6181 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     if(idx < CRCP_TIMER_MAX ) {
idx              6182 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         timer_start[idx] = get_time();
idx              6186 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c static void end_time(int idx) {
idx              6187 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     if(idx < CRCP_TIMER_MAX ) {
idx              6188 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         timer_end[idx] = get_time();
idx              6263 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c static void display_indv_timer(int idx, int proc, int msgs) {
idx              6264 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     display_indv_timer_core(idx, proc, msgs, true);
idx              6267 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c static void display_indv_timer_core(int idx, int proc, int msgs, bool direct) {
idx              6268 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     double diff = timer_end[idx] - timer_start[idx];
idx              6276 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     if(timer_end[idx] <= 0.001) {
idx              6280 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     switch(idx) {
idx              6301 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                 timer_label[idx],
idx               186 ompi/mca/hook/base/hook_base.c         int idx;                                                        \
idx               188 ompi/mca/hook/base/hook_base.c         for(idx = 0; NULL != mca_hook_base_static_components[idx]; ++idx ) { \
idx               189 ompi/mca/hook/base/hook_base.c             component = (ompi_hook_base_component_t*)mca_hook_base_static_components[idx]; \
idx                66 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	tmp_view_state_p->flat_type_p->blocklens[tmp_state_p->idx] -
idx               108 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	   tmp_flat_type_p->blocklens[tmp_state_p->idx]);
idx               113 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c     assert(tmp_flat_type_p->blocklens[tmp_state_p->idx] != 0);
idx               117 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    "max_sz=%Ld)\n", tmp_state_p->idx, 
idx               118 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    tmp_flat_type_p->blocklens[tmp_state_p->idx], 
idx               123 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c     if (tmp_flat_type_p->blocklens[tmp_state_p->idx] - 
idx               126 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	data_sz = tmp_flat_type_p->blocklens[tmp_state_p->idx] -
idx               134 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    assert(tmp_flat_type_p->blocklens[tmp_state_p->idx] != 0);
idx               146 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    if (tmp_state_p->idx == (tmp_flat_type_p->count - 1))
idx               162 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		    tmp_flat_type_p->indices[tmp_state_p->idx + 1] -
idx               163 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		    (tmp_flat_type_p->indices[tmp_state_p->idx] +
idx               169 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		    (tmp_flat_type_p->indices[tmp_state_p->idx + 1] -
idx               170 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c                     (tmp_flat_type_p->indices[tmp_state_p->idx] +
idx               177 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		tmp_state_p->idx = 
idx               178 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		    (tmp_state_p->idx + 1) % tmp_flat_type_p->count;
idx               179 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    } while (tmp_flat_type_p->blocklens[tmp_state_p->idx] == 0);
idx               242 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	while (tmp_flat_type_p->blocklens[tmp_state_p->idx] == 0)
idx               243 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    tmp_state_p->idx = (tmp_state_p->idx + 1) % tmp_flat_type_p->count;
idx               245 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    tmp_state_p->abs_off += tmp_flat_type_p->indices[tmp_state_p->idx];
idx               617 ompi/mca/io/romio321/romio/adio/include/adioi.h     ADIO_Offset idx;
idx                24 ompi/mca/io/romio321/romio/mpi-io/glue/default/mpio_err.c     int idx = 0;
idx                29 ompi/mca/io/romio321/romio/mpi-io/glue/default/mpio_err.c 	idx += ADIOI_Snprintf(buf, 1023, "%s (line %d): ", fcname, line);
idx                31 ompi/mca/io/romio321/romio/mpi-io/glue/default/mpio_err.c 	    ADIOI_Snprintf(&buf[idx], 1023 - idx, "%s\n", generic_msg);
idx                35 ompi/mca/io/romio321/romio/mpi-io/glue/default/mpio_err.c 	    vsnprintf(&buf[idx], 1023 - idx, specific_msg, Argp);
idx                24 ompi/mca/io/romio321/romio/mpi-io/glue/openmpi/mpio_err.c     int idx = 0;
idx                29 ompi/mca/io/romio321/romio/mpi-io/glue/openmpi/mpio_err.c         idx += ADIOI_Snprintf(buf, 1023, "%s (line %d): ", fcname, line);
idx                31 ompi/mca/io/romio321/romio/mpi-io/glue/openmpi/mpio_err.c             ADIOI_Snprintf(&buf[idx], 1023 - idx, "%s\n", generic_msg);
idx                35 ompi/mca/io/romio321/romio/mpi-io/glue/openmpi/mpio_err.c             vsnprintf(&buf[idx], 1023 - idx, specific_msg, Argp);
idx                41 ompi/mca/sharedfp/individual/sharedfp_individual_collaborate_data.c     int idx=0,i=0,j=0, l=0;
idx               203 ompi/mca/sharedfp/individual/sharedfp_individual_collaborate_data.c 	idx =  mca_sharedfp_individual_getoffset(ind_ts[i],timestampbuff, ranks, ompio_fh->f_rank, totalnodes);
idx               208 ompi/mca/sharedfp/individual/sharedfp_individual_collaborate_data.c                         "%lld (%d)\n", ompio_fh->f_rank, ind_recordlength[i], offsetbuff[idx], idx);
idx               212 ompi/mca/sharedfp/individual/sharedfp_individual_collaborate_data.c 	ret = mca_common_ompio_file_write_at( ompio_fh, offsetbuff[idx], buff,
idx                44 ompi/mca/topo/base/topo_base_dist_graph_create.c     mca_topo_base_dist_graph_elem_t *pos, *cnt, *idx;
idx                66 ompi/mca/topo/base/topo_base_dist_graph_create.c     idx = pos + csize;
idx                97 ompi/mca/topo/base/topo_base_dist_graph_create.c             int position = pos[nodes[i]].out + idx[nodes[i]].out;
idx               103 ompi/mca/topo/base/topo_base_dist_graph_create.c             idx[nodes[i]].out++;
idx               105 ompi/mca/topo/base/topo_base_dist_graph_create.c             position = pos[targets[index]].in + idx[targets[index]].in;
idx               111 ompi/mca/topo/base/topo_base_dist_graph_create.c             idx[targets[index]].in++;
idx               117 ompi/mca/topo/base/topo_base_dist_graph_create.c     err = comm->c_coll->coll_reduce_scatter_block( MPI_IN_PLACE, idx, 2,
idx               130 ompi/mca/topo/base/topo_base_dist_graph_create.c     topo->indegree  = idx[0].in;
idx               131 ompi/mca/topo/base/topo_base_dist_graph_create.c     topo->outdegree = idx[0].out;
idx               141 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c     int rank, size, newrank = -1, hwloc_err, i, j, idx;
idx               213 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         for(i = idx = 0; i < size; i++)
idx               215 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                 nodes_roots[idx++] = i;
idx               338 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         for(idx = 0, i = 1; i < array_size; i++) {
idx               340 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                 tracker[idx++] = hwloc_get_obj_by_depth(opal_hwloc_topology, i-1, 0);
idx               342 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         tracker[idx] = hwloc_get_obj_by_depth(opal_hwloc_topology, effective_depth, 0);
idx               622 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                 for(idx = 0, i = 0; i < tm_topology->nb_proc_units ; i++)
idx               624 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                         tm_topology->constraints[idx++] = obj_mapping[i]; /* use process ranks instead of core numbers */
idx               626 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                 assert(idx == tm_topology->nb_constraints);
idx               664 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                 for(idx = 0 ; idx < (int)sol->k_length ; idx++)
idx               665 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                     k[idx] = sol->k[idx][0];
idx               847 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             for(idx = 0,i = 0; i < num_objs_in_node ; i++)
idx               849 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                     tm_topology->constraints[idx++] = obj_to_rank_in_lcomm[i];
idx               875 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             for(idx = 0 ; idx < (int)sol->k_length ; idx++)
idx               876 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                 k[idx] = sol->k[idx][0];
idx               912 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         for(idx = 0 ; idx < num_nodes - 1 ; idx++)
idx               913 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             marked[idx] = -1;
idx               917 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             for(idx = 0; idx < pos; idx++)
idx               918 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                 if( marked[idx] == colors[node_position] )
idx               921 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             for(; idx < size; idx++)
idx               922 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                 if(colors[idx] == colors[node_position])
idx               114 ompi/mca/topo/treematch/treematch/uthash.h #define HASH_BLOOM_BITSET(bv,idx) (bv[(idx)/8] |= (1U << ((idx)%8)))
idx               115 ompi/mca/topo/treematch/treematch/uthash.h #define HASH_BLOOM_BITTEST(bv,idx) (bv[(idx)/8] & (1U << ((idx)%8)))
idx               112 opal/class/opal_list.c bool opal_list_insert(opal_list_t *list, opal_list_item_t *item, long long idx)
idx               118 opal/class/opal_list.c     if ( idx >= (long long)list->opal_list_length ) {
idx               122 opal/class/opal_list.c     if ( 0 == idx )
idx               134 opal/class/opal_list.c         for ( i = 0; i < idx-1; i++ )
idx               817 opal/class/opal_list.h                                       long long idx);
idx               473 opal/class/opal_tree.c     int idx = 1, rc;
idx               479 opal/class/opal_tree.c             (rc = opal_dss.unpack(data, curr_delim, &idx, OPAL_STRING))) {
idx               510 opal/class/opal_tree.c             (rc = opal_dss.unpack(data, curr_delim, &idx, OPAL_STRING))) {
idx               298 opal/mca/btl/tcp/btl_tcp_proc.c     int idx;
idx               319 opal/mca/btl/tcp/btl_tcp_proc.c     for( idx = opal_ifbegin(); idx >= 0; idx = opal_ifnext (idx) ) {
idx               324 opal/mca/btl/tcp/btl_tcp_proc.c         opal_ifindextoaddr (idx, (struct sockaddr*) &local_addr, sizeof (local_addr));
idx               325 opal/mca/btl/tcp/btl_tcp_proc.c         opal_ifindextoname (idx, local_if_name, sizeof (local_if_name));
idx               369 opal/mca/btl/tcp/btl_tcp_proc.c         kindex = opal_ifindextokindex(idx);
idx               401 opal/mca/btl/tcp/btl_tcp_proc.c             opal_ifindextomask(idx,
idx               415 opal/mca/btl/tcp/btl_tcp_proc.c             opal_ifindextomask(idx,
idx               456 opal/mca/btl/usnic/btl_usnic_proc.c         int idx = -1;
idx               459 opal/mca/btl/usnic/btl_usnic_proc.c 				       &idx);
idx               464 opal/mca/btl/usnic/btl_usnic_proc.c         assert(idx == MODULE_VERTEX(i));
idx               467 opal/mca/btl/usnic/btl_usnic_proc.c         int idx = -1;
idx               468 opal/mca/btl/usnic/btl_usnic_proc.c         err = opal_bp_graph_add_vertex(g, &proc->proc_modex[i], &idx);
idx               473 opal/mca/btl/usnic/btl_usnic_proc.c         assert(idx == (int)PROC_VERTEX(i));
idx              2613 opal/mca/event/libevent2022/libevent/buffer.c 	int idx = 0;
idx              2622 opal/mca/event/libevent2022/libevent/buffer.c 		idx = 1;
idx              2645 opal/mca/event/libevent2022/libevent/buffer.c 		if (idx<n_vec) {
idx              2646 opal/mca/event/libevent2022/libevent/buffer.c 			vec[idx].iov_base = chain->buffer + chain->misalign;
idx              2647 opal/mca/event/libevent2022/libevent/buffer.c 			vec[idx].iov_len = chain->off;
idx              2651 opal/mca/event/libevent2022/libevent/buffer.c 		++idx;
idx              2658 opal/mca/event/libevent2022/libevent/buffer.c 	return idx;
idx               942 opal/mca/event/libevent2022/libevent/evdns.c name_parse(u8 *packet, int length, int *idx, char *name_out, int name_out_len) {
idx               944 opal/mca/event/libevent2022/libevent/evdns.c 	int j = *idx;
idx               989 opal/mca/event/libevent2022/libevent/evdns.c 		*idx = j;
idx               991 opal/mca/event/libevent2022/libevent/evdns.c 		*idx = name_end;
idx              1108 opal/mca/event/libevent2022/libevent/event.c 	int idx;
idx              1111 opal/mca/event/libevent2022/libevent/event.c 	idx = COMMON_TIMEOUT_IDX(tv);
idx              1112 opal/mca/event/libevent2022/libevent/event.c 	return idx < base->n_common_timeouts;
idx               624 opal/mca/event/libevent2022/libevent/evmap.c 		int idx;
idx               632 opal/mca/event/libevent2022/libevent/evmap.c 		idx = changelist->n_changes++;
idx               633 opal/mca/event/libevent2022/libevent/evmap.c 		change = &changelist->changes[idx];
idx               634 opal/mca/event/libevent2022/libevent/evmap.c 		fdinfo->idxplus1 = idx + 1;
idx               225 opal/mca/event/libevent2022/libevent/ht-internal.h     unsigned idx;                                                       \
idx               229 opal/mca/event/libevent2022/libevent/ht-internal.h     for (idx=0; idx < head->hth_table_length; ++idx) {                  \
idx               230 opal/mca/event/libevent2022/libevent/ht-internal.h       p = &head->hth_table[idx];                                        \
idx               100 opal/mca/event/libevent2022/libevent/poll.c 	int i, idx;
idx               104 opal/mca/event/libevent2022/libevent/poll.c 		idx = pop->idxplus1_by_fd[i]-1;
idx               105 opal/mca/event/libevent2022/libevent/poll.c 		if (idx < 0)
idx               107 opal/mca/event/libevent2022/libevent/poll.c 		EVUTIL_ASSERT(pop->event_set[idx].fd == i);
idx               215 opal/mca/event/libevent2022/libevent/poll.c 	struct pollidx *idx = _idx;
idx               245 opal/mca/event/libevent2022/libevent/poll.c 	i = idx->idxplus1 - 1;
idx               254 opal/mca/event/libevent2022/libevent/poll.c 		idx->idxplus1 = i + 1;
idx               276 opal/mca/event/libevent2022/libevent/poll.c 	struct pollidx *idx = _idx;
idx               284 opal/mca/event/libevent2022/libevent/poll.c 	i = idx->idxplus1 - 1;
idx               300 opal/mca/event/libevent2022/libevent/poll.c 	idx->idxplus1 = 0;
idx               310 opal/mca/event/libevent2022/libevent/poll.c 		idx = evmap_io_get_fdinfo(&base->io, pop->event_set[i].fd);
idx               311 opal/mca/event/libevent2022/libevent/poll.c 		EVUTIL_ASSERT(idx);
idx               312 opal/mca/event/libevent2022/libevent/poll.c 		EVUTIL_ASSERT(idx->idxplus1 == pop->nfds + 1);
idx               313 opal/mca/event/libevent2022/libevent/poll.c 		idx->idxplus1 = i + 1;
idx               144 opal/mca/event/libevent2022/libevent/sample/dns-example.c 	int idx;
idx               154 opal/mca/event/libevent2022/libevent/sample/dns-example.c 	idx = 1;
idx               155 opal/mca/event/libevent2022/libevent/sample/dns-example.c 	while (idx < c && v[idx][0] == '-') {
idx               156 opal/mca/event/libevent2022/libevent/sample/dns-example.c 		if (!strcmp(v[idx], "-x"))
idx               158 opal/mca/event/libevent2022/libevent/sample/dns-example.c 		else if (!strcmp(v[idx], "-v"))
idx               160 opal/mca/event/libevent2022/libevent/sample/dns-example.c 		else if (!strcmp(v[idx], "-g"))
idx               162 opal/mca/event/libevent2022/libevent/sample/dns-example.c 		else if (!strcmp(v[idx], "-servertest"))
idx               164 opal/mca/event/libevent2022/libevent/sample/dns-example.c 		else if (!strcmp(v[idx], "-c")) {
idx               165 opal/mca/event/libevent2022/libevent/sample/dns-example.c 			if (idx + 1 < c)
idx               166 opal/mca/event/libevent2022/libevent/sample/dns-example.c 				resolv_conf = v[++idx];
idx               170 opal/mca/event/libevent2022/libevent/sample/dns-example.c 			fprintf(stderr, "Unknown option %s\n", v[idx]);
idx               171 opal/mca/event/libevent2022/libevent/sample/dns-example.c 		++idx;
idx               203 opal/mca/event/libevent2022/libevent/sample/dns-example.c 	if (idx < c) {
idx               221 opal/mca/event/libevent2022/libevent/sample/dns-example.c 	for (; idx < c; ++idx) {
idx               224 opal/mca/event/libevent2022/libevent/sample/dns-example.c 			if (evutil_inet_pton(AF_INET, v[idx], &addr)!=1) {
idx               225 opal/mca/event/libevent2022/libevent/sample/dns-example.c 				fprintf(stderr, "Skipping non-IP %s\n", v[idx]);
idx               228 opal/mca/event/libevent2022/libevent/sample/dns-example.c 			fprintf(stderr, "resolving %s...\n",v[idx]);
idx               229 opal/mca/event/libevent2022/libevent/sample/dns-example.c 			evdns_base_resolve_reverse(evdns_base, &addr, 0, main_callback, v[idx]);
idx               236 opal/mca/event/libevent2022/libevent/sample/dns-example.c 			fprintf(stderr, "resolving (fwd) %s...\n",v[idx]);
idx               237 opal/mca/event/libevent2022/libevent/sample/dns-example.c 			evdns_getaddrinfo(evdns_base, v[idx], NULL, &hints,
idx               238 opal/mca/event/libevent2022/libevent/sample/dns-example.c 			    gai_callback, v[idx]);
idx               240 opal/mca/event/libevent2022/libevent/sample/dns-example.c 			fprintf(stderr, "resolving (fwd) %s...\n",v[idx]);
idx               241 opal/mca/event/libevent2022/libevent/sample/dns-example.c 			evdns_base_resolve_ipv4(evdns_base, v[idx], 0, main_callback, v[idx]);
idx                72 opal/mca/event/libevent2022/libevent/test/bench.c 	ev_intptr_t idx = (ev_intptr_t) arg, widx = idx + 1;
idx               218 opal/mca/event/libevent2022/libevent/win32select.c 	struct idx_info *idx = _idx;
idx               228 opal/mca/event/libevent2022/libevent/win32select.c 		if (do_fd_set(win32op, idx, fd, 1)<0)
idx               232 opal/mca/event/libevent2022/libevent/win32select.c 		if (do_fd_set(win32op, idx, fd, 0)<0)
idx               243 opal/mca/event/libevent2022/libevent/win32select.c 	struct idx_info *idx = _idx;
idx               248 opal/mca/event/libevent2022/libevent/win32select.c 		do_fd_clear(base, win32op, idx, 1);
idx               250 opal/mca/event/libevent2022/libevent/win32select.c 		do_fd_clear(base, win32op, idx, 0);
idx               341 opal/mca/hwloc/base/hwloc_base_frame.c     int idx;
idx               352 opal/mca/hwloc/base/hwloc_base_frame.c     idx = 0;
idx               355 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = 'C';
idx               356 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = 'L';
idx               357 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = ':';
idx               360 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = 'C';
idx               361 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = 'U';
idx               362 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = ':';
idx               365 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = 'N';
idx               366 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = ':';
idx               369 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = 'B';
idx               370 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = ':';
idx               373 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = 'N';
idx               374 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = 'u';
idx               375 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = ':';
idx               378 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = 'S';
idx               379 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = ':';
idx               382 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = 'L';
idx               383 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = '3';
idx               384 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = ':';
idx               387 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = 'L';
idx               388 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = '2';
idx               389 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = ':';
idx               392 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = 'L';
idx               393 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = '1';
idx               394 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = ':';
idx               397 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = 'C';
idx               398 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = ':';
idx               401 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = 'H';
idx               402 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = 'w';
idx               403 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = 't';
idx               404 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = ':';
idx               406 opal/mca/hwloc/base/hwloc_base_frame.c     if (0 < idx) {
idx               407 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx-1] = '\0';
idx               409 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = 'N';
idx               410 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = 'O';
idx               411 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = 'N';
idx               412 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = '\0';
idx               415 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = 'U';
idx               416 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = 'N';
idx               417 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = 'K';
idx               418 opal/mca/hwloc/base/hwloc_base_frame.c         ptr->buffers[ptr->cntr][idx++] = '\0';
idx               428 opal/mca/hwloc/base/hwloc_base_frame.c     ptr->idx = UINT_MAX;
idx               137 opal/mca/hwloc/base/hwloc_base_util.c     int idx, cpu, start, end;
idx               171 opal/mca/hwloc/base/hwloc_base_util.c         for (idx=0; idx < opal_argv_count(ranges); idx++) {
idx               172 opal/mca/hwloc/base/hwloc_base_util.c             range = opal_argv_split(ranges[idx], '-');
idx               672 opal/mca/hwloc/base/hwloc_base_util.c     if (data->idx < UINT_MAX) {
idx               675 opal/mca/hwloc/base/hwloc_base_util.c                              data->idx));
idx               676 opal/mca/hwloc/base/hwloc_base_util.c         return data->idx;
idx               696 opal/mca/hwloc/base/hwloc_base_util.c             data->idx = i;
idx               784 opal/mca/hwloc/base/hwloc_base_util.c         unsigned idx = 0;
idx               789 opal/mca/hwloc/base/hwloc_base_util.c             if (idx == nobj) {
idx               793 opal/mca/hwloc/base/hwloc_base_util.c             idx++;
idx               144 opal/mca/hwloc/hwloc-internal.h     unsigned int idx;
idx                95 opal/mca/hwloc/hwloc201/hwloc/hwloc/diff.c 					     hwloc_uint64_t idx,
idx               110 opal/mca/hwloc/hwloc201/hwloc/hwloc/diff.c 	newdiff->obj_attr.diff.uint64.index = idx;
idx              1021 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c typedef int (*hwloc_linux_foreach_proc_tid_cb_t)(hwloc_topology_t topology, pid_t tid, void *data, int idx);
idx              1105 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_linux_foreach_proc_tid_set_cpubind_cb(hwloc_topology_t topology, pid_t tid, void *data, int idx __hwloc_attribute_unused)
idx              1126 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_linux_foreach_proc_tid_get_cpubind_cb(hwloc_topology_t topology, pid_t tid, void *_data, int idx)
idx              1137 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   if (!idx)
idx              1142 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     if (!idx) {
idx              1501 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_linux_foreach_proc_tid_get_last_cpu_location_cb(hwloc_topology_t topology, pid_t tid, void *_data, int idx)
idx              1511 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   if (!idx)
idx              5384 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   unsigned idx;
idx              5398 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     if (sscanf(dirent->d_name, "mic%u", &idx) != 1)
idx              5401 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     snprintf(path, sizeof(path), "/sys/class/mic/mic%u", idx);
idx              5544 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 					unsigned idx, const char *path, FILE *fd,
idx              5630 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   misc = hwloc_alloc_setup_object(topology, HWLOC_OBJ_MISC, idx);
idx                97 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       unsigned idx = strtoul(attr, (char **) &next, 10);
idx               104 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       array[i] = idx;
idx              1355 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     unsigned idx;
idx              1360 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     idx = hwloc_bitmap_first(remaining_nodes);
idx              1361 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     node = hwloc_get_numanode_obj_by_os_index(topology, idx);
idx              1056 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c     unsigned idx;
idx              1057 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c     hwloc_bitmap_foreach_begin(idx, groups_pu_set) {
idx              1058 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c       obj = hwloc_alloc_setup_object(topology, HWLOC_OBJ_PU, idx);
idx              1060 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c       hwloc_bitmap_only(obj->cpuset, idx);
idx              1062 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c 			      idx, obj->cpuset);
idx              1070 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c     unsigned idx;
idx              1072 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c     for(idx=0; idx<32; idx++)
idx              1073 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c       if (sysinfo.dwActiveProcessorMask & (((DWORD_PTR)1)<<idx)) {
idx              1074 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c 	obj = hwloc_alloc_setup_object(topology, HWLOC_OBJ_PU, idx);
idx              1076 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c 	hwloc_bitmap_only(obj->cpuset, idx);
idx              1078 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c 				idx, obj->cpuset);
idx                69 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c cpuiddump_read(const char *dirpath, unsigned idx)
idx                79 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     fprintf(stderr, "Failed to allocate cpuiddump for PU #%u, ignoring cpuiddump.\n", idx);
idx                86 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   snprintf(filename, filenamelen, "%s/pu%u", dirpath, idx);
idx                99 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     fprintf(stderr, "Failed to allocate %u cpuiddump entries for PU #%u, ignoring cpuiddump.\n", nr, idx);
idx              1396 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c       unsigned long idx = strtoul(dirent->d_name+2, &end, 10);
idx              1398 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 	hwloc_bitmap_set(set, idx);
idx               513 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     unsigned idx = memory->page_types_len;
idx               515 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     tmp = realloc(memory->page_types, (idx+1)*sizeof(*memory->page_types));
idx               518 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       memory->page_types_len = idx+1;
idx               519 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       memory->page_types[idx].size = size;
idx               520 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       memory->page_types[idx].count = count;
idx               238 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   char type[64], idx[10], attr[1024], *cpuset = NULL;
idx               242 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     snprintf(idx, sizeof(idx), "#%u", obj->os_index);
idx               244 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     *idx = '\0';
idx               246 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   hwloc_debug("%s%s%s%s%s", type, idx, *attr ? "(" : "", attr, *attr ? ")" : "");
idx                88 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c hwloc_get_obj_by_depth (struct hwloc_topology *topology, int depth, unsigned idx)
idx                93 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c       return idx < topology->slevels[l].nbobjs ? topology->slevels[l].objs[idx] : NULL;
idx                97 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   if (idx >= topology->level_nbobjects[depth])
idx                99 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   return topology->levels[depth][idx];
idx               852 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h HWLOC_DECLSPEC hwloc_obj_t hwloc_get_obj_by_depth (hwloc_topology_t topology, int depth, unsigned idx) __hwloc_attribute_pure;
idx               861 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h hwloc_get_obj_by_type (hwloc_topology_t topology, hwloc_obj_type_t type, unsigned idx) __hwloc_attribute_pure;
idx               199 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cuda.h hwloc_cuda_get_device_osdev_by_index(hwloc_topology_t topology, unsigned idx)
idx               206 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cuda.h 		    && atoi(osdev->name + 4) == (int) idx)
idx                49 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cudart.h 				int idx, int *domain, int *bus, int *dev)
idx                54 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cudart.h   cerr = cudaGetDeviceProperties(&prop, idx);
idx                90 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cudart.h 			       int idx, hwloc_cpuset_t set)
idx                98 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cudart.h   if (hwloc_cudart_get_device_pci_ids(topology, idx, &domain, &bus, &dev))
idx               128 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cudart.h hwloc_cudart_get_device_pcidev(hwloc_topology_t topology, int idx)
idx               132 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cudart.h   if (hwloc_cudart_get_device_pci_ids(topology, idx, &domain, &bus, &dev))
idx               156 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cudart.h hwloc_cudart_get_device_osdev_by_index(hwloc_topology_t topology, unsigned idx)
idx               163 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cudart.h 		    && atoi(osdev->name + 4) == (int) idx)
idx               128 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h 				      int depth, unsigned idx) __hwloc_attribute_pure;
idx               131 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h 				      int depth, unsigned idx)
idx               139 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h       if (count == idx)
idx               162 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h 				     hwloc_obj_type_t type, unsigned idx) __hwloc_attribute_pure;
idx               165 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h 				     hwloc_obj_type_t type, unsigned idx)
idx               170 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   return hwloc_get_obj_inside_cpuset_by_depth(topology, set, depth, idx);
idx               247 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   int idx = 0;
idx               253 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h       idx++;
idx               254 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   return idx;
idx                74 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/inlines.h hwloc_get_obj_by_type (hwloc_topology_t topology, hwloc_obj_type_t type, unsigned idx)
idx                81 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/inlines.h   return hwloc_get_obj_by_depth(topology, depth, idx);
idx                59 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/intel-mic.h 				  int idx __hwloc_attribute_unused,
idx                75 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/intel-mic.h 	sprintf(path, "/sys/class/mic/mic%d", idx);
idx                82 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/intel-mic.h 			sprintf(path, "/sys/class/mic/mic%d/pci_%02x:%02x.%02x/local_cpus", idx, pcibus, pcidev, pcifunc);
idx               113 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/intel-mic.h 					  unsigned idx)
idx               120 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/intel-mic.h 		    && atoi(osdev->name + 3) == (int) idx)
idx               102 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/nvml.h hwloc_nvml_get_device_osdev_by_index(hwloc_topology_t topology, unsigned idx)
idx               109 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/nvml.h 		    && atoi(osdev->name + 4) == (int) idx)
idx               136 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define HASH_BLOOM_BITSET(bv,idx) (bv[(idx)/8U] |= (1U << ((idx)%8U)))
idx               137 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define HASH_BLOOM_BITTEST(bv,idx) (bv[(idx)/8U] & (1U << ((idx)%8U)))
idx                87 opal/mca/if/linux_ipv6/if_linux_ipv6.c         unsigned int idx, pfxlen, scope, dadstat;
idx                98 opal/mca/if/linux_ipv6/if_linux_ipv6.c                       &idx, &pfxlen, &scope, &dadstat, ifname) != EOF) {
idx               135 opal/mca/if/linux_ipv6/if_linux_ipv6.c             intf->if_kernel_index = (uint16_t) idx;
idx               113 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c bool pmix_list_insert(pmix_list_t *list, pmix_list_item_t *item, long long idx)
idx               119 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c     if ( idx >= (long long)list->pmix_list_length ) {
idx               123 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c     if ( 0 == idx )
idx               135 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c         for ( i = 0; i < idx-1; i++ )
idx               811 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h                                       long long idx);
idx               118 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c     int idx;
idx               127 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         idx = -1;
idx               138 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                 idx = j;
idx               142 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                     idx = j;
idx               146 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         if (0 <= idx) {
idx               148 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             pmix_hotel_checkout_and_return_occupant(&pmix_globals.notifications, idx, (void**)&pk);
idx                98 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c static int _esh_session_init(pmix_common_dstore_ctx_t *ds_ctx, size_t idx, ns_map_data_t *m,
idx               100 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c static void _esh_session_release(pmix_common_dstore_ctx_t *ds_ctx, size_t idx);
idx               252 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     size_t idx;
idx               284 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     for (idx = 0; idx < ESH_INIT_SESSION_TBL_SIZE; idx++) {
idx               285 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         memset(pmix_value_array_get_item(ds_ctx->session_array, idx), 0, sizeof(session_t));
idx               302 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     for (idx = 0; idx < ESH_INIT_NS_MAP_TBL_SIZE; idx++) {
idx               303 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         _esh_session_map_clean(ds_ctx, pmix_value_array_get_item(ds_ctx->ns_map_array, idx));
idx               322 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     size_t idx;
idx               333 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     for (idx = 0; idx < size; idx++) {
idx               334 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         if(ns_map[idx].in_use) {
idx               335 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c             _esh_session_map_clean(ds_ctx, &ns_map[idx]);
idx               345 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     size_t idx;
idx               356 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     for (idx = 0; idx < size; idx++) {
idx               357 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         if(s_tbl[idx].in_use)
idx               358 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c             _esh_session_release(ds_ctx, idx);
idx               427 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     size_t idx, size;
idx               433 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     for(idx = 0; idx < size; idx++) {
idx               434 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         if (session_tbl[idx].in_use && session_tbl[idx].jobuid == jobuid) {
idx               435 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c             *tbl_idx = idx;
idx               445 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     size_t idx;
idx               451 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     for(idx = 0; idx < size; idx ++) {
idx               452 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         if (0 == s_tbl[idx].in_use) {
idx               457 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     if (NULL == (new_sesion = pmix_value_array_get_item(ds_ctx->session_array, idx))) {
idx               464 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     s_tbl[idx].in_use = 1;
idx               465 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     *tbl_idx = idx;
idx               473 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     size_t idx, size = pmix_value_array_get_size(ds_ctx->ns_map_array);
idx               479 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     for (idx = 0; idx < size; idx++) {
idx               480 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         if (ns_map[idx].in_use &&
idx               481 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c             (0 == strcmp(ns_map[idx].data.name, nspace))) {
idx               482 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                 return &ns_map[idx].data;
idx               491 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     size_t idx, size = pmix_value_array_get_size(ds_ctx->ns_map_array);
idx               498 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     for (idx = 0; idx < size; idx++) {
idx               499 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         if (ns_map[idx].in_use &&
idx               500 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c             (0 == strcmp(ns_map[idx].data.name, nspace))) {
idx               501 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                 return &ns_map[idx].data;
idx               507 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c static int _esh_session_init(pmix_common_dstore_ctx_t *ds_ctx, size_t idx, ns_map_data_t *m,
idx               511 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     session_t *s = &(PMIX_VALUE_ARRAY_GET_ITEM(ds_ctx->session_array, session_t, idx));
idx               557 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c static void _esh_session_release(pmix_common_dstore_ctx_t *ds_ctx, size_t idx)
idx               559 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     session_t *s = &(PMIX_VALUE_ARRAY_GET_ITEM(ds_ctx->session_array, session_t, idx));
idx               567 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     ds_ctx->lock_cbs->finalize(&_ESH_SESSION_lock(ds_ctx->session_array, idx));
idx                76 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_lock_pthread.c #define _GET_MUTEX_PTR(seg_hdr, idx) \
idx                77 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_lock_pthread.c     ((pthread_mutex_t*)((char*)seg_hdr + seg_hdr->mutex_offs + seg_hdr->align_size * (idx)))
idx               379 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_lock_pthread.c     uint32_t idx;
idx               390 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_lock_pthread.c     idx = lock_item->lock_idx;
idx               398 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_lock_pthread.c     if (0 != pthread_mutex_lock(_GET_MUTEX_PTR(seg_hdr, 2*idx))) {
idx               403 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_lock_pthread.c     if (0 != pthread_mutex_lock(_GET_MUTEX_PTR(seg_hdr, 2*idx + 1))) {
idx               408 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_lock_pthread.c     if (0 != pthread_mutex_unlock(_GET_MUTEX_PTR(seg_hdr, 2*idx))) {
idx               420 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_lock_pthread.c     uint32_t idx;
idx               431 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_lock_pthread.c     idx = lock_item->lock_idx;
idx               434 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_lock_pthread.c     if (0 != pthread_mutex_unlock(_GET_MUTEX_PTR(seg_hdr, 2*idx + 1))) {
idx                84 opal/mca/pmix/pmix4x/pmix/src/mca/pif/linux_ipv6/pif_linux_ipv6.c         unsigned int idx, pfxlen, scope, dadstat;
idx                95 opal/mca/pmix/pmix4x/pmix/src/mca/pif/linux_ipv6/pif_linux_ipv6.c                       &idx, &pfxlen, &scope, &dadstat, ifname) != EOF) {
idx               132 opal/mca/pmix/pmix4x/pmix/src/mca/pif/linux_ipv6/pif_linux_ipv6.c             intf->if_kernel_index = (uint16_t) idx;
idx               320 opal/mca/pmix/pmix4x/pmix/src/mca/psquash/flex128/psquash_flex128.c     size_t idx = 0;
idx               328 opal/mca/pmix/pmix4x/pmix/src/mca/psquash/flex128/psquash_flex128.c         out_buf[idx++] = val;
idx               329 opal/mca/pmix/pmix4x/pmix/src/mca/psquash/flex128/psquash_flex128.c     } while(tmp && idx < SIZEOF_SIZE_T);
idx               332 opal/mca/pmix/pmix4x/pmix/src/mca/psquash/flex128/psquash_flex128.c     if (PMIX_UNLIKELY(SIZEOF_SIZE_T == idx && tmp)) {
idx               333 opal/mca/pmix/pmix4x/pmix/src/mca/psquash/flex128/psquash_flex128.c         out_buf[idx++] = tmp;
idx               336 opal/mca/pmix/pmix4x/pmix/src/mca/psquash/flex128/psquash_flex128.c     return idx;
idx               346 opal/mca/pmix/pmix4x/pmix/src/mca/psquash/flex128/psquash_flex128.c     size_t idx = 0;
idx               357 opal/mca/pmix/pmix4x/pmix/src/mca/psquash/flex128/psquash_flex128.c         val = in_buf[idx++];
idx               363 opal/mca/pmix/pmix4x/pmix/src/mca/psquash/flex128/psquash_flex128.c                           (idx < (flex_size-1))));
idx               365 opal/mca/pmix/pmix4x/pmix/src/mca/psquash/flex128/psquash_flex128.c     if (PMIX_UNLIKELY((flex_size-1) == idx &&
idx               367 opal/mca/pmix/pmix4x/pmix/src/mca/psquash/flex128/psquash_flex128.c         val = in_buf[idx++];
idx               382 opal/mca/pmix/pmix4x/pmix/src/mca/psquash/flex128/psquash_flex128.c     return idx;
idx               793 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     size_t ninfo=0, n, nmbrs, idx;
idx               846 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                 gcd->idx = n;
idx               862 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         idx = 0;
idx               864 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c             if (idx != gcd->idx) {
idx               865 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                 memcpy(&newprocs[n], &procs[idx], sizeof(pmix_proc_t));
idx               880 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c             ++idx;
idx               158 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.h     size_t idx;
idx               602 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c             if( app->idx == vpid->app_idx ) {
idx               674 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c             if( app->idx == vpid->app_idx ) {
idx               131 opal/mca/pmix/pmix4x/pmix/src/util/argv.c pmix_status_t pmix_argv_append_unique_idx(int *idx, char ***argv, const char *arg)
idx               146 opal/mca/pmix/pmix4x/pmix/src/util/argv.c             *idx = i;
idx               154 opal/mca/pmix/pmix4x/pmix/src/util/argv.c     *idx = pmix_argv_count(*argv)-1;
idx               138 opal/mca/pmix/pmix4x/pmix/src/util/argv.h PMIX_EXPORT pmix_status_t pmix_argv_append_unique_idx(int *idx, char ***argv, const char *arg);
idx               795 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c                               int idx)
idx               815 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c         if (idx < option->clo_num_params) {
idx               820 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c                         return param->clp_argv[idx];
idx               809 opal/mca/pmix/pmix4x/pmix/src/util/pif.c int pmix_ifmatches(int idx, char **nets)
idx                32 opal/mca/pmix/pmix4x/pmix/test/test_internal.c     int idx;
idx                43 opal/mca/pmix/pmix4x/pmix/test/test_internal.c     for (idx = 0; idx < params.test_internal; idx++) {
idx                45 opal/mca/pmix/pmix4x/pmix/test/test_internal.c         sprintf(sval, "test_internal:%s:%d:%d", my_nspace, my_rank, idx);
idx                47 opal/mca/pmix/pmix4x/pmix/test/test_internal.c         SET_KEY(key, 0, idx, 1);
idx                72 opal/mca/pmix/pmix4x/pmix/test/test_internal.c     for (idx = 0; idx < params.test_internal; idx++) {
idx                74 opal/mca/pmix/pmix4x/pmix/test/test_internal.c         sprintf(sval, "test_internal:%s:%d:%d", my_nspace, my_rank, idx);
idx                76 opal/mca/pmix/pmix4x/pmix/test/test_internal.c         GET(string, sval, my_nspace, my_rank, 0, idx, 1, 1, 0);
idx                48 opal/mca/pmix/pmix4x/pmix/test/test_server.c     s->idx = 0;
idx               328 opal/mca/pmix/pmix4x/pmix/test/test_server.c                     TEST_VERBOSE(("server %d finalize PID:%d with status %d", server->idx,
idx               349 opal/mca/pmix/pmix4x/pmix/test/test_server.c         if (tmp_server->idx == msg_hdr->dst_id) {
idx               374 opal/mca/pmix/pmix4x/pmix/test/test_server.c             if (server_tmp->idx == msg_hdr->dst_id) {
idx               496 opal/mca/pmix/pmix4x/pmix/test/test_server.c         TEST_ERROR(("error read from %d", server->idx));
idx               515 opal/mca/pmix/pmix4x/pmix/test/test_server.c                     resp_hdr.dst_id = tmp_server->idx;
idx               544 opal/mca/pmix/pmix4x/pmix/test/test_server.c                     resp_hdr.dst_id = tmp_server->idx;
idx               695 opal/mca/pmix/pmix4x/pmix/test/test_server.c             if (tmp->idx == msg_hdr.dst_id) {
idx               756 opal/mca/pmix/pmix4x/pmix/test/test_server.c                     server_info->idx = 0;
idx               766 opal/mca/pmix/pmix4x/pmix/test/test_server.c                 server_info->idx = i;
idx               776 opal/mca/pmix/pmix4x/pmix/test/test_server.c                 server_info->idx  = 0;
idx               783 opal/mca/pmix/pmix4x/pmix/test/test_server.c             TEST_VERBOSE(("%d: add server %d", my_server_id, server_info->idx));
idx                40 opal/mca/pmix/pmix4x/pmix/test/test_server.h     int idx;
idx              1222 opal/runtime/opal_cr.c void opal_cr_set_time(int idx)
idx              1224 opal/runtime/opal_cr.c     if(idx < OPAL_CR_TIMER_MAX ) {
idx              1225 opal/runtime/opal_cr.c         if( timer_start[idx] <= 0.0 ) {
idx              1226 opal/runtime/opal_cr.c             timer_start[idx] = opal_cr_get_time();
idx               361 opal/runtime/opal_cr.h     OPAL_DECLSPEC void opal_cr_set_time(int idx);
idx               402 opal/runtime/opal_cr.h #define OPAL_CR_SET_TIMER(idx)                          \
idx               405 opal/runtime/opal_cr.h             opal_cr_set_time(idx);                      \
idx               169 opal/tools/opal-restart/opal-restart.c     int idx;
idx               193 opal/tools/opal-restart/opal-restart.c     idx = mca_base_var_find(NULL, "crs", "base", "do_not_select");
idx               195 opal/tools/opal-restart/opal-restart.c     if (0 > idx) {
idx               202 opal/tools/opal-restart/opal-restart.c     ret = mca_base_var_set_value(idx, &select, 0, MCA_BASE_VAR_SOURCE_DEFAULT, NULL);
idx               800 opal/util/cmd_line.c                               int idx)
idx               820 opal/util/cmd_line.c         if (idx < option->clo_num_params) {
idx               825 opal/util/cmd_line.c                         return param->clp_argv[idx];
idx               785 opal/util/if.c int opal_ifmatches(int idx, char **nets)
idx               221 orte/mca/errmgr/base/errmgr_base_fns.c         if(proc->app_idx == cur_app_context->idx) {
idx               247 orte/mca/errmgr/base/errmgr_base_fns.c         new_app_context->idx                    = cur_app_context->idx;
idx               270 orte/mca/errmgr/base/errmgr_base_fns.c         new_app_context->idx = (jobdata->num_apps);
idx               271 orte/mca/errmgr/base/errmgr_base_fns.c         proc->app_idx = new_app_context->idx;
idx               113 orte/mca/ess/base/ess_base_std_orted.c     int idx;
idx               132 orte/mca/ess/base/ess_base_std_orted.c     if (0 < (idx = opal_list_get_size(&orte_ess_base_signals))) {
idx               133 orte/mca/ess/base/ess_base_std_orted.c         forward_signals_events = (opal_event_t*)malloc(sizeof(opal_event_t) * idx);
idx               139 orte/mca/ess/base/ess_base_std_orted.c         idx = 0;
idx               141 orte/mca/ess/base/ess_base_std_orted.c             setup_sighandler(sig->signal, forward_signals_events + idx, signal_forward_callback);
idx               142 orte/mca/ess/base/ess_base_std_orted.c             ++idx;
idx               142 orte/mca/ess/hnp/ess_hnp_module.c     int idx;
idx               189 orte/mca/ess/hnp/ess_hnp_module.c     if (0 < (idx = opal_list_get_size(&orte_ess_base_signals))) {
idx               190 orte/mca/ess/hnp/ess_hnp_module.c         forward_signals_events = (opal_event_t*)malloc(sizeof(opal_event_t) * idx);
idx               196 orte/mca/ess/hnp/ess_hnp_module.c         idx = 0;
idx               198 orte/mca/ess/hnp/ess_hnp_module.c             setup_sighandler(sig->signal, forward_signals_events + idx, signal_forward_callback);
idx               199 orte/mca/ess/hnp/ess_hnp_module.c             ++idx;
idx               566 orte/mca/ess/hnp/ess_hnp_module.c         for (idx=0; NULL != sns[idx]; idx++) {
idx               568 orte/mca/ess/hnp/ess_hnp_module.c             OPAL_HASH_STR(sns[idx], h);
idx               678 orte/mca/filem/raw/filem_raw_module.c         if (proc->app_idx != app->idx) {
idx               683 orte/mca/filem/raw/filem_raw_module.c                                  (int)app->idx));
idx              1064 orte/mca/odls/base/odls_base_default_fns.c     int j, idx;
idx              1158 orte/mca/odls/base/odls_base_default_fns.c                 for (idx=0; idx < orte_local_children->size; idx++) {
idx              1159 orte/mca/odls/base/odls_base_default_fns.c                     if (NULL == (child = (orte_proc_t*)opal_pointer_array_get_item(orte_local_children, idx))) {
idx              1204 orte/mca/odls/base/odls_base_default_fns.c             for (idx=0; idx < orte_local_children->size; idx++) {
idx              1205 orte/mca/odls/base/odls_base_default_fns.c                 if (NULL == (child = (orte_proc_t*)opal_pointer_array_get_item(orte_local_children, idx))) {
idx              1233 orte/mca/odls/base/odls_base_default_fns.c             for (idx=0; idx < orte_local_children->size; idx++) {
idx              1234 orte/mca/odls/base/odls_base_default_fns.c                 if (NULL == (child = (orte_proc_t*)opal_pointer_array_get_item(orte_local_children, idx))) {
idx              1249 orte/mca/odls/base/odls_base_default_fns.c             for (idx=0; idx < orte_local_children->size; idx++) {
idx              1250 orte/mca/odls/base/odls_base_default_fns.c                 if (NULL == (child = (orte_proc_t*)opal_pointer_array_get_item(orte_local_children, idx))) {
idx              1297 orte/mca/odls/base/odls_base_default_fns.c             for (idx=0; idx < orte_local_children->size; idx++) {
idx              1298 orte/mca/odls/base/odls_base_default_fns.c                 if (NULL == (child = (orte_proc_t*)opal_pointer_array_get_item(orte_local_children, idx))) {
idx              1320 orte/mca/odls/base/odls_base_default_fns.c             for (idx=0; idx < orte_local_children->size; idx++) {
idx              1321 orte/mca/odls/base/odls_base_default_fns.c                 if (NULL == (child = (orte_proc_t*)opal_pointer_array_get_item(orte_local_children, idx))) {
idx              1346 orte/mca/odls/base/odls_base_default_fns.c         for (idx=0; idx < orte_local_children->size; idx++) {
idx              1347 orte/mca/odls/base/odls_base_default_fns.c             if (NULL == (child = (orte_proc_t*)opal_pointer_array_get_item(orte_local_children, idx))) {
idx               150 orte/mca/oob/base/oob_base_select.c         c3->idx = i++;
idx               124 orte/mca/oob/base/oob_base_stubs.c                         opal_bitmap_set_bit(&pr->addressable, component->idx);
idx               375 orte/mca/oob/base/oob_base_stubs.c                 opal_bitmap_set_bit(&pr->addressable, component->idx);
idx                68 orte/mca/oob/oob.h     int                                             idx;
idx              1034 orte/mca/oob/tcp/oob_tcp_component.c     opal_bitmap_set_bit(&bpr->addressable, mca_oob_tcp_component.super.idx);
idx              1062 orte/mca/oob/tcp/oob_tcp_component.c         opal_bitmap_clear_bit(&bpr->addressable, mca_oob_tcp_component.super.idx);
idx              1101 orte/mca/oob/tcp/oob_tcp_component.c     opal_bitmap_clear_bit(&bpr->addressable, mca_oob_tcp_component.super.idx);
idx              1156 orte/mca/oob/tcp/oob_tcp_component.c     opal_bitmap_clear_bit(&bpr->addressable, mca_oob_tcp_component.super.idx);
idx              1170 orte/mca/oob/tcp/oob_tcp_component.c     opal_bitmap_clear_bit(&bpr->addressable, mca_oob_tcp_component.super.idx);
idx               876 orte/mca/plm/base/plm_base_launch_support.c     int rc, idx;
idx               904 orte/mca/plm/base/plm_base_launch_support.c     idx=1;
idx               905 orte/mca/plm/base/plm_base_launch_support.c     if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &flag, &idx, OPAL_INT8))) {
idx               912 orte/mca/plm/base/plm_base_launch_support.c         idx=1;
idx               913 orte/mca/plm/base/plm_base_launch_support.c         if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &inlen, &idx, OPAL_SIZE))) {
idx               919 orte/mca/plm/base/plm_base_launch_support.c         idx=1;
idx               920 orte/mca/plm/base/plm_base_launch_support.c         if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &cmplen, &idx, OPAL_SIZE))) {
idx               928 orte/mca/plm/base/plm_base_launch_support.c         idx = inlen;
idx               929 orte/mca/plm/base/plm_base_launch_support.c         if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, packed_data, &idx, OPAL_UINT8))) {
idx               949 orte/mca/plm/base/plm_base_launch_support.c     idx=1;
idx               950 orte/mca/plm/base/plm_base_launch_support.c     if (OPAL_SUCCESS != (rc = opal_dss.unpack(data, &sig, &idx, OPAL_STRING))) {
idx               975 orte/mca/plm/base/plm_base_launch_support.c     idx=1;
idx               976 orte/mca/plm/base/plm_base_launch_support.c     if (OPAL_SUCCESS != (rc = opal_dss.unpack(data, &topo, &idx, OPAL_HWLOC_TOPO))) {
idx               985 orte/mca/plm/base/plm_base_launch_support.c     idx=1;
idx               986 orte/mca/plm/base/plm_base_launch_support.c     if (OPAL_SUCCESS != (rc = opal_dss.unpack(data, &coprocessors, &idx, OPAL_STRING))) {
idx              1001 orte/mca/plm/base/plm_base_launch_support.c         for (idx=0; NULL != sns[idx]; idx++) {
idx              1003 orte/mca/plm/base/plm_base_launch_support.c             OPAL_HASH_STR(sns[idx], h);
idx              1012 orte/mca/plm/base/plm_base_launch_support.c     idx=1;
idx              1013 orte/mca/plm/base/plm_base_launch_support.c     if (OPAL_SUCCESS != (rc = opal_dss.unpack(data, &coprocessors, &idx, OPAL_STRING))) {
idx              1080 orte/mca/plm/base/plm_base_launch_support.c     int rc, idx;
idx              1111 orte/mca/plm/base/plm_base_launch_support.c     idx = 1;
idx              1112 orte/mca/plm/base/plm_base_launch_support.c     while (OPAL_SUCCESS == (rc = opal_dss.unpack(buffer, &dname, &idx, ORTE_NAME))) {
idx              1132 orte/mca/plm/base/plm_base_launch_support.c         idx = 1;
idx              1133 orte/mca/plm/base/plm_base_launch_support.c         if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &flag, &idx, OPAL_INT32))) {
idx              1139 orte/mca/plm/base/plm_base_launch_support.c             idx = 1;
idx              1140 orte/mca/plm/base/plm_base_launch_support.c             if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &kv, &idx, OPAL_VALUE))) {
idx              1151 orte/mca/plm/base/plm_base_launch_support.c         idx = 1;
idx              1152 orte/mca/plm/base/plm_base_launch_support.c         if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &nodename, &idx, OPAL_STRING))) {
idx              1187 orte/mca/plm/base/plm_base_launch_support.c             idx = 1;
idx              1188 orte/mca/plm/base/plm_base_launch_support.c             if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &naliases, &idx, OPAL_UINT8))) {
idx              1194 orte/mca/plm/base/plm_base_launch_support.c                 idx = 1;
idx              1195 orte/mca/plm/base/plm_base_launch_support.c                 if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &alias, &idx, OPAL_STRING))) {
idx              1212 orte/mca/plm/base/plm_base_launch_support.c         idx=1;
idx              1213 orte/mca/plm/base/plm_base_launch_support.c         if (OPAL_SUCCESS != (rc = opal_dss.unpack(buffer, &sig, &idx, OPAL_STRING))) {
idx              1231 orte/mca/plm/base/plm_base_launch_support.c             idx=1;
idx              1232 orte/mca/plm/base/plm_base_launch_support.c             if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &flag, &idx, OPAL_INT8))) {
idx              1239 orte/mca/plm/base/plm_base_launch_support.c                 idx=1;
idx              1240 orte/mca/plm/base/plm_base_launch_support.c                 if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &inlen, &idx, OPAL_SIZE))) {
idx              1246 orte/mca/plm/base/plm_base_launch_support.c                 idx=1;
idx              1247 orte/mca/plm/base/plm_base_launch_support.c                 if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &cmplen, &idx, OPAL_SIZE))) {
idx              1255 orte/mca/plm/base/plm_base_launch_support.c                 idx = inlen;
idx              1256 orte/mca/plm/base/plm_base_launch_support.c                 if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, packed_data, &idx, OPAL_UINT8))) {
idx              1274 orte/mca/plm/base/plm_base_launch_support.c             idx=1;
idx              1275 orte/mca/plm/base/plm_base_launch_support.c             if (OPAL_SUCCESS != (rc = opal_dss.unpack(data, &topo, &idx, OPAL_HWLOC_TOPO))) {
idx              1357 orte/mca/plm/base/plm_base_launch_support.c                 idx = 1;
idx              1411 orte/mca/plm/base/plm_base_launch_support.c         idx = 1;
idx                90 orte/mca/ras/slurm/ras_slurm_module.c static int parse_alloc_msg(char *msg, int *idx, int *sjob,
idx               784 orte/mca/ras/slurm/ras_slurm_module.c     int nbytes, idx, sjob;
idx               852 orte/mca/ras/slurm/ras_slurm_module.c     idx = -1;
idx               857 orte/mca/ras/slurm/ras_slurm_module.c         if (ORTE_SUCCESS != parse_alloc_msg(alloc[i], &idx, &sjob, &nodelist, &tpn)) {
idx               869 orte/mca/ras/slurm/ras_slurm_module.c         if (idx < 0) {
idx               877 orte/mca/ras/slurm/ras_slurm_module.c         if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, idx))) {
idx               888 orte/mca/ras/slurm/ras_slurm_module.c         if (NULL == (aptrk = (local_apptracker_t*)opal_pointer_array_get_item(&jtrk->apps, idx))) {
idx               890 orte/mca/ras/slurm/ras_slurm_module.c             opal_pointer_array_set_item(&jtrk->apps, idx, aptrk);
idx               935 orte/mca/ras/slurm/ras_slurm_module.c         for (idx=0; idx < jdata->apps->size; idx++) {
idx               936 orte/mca/ras/slurm/ras_slurm_module.c             if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, idx))) {
idx              1050 orte/mca/ras/slurm/ras_slurm_module.c         opal_asprintf(&tmp, ": app=%d", (int)app->idx);
idx              1113 orte/mca/ras/slurm/ras_slurm_module.c static int parse_alloc_msg(char *msg, int *idx, int *sjob,
idx              1142 orte/mca/ras/slurm/ras_slurm_module.c             *idx = strtol(pos+1, NULL, 10);
idx               304 orte/mca/rmaps/base/rmaps_base_binding.c     unsigned int idx, ncpus;
idx               401 orte/mca/rmaps/base/rmaps_base_binding.c             if (UINT_MAX == (idx = opal_hwloc_base_get_obj_idx(node->topology->topo, locale, OPAL_HWLOC_AVAILABLE))) {
idx               488 orte/mca/rmaps/base/rmaps_base_binding.c                                 hwloc_obj_type_string(locale->type), idx);
idx               499 orte/mca/rmaps/base/rmaps_base_binding.c                                 idx, node->name);
idx               136 orte/mca/rmaps/base/rmaps_base_ranking.c                         if (proc->app_idx != app->idx) {
idx               257 orte/mca/rmaps/base/rmaps_base_ranking.c                     if (proc->app_idx != app->idx) {
idx               427 orte/mca/rmaps/base/rmaps_base_ranking.c                     if (proc->app_idx != app->idx) {
idx               646 orte/mca/rmaps/base/rmaps_base_ranking.c                         if (proc->app_idx != app->idx) {
idx               705 orte/mca/rmaps/base/rmaps_base_ranking.c                     if (proc->app_idx != app->idx) {
idx               827 orte/mca/rmaps/base/rmaps_base_ranking.c             if (proc->app_idx != app->idx) {
idx               513 orte/mca/rmaps/base/rmaps_base_support_fns.c                                         orte_app_idx_t idx)
idx               523 orte/mca/rmaps/base/rmaps_base_support_fns.c     proc->app_idx = idx;
idx                54 orte/mca/rmaps/base/rmaps_private.h                                                       orte_app_idx_t idx);
idx                89 orte/mca/rmaps/ppr/rmaps_ppr.c     orte_app_idx_t idx;
idx               235 orte/mca/rmaps/ppr/rmaps_ppr.c     for (idx=0; idx < (orte_app_idx_t)jdata->apps->size; idx++) {
idx               236 orte/mca/rmaps/ppr/rmaps_ppr.c         if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, idx))) {
idx               289 orte/mca/rmaps/ppr/rmaps_ppr.c                     if (NULL == (proc = orte_rmaps_base_setup_proc(jdata, node, idx))) {
idx               310 orte/mca/rmaps/ppr/rmaps_ppr.c                         if (NULL == (proc = orte_rmaps_base_setup_proc(jdata, node, idx))) {
idx               325 orte/mca/rmaps/ppr/rmaps_ppr.c                     prune(jdata->jobid, idx, node, &level, &nprocs_mapped);
idx               447 orte/mca/rmaps/ppr/rmaps_ppr.c     int n, limit, nmax, nunder, idx, idxmax = 0;
idx               550 orte/mca/rmaps/ppr/rmaps_ppr.c             idx = 0;
idx               574 orte/mca/rmaps/ppr/rmaps_ppr.c                             idx = n;
idx               584 orte/mca/rmaps/ppr/rmaps_ppr.c                     idxmax = idx;
idx               848 orte/mca/rmaps/resilient/rmaps_resilient.c             if (NULL == orte_rmaps_base_setup_proc(jdata, nd, app->idx)) {
idx               149 orte/mca/rmaps/round_robin/rmaps_rr_assign.c                 if (proc->app_idx != app->idx) {
idx               115 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c             if (NULL == (proc = orte_rmaps_base_setup_proc(jdata, node, app->idx))) {
idx               187 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c             if (NULL == (proc = orte_rmaps_base_setup_proc(jdata, node, app->idx))) {
idx               247 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c                         ORTE_JOBID_PRINT(jdata->jobid), (int)app->idx,
idx               375 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c                 if (NULL == (proc = orte_rmaps_base_setup_proc(jdata, node, app->idx))) {
idx               429 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c             if (NULL == (proc = orte_rmaps_base_setup_proc(jdata, node, app->idx))) {
idx               602 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c                     if (NULL == (proc = orte_rmaps_base_setup_proc(jdata, node, app->idx))) {
idx               768 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c                 if (NULL == (proc = orte_rmaps_base_setup_proc(jdata, node, app->idx))) {
idx               917 orte/mca/schizo/ompi/schizo_ompi.c     opal_asprintf(&param, "%ld", (long)app->idx);
idx               144 orte/mca/snapc/full/snapc_full_global.c static void snapc_full_set_time(int idx);
idx               169 orte/mca/snapc/full/snapc_full_global.c #define SNAPC_FULL_SET_TIMER(idx)                                       \
idx               172 orte/mca/snapc/full/snapc_full_global.c             snapc_full_set_time(idx);                                   \
idx              1955 orte/mca/snapc/full/snapc_full_global.c     int idx = 0;
idx              1974 orte/mca/snapc/full/snapc_full_global.c     if( 0 > (idx = mca_base_var_find("opal", "mca", "base", "param_file_prefix")) ) {
idx              1977 orte/mca/snapc/full/snapc_full_global.c     if( 0 < idx ) {
idx              1978 orte/mca/snapc/full/snapc_full_global.c         mca_base_var_get_value (idx, &value, NULL, NULL);
idx              1994 orte/mca/snapc/full/snapc_full_global.c     if( 0 > (idx = mca_base_var_find("opal", "mca", "base", "envar_file_prefix")) ) {
idx              1997 orte/mca/snapc/full/snapc_full_global.c     if( 0 < idx ) {
idx              1998 orte/mca/snapc/full/snapc_full_global.c         mca_base_var_get_value (idx, &value, NULL, NULL);
idx              2539 orte/mca/snapc/full/snapc_full_global.c static void snapc_full_set_time(int idx)
idx              2541 orte/mca/snapc/full/snapc_full_global.c     if(idx < SNAPC_FULL_TIMER_MAX ) {
idx              2542 orte/mca/snapc/full/snapc_full_global.c         if( timer_start[idx] <= 0.0 ) {
idx              2543 orte/mca/snapc/full/snapc_full_global.c             timer_start[idx] = snapc_full_get_time();
idx               707 orte/mca/sstore/stage/sstore_stage_local.c                              app->idx, (ORTE_FLAG_TEST(app, ORTE_APP_FLAG_USED_ON_NODE) ? "T" : "F"),
idx               715 orte/mca/sstore/stage/sstore_stage_local.c                          app->idx, sload));
idx               737 orte/mca/sstore/stage/sstore_stage_local.c                              app->idx,
idx               757 orte/mca/sstore/stage/sstore_stage_local.c             if( app->idx == child->app_idx ) {
idx               769 orte/mca/sstore/stage/sstore_stage_local.c                                  app->idx));
idx               780 orte/mca/sstore/stage/sstore_stage_local.c                                  app->idx,
idx               789 orte/mca/sstore/stage/sstore_stage_local.c                                  app->idx,
idx               798 orte/mca/sstore/stage/sstore_stage_local.c                          app->idx));
idx               834 orte/mca/sstore/stage/sstore_stage_local.c                          app->idx,
idx              1299 orte/orted/orted_submit.c                     app->idx = app_num;
idx              1325 orte/orted/orted_submit.c             app->idx = app_num;
idx              2018 orte/orted/orted_submit.c                 app->idx = app_num;
idx               190 orte/orted/pmix/pmix_server_dyn.c         app->idx = opal_pointer_array_add(jdata->apps, app);
idx                84 orte/runtime/data_type_support/orte_dt_compare_fns.c     if (value1->idx > value2->idx) return OPAL_VALUE1_GREATER;
idx                85 orte/runtime/data_type_support/orte_dt_compare_fns.c     if (value2->idx > value1->idx) return OPAL_VALUE2_GREATER;
idx               109 orte/runtime/data_type_support/orte_dt_copy_fns.c     (*dest)->idx = src->idx;
idx               440 orte/runtime/data_type_support/orte_dt_packing_fns.c                                                        (void*)(&(app_context[i]->idx)), 1, ORTE_STD_CNTR))) {
idx               572 orte/runtime/data_type_support/orte_dt_print_fns.c              pfx2, (unsigned long)src->idx,
idx               472 orte/runtime/data_type_support/orte_dt_unpacking_fns.c         if (ORTE_SUCCESS != (rc = opal_dss_unpack_buffer(buffer, &(app_context[i]->idx),
idx               553 orte/runtime/orte_globals.c     app_context->idx=0;
idx               233 orte/runtime/orte_globals.h     orte_app_idx_t idx;
idx                19 orte/test/system/opal_interface.c     int rc, idx;
idx                51 orte/test/system/opal_interface.c         idx = opal_ifbegin();
idx                52 orte/test/system/opal_interface.c         while (0 < idx) {
idx                54 orte/test/system/opal_interface.c             if (opal_ifisloopback(idx)) {
idx                56 orte/test/system/opal_interface.c                 idx = opal_ifnext(idx);
idx                59 orte/test/system/opal_interface.c             if (0 != (rc = opal_ifindextoaddr(idx, (struct sockaddr*)&inaddr, sizeof(inaddr)))) {
idx                68 orte/test/system/opal_interface.c             idx = opal_ifnext(idx);
idx                74 orte/test/system/opal_interface.c     idx = 0;
idx                75 orte/test/system/opal_interface.c     while (NULL != aliases[idx]) {
idx                76 orte/test/system/opal_interface.c         fprintf(stderr, "alias: %s\n", aliases[idx]);
idx                77 orte/test/system/opal_interface.c         idx++;
idx                97 orte/util/proc_info.c     int idx, i;
idx               197 orte/util/proc_info.c                 idx = strlen(prefixes[i]);
idx               198 orte/util/proc_info.c                 while (idx < (int)strlen(hostname) &&
idx               199 orte/util/proc_info.c                        (hostname[idx] <= '0' || '9' < hostname[idx])) {
idx               200 orte/util/proc_info.c                     idx++;
idx               202 orte/util/proc_info.c                 if ((int)strlen(hostname) <= idx) {
idx               206 orte/util/proc_info.c                     orte_process_info.nodename = strdup(&hostname[idx]);
idx               224 oshmem/info/info.c     int idx;
idx               239 oshmem/info/info.c     if (1 == sscanf(p, "%lld%n", &size, &idx)) {
idx               240 oshmem/info/info.c         if (p[idx] != '\0') {
idx               241 oshmem/info/info.c             if (p[idx + 1] == '\0') {
idx               242 oshmem/info/info.c                 if (p[idx] == 'k' || p[idx] == 'K') {
idx               244 oshmem/info/info.c                 } else if (p[idx] == 'm' || p[idx] == 'M') {
idx               246 oshmem/info/info.c                 } else if (p[idx] == 'g' || p[idx] == 'G') {
idx               248 oshmem/info/info.c                 } else if (p[idx] == 't' || p[idx] == 'T') {
idx              2980 oshmem/mca/memheap/ptmalloc/malloc.c   bindex_t idx;
idx              2981 oshmem/mca/memheap/ptmalloc/malloc.c   compute_tree_index(tsize, idx);
idx              2982 oshmem/mca/memheap/ptmalloc/malloc.c   dl_assert(tindex == idx);
idx              2984 oshmem/mca/memheap/ptmalloc/malloc.c   dl_assert(tsize >= minsize_for_tree_index(idx));
idx              2985 oshmem/mca/memheap/ptmalloc/malloc.c   dl_assert((idx == NTREEBINS-1) || (tsize < minsize_for_tree_index((idx+1))));
idx              4010 oshmem/mca/memheap/ptmalloc/malloc.c   bindex_t idx;
idx              4011 oshmem/mca/memheap/ptmalloc/malloc.c   compute_tree_index(nb, idx);
idx              4013 oshmem/mca/memheap/ptmalloc/malloc.c   if ((t = *treebin_at(m, idx)) != 0) {
idx              4015 oshmem/mca/memheap/ptmalloc/malloc.c     size_t sizebits = nb << leftshift_for_tree_index(idx);
idx              4038 oshmem/mca/memheap/ptmalloc/malloc.c     binmap_t leftbits = left_bits(idx2bit(idx)) & m->treemap;
idx              4436 oshmem/mca/memheap/ptmalloc/malloc.c       bindex_t idx;
idx              4439 oshmem/mca/memheap/ptmalloc/malloc.c       idx = small_index(nb);
idx              4440 oshmem/mca/memheap/ptmalloc/malloc.c       smallbits = gm->smallmap >> idx;
idx              4444 oshmem/mca/memheap/ptmalloc/malloc.c         idx += ~smallbits & 1;       /* Uses next bin if idx empty */
idx              4445 oshmem/mca/memheap/ptmalloc/malloc.c         b = smallbin_at(gm, idx);
idx              4447 oshmem/mca/memheap/ptmalloc/malloc.c         dl_assert(chunksize(p) == small_index2size(idx));
idx              4448 oshmem/mca/memheap/ptmalloc/malloc.c         unlink_first_small_chunk(gm, b, p, idx);
idx              4449 oshmem/mca/memheap/ptmalloc/malloc.c         set_inuse_and_pinuse(gm, p, small_index2size(idx));
idx              4460 oshmem/mca/memheap/ptmalloc/malloc.c           binmap_t leftbits = (smallbits << idx) & left_bits(idx2bit(idx));
idx              4865 oshmem/mca/memheap/ptmalloc/malloc.c       bindex_t idx;
idx              4868 oshmem/mca/memheap/ptmalloc/malloc.c       idx = small_index(nb);
idx              4869 oshmem/mca/memheap/ptmalloc/malloc.c       smallbits = ms->smallmap >> idx;
idx              4873 oshmem/mca/memheap/ptmalloc/malloc.c         idx += ~smallbits & 1;       /* Uses next bin if idx empty */
idx              4874 oshmem/mca/memheap/ptmalloc/malloc.c         b = smallbin_at(ms, idx);
idx              4876 oshmem/mca/memheap/ptmalloc/malloc.c         dl_assert(chunksize(p) == small_index2size(idx));
idx              4877 oshmem/mca/memheap/ptmalloc/malloc.c         unlink_first_small_chunk(ms, b, p, idx);
idx              4878 oshmem/mca/memheap/ptmalloc/malloc.c         set_inuse_and_pinuse(ms, p, small_index2size(idx));
idx              4889 oshmem/mca/memheap/ptmalloc/malloc.c           binmap_t leftbits = (smallbits << idx) & left_bits(idx2bit(idx));
idx               317 test/class/opal_tree.c     int rc = OPAL_SUCCESS, idx = 1;
idx               322 test/class/opal_tree.c     if (OPAL_SUCCESS == (rc = opal_dss.unpack(serial_data, &ele->data, &idx,