bound 38 ompi/mca/osc/rdma/osc_rdma_dynamic.c int max_index, intptr_t base, intptr_t bound, bound 52 ompi/mca/osc/rdma/osc_rdma_dynamic.c (void *) base, (void *) bound, (void *) region->base, (void *)(region->base + region->len), mid_index, bound 56 ompi/mca/osc/rdma/osc_rdma_dynamic.c return ompi_osc_rdma_find_region_containing (regions, min_index, mid_index-1, base, bound, region_size, region_index); bound 57 ompi/mca/osc/rdma/osc_rdma_dynamic.c } else if (bound <= region_bound) { bound 65 ompi/mca/osc/rdma/osc_rdma_dynamic.c return ompi_osc_rdma_find_region_containing (regions, mid_index+1, max_index, base, bound, region_size, region_index); bound 97 ompi/mca/osc/rdma/osc_rdma_dynamic.c void *bound; bound 125 ompi/mca/osc/rdma/osc_rdma_dynamic.c bound = (void *)OPAL_ALIGN((intptr_t) base + len, page_size, intptr_t); bound 127 ompi/mca/osc/rdma/osc_rdma_dynamic.c len = (size_t)((intptr_t) bound - (intptr_t) base); bound 131 ompi/mca/osc/rdma/osc_rdma_dynamic.c (intptr_t) bound, module->region_size, ®ion_index); bound 369 ompi/mca/osc/rdma/osc_rdma_dynamic.c intptr_t bound = (intptr_t) base + len; bound 390 ompi/mca/osc/rdma/osc_rdma_dynamic.c *region = ompi_osc_rdma_find_region_containing (regions, 0, region_count - 1, (intptr_t) base, bound, module->region_size, NULL); bound 683 ompi/mca/topo/treematch/treematch/tm_tree.c group_list_t **best_selection, int bound, double max_duration) bound 703 ompi/mca/topo/treematch/treematch/tm_tree.c for( i = 0 ; i < MIN(bound, n) ; i++ ){ bound 820 ompi/mca/topo/treematch/treematch/tm_tree.c if(val+elem->bound[nb_groups_to_find]>*best_val){ bound 869 ompi/mca/topo/treematch/treematch/tm_tree.c double *bound; bound 875 ompi/mca/topo/treematch/treematch/tm_tree.c bound = (double*) MALLOC(bound_size*sizeof(double)); bound 876 ompi/mca/topo/treematch/treematch/tm_tree.c memcpy(bound, group->bound, bound_size*sizeof(double)); bound 885 ompi/mca/topo/treematch/treematch/tm_tree.c elem-> bound = bound; bound 1042 ompi/mca/topo/treematch/treematch/tm_tree.c double *bound; bound 1047 ompi/mca/topo/treematch/treematch/tm_tree.c bound = (double *)MALLOC(sizeof(double)*(n+2)); bound 1058 ompi/mca/topo/treematch/treematch/tm_tree.c bound[0] = 0; bound 1059 ompi/mca/topo/treematch/treematch/tm_tree.c bound[1] = tab[0]; bound 1061 ompi/mca/topo/treematch/treematch/tm_tree.c bound[i] = bound[i-1] + tab[i-1]; bound 1064 ompi/mca/topo/treematch/treematch/tm_tree.c bound[n+1] = DBL_MAX; bound 1066 ompi/mca/topo/treematch/treematch/tm_tree.c return bound; bound 1163 ompi/mca/topo/treematch/treematch/tm_tree.c tab_group[i]->bound = build_bound_array(val_array,nb_groups-i); bound 1168 ompi/mca/topo/treematch/treematch/tm_tree.c printf("%.0f - ",tab_group[i]->bound[j]); bound 1212 ompi/mca/topo/treematch/treematch/tm_tree.c FREE(tab_group[i]->bound); bound 1388 ompi/mca/topo/treematch/treematch/tm_tree.c int select_independent_groups_by_largest_index(group_list_t **tab_group, int n, int arity, int solution_size, double *best_val, group_list_t **best_selection, int bound, double max_duration) bound 1406 ompi/mca/topo/treematch/treematch/tm_tree.c if(nb_groups >= bound){ bound 19 ompi/mca/topo/treematch/treematch/tm_tree.h double *bound; bound 25 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! invoke a back-end ompi_*_f() subroutine, which is BIND(C)-bound to a bound 132 ompi/mpiext/affinity/c/mpiext_affinity_str.c bool bound = false; bound 144 ompi/mpiext/affinity/c/mpiext_affinity_str.c bound = false; bound 151 ompi/mpiext/affinity/c/mpiext_affinity_str.c bound = true; bound 156 ompi/mpiext/affinity/c/mpiext_affinity_str.c if (!bound) { bound 325 ompi/mpiext/affinity/c/mpiext_affinity_str.c bool bound = false; bound 337 ompi/mpiext/affinity/c/mpiext_affinity_str.c bound = false; bound 344 ompi/mpiext/affinity/c/mpiext_affinity_str.c bound = true; bound 349 ompi/mpiext/affinity/c/mpiext_affinity_str.c if (!bound) { bound 39 opal/mca/btl/vader/btl_vader_xpmem.c uintptr_t bound; bound 55 opal/mca/btl/vader/btl_vader_xpmem.c if (vader_ctx->bound <= (uintptr_t) reg->bound && vader_ctx->base >= (uintptr_t) reg->base) { bound 72 opal/mca/btl/vader/btl_vader_xpmem.c opal_memchecker_base_mem_noaccess (reg->rcache_context, (uintptr_t)(reg->bound - reg->base)); bound 88 opal/mca/btl/vader/btl_vader_xpmem.c uintptr_t base, bound; bound 92 opal/mca/btl/vader/btl_vader_xpmem.c bound = OPAL_ALIGN((uintptr_t) rem_ptr + size - 1, attach_align, uintptr_t) + 1; bound 93 opal/mca/btl/vader/btl_vader_xpmem.c if (OPAL_UNLIKELY(bound > VADER_MAX_ADDRESS)) { bound 94 opal/mca/btl/vader/btl_vader_xpmem.c bound = VADER_MAX_ADDRESS; bound 98 opal/mca/btl/vader/btl_vader_xpmem.c check_ctx.bound = bound; bound 101 opal/mca/btl/vader/btl_vader_xpmem.c rc = mca_rcache_base_vma_iterate (vma_module, (void *) base, bound - base, true, vader_check_reg, &check_ctx); bound 122 opal/mca/btl/vader/btl_vader_xpmem.c reg->bound = (unsigned char *) bound; bound 133 opal/mca/btl/vader/btl_vader_xpmem.c reg->rcache_context = xpmem_attach (xpmem_addr, bound - base, NULL); bound 139 opal/mca/btl/vader/btl_vader_xpmem.c opal_memchecker_base_mem_defined (reg->rcache_context, bound - base); bound 1056 opal/mca/common/cuda/common_cuda.c cuda_reg->base.bound = (unsigned char *)pbase + psize - 1; bound 3089 opal/mca/event/libevent2022/libevent/http.c struct evhttp_bound_socket *bound = bound 3091 opal/mca/event/libevent2022/libevent/http.c if (bound == NULL) bound 3100 opal/mca/event/libevent2022/libevent/http.c struct evhttp_bound_socket *bound; bound 3111 opal/mca/event/libevent2022/libevent/http.c bound = evhttp_accept_socket_with_handle(http, fd); bound 3113 opal/mca/event/libevent2022/libevent/http.c if (bound != NULL) { bound 3116 opal/mca/event/libevent2022/libevent/http.c return (bound); bound 3125 opal/mca/event/libevent2022/libevent/http.c struct evhttp_bound_socket *bound = bound 3127 opal/mca/event/libevent2022/libevent/http.c if (bound == NULL) bound 3136 opal/mca/event/libevent2022/libevent/http.c struct evhttp_bound_socket *bound; bound 3148 opal/mca/event/libevent2022/libevent/http.c bound = evhttp_bind_listener(http, listener); bound 3149 opal/mca/event/libevent2022/libevent/http.c if (!bound) { bound 3153 opal/mca/event/libevent2022/libevent/http.c return (bound); bound 3159 opal/mca/event/libevent2022/libevent/http.c struct evhttp_bound_socket *bound; bound 3161 opal/mca/event/libevent2022/libevent/http.c bound = mm_malloc(sizeof(struct evhttp_bound_socket)); bound 3162 opal/mca/event/libevent2022/libevent/http.c if (bound == NULL) bound 3165 opal/mca/event/libevent2022/libevent/http.c bound->listener = listener; bound 3166 opal/mca/event/libevent2022/libevent/http.c TAILQ_INSERT_TAIL(&http->sockets, bound, next); bound 3169 opal/mca/event/libevent2022/libevent/http.c return bound; bound 3173 opal/mca/event/libevent2022/libevent/http.c evhttp_bound_socket_get_fd(struct evhttp_bound_socket *bound) bound 3175 opal/mca/event/libevent2022/libevent/http.c return evconnlistener_get_fd(bound->listener); bound 3179 opal/mca/event/libevent2022/libevent/http.c evhttp_bound_socket_get_listener(struct evhttp_bound_socket *bound) bound 3181 opal/mca/event/libevent2022/libevent/http.c return bound->listener; bound 3185 opal/mca/event/libevent2022/libevent/http.c evhttp_del_accept_socket(struct evhttp *http, struct evhttp_bound_socket *bound) bound 3187 opal/mca/event/libevent2022/libevent/http.c TAILQ_REMOVE(&http->sockets, bound, next); bound 3188 opal/mca/event/libevent2022/libevent/http.c evconnlistener_free(bound->listener); bound 3189 opal/mca/event/libevent2022/libevent/http.c mm_free(bound); bound 3259 opal/mca/event/libevent2022/libevent/http.c struct evhttp_bound_socket *bound; bound 3264 opal/mca/event/libevent2022/libevent/http.c while ((bound = TAILQ_FIRST(&http->sockets)) != NULL) { bound 3265 opal/mca/event/libevent2022/libevent/http.c TAILQ_REMOVE(&http->sockets, bound, next); bound 3267 opal/mca/event/libevent2022/libevent/http.c evconnlistener_free(bound->listener); bound 3269 opal/mca/event/libevent2022/libevent/http.c mm_free(bound); bound 149 opal/mca/event/libevent2022/libevent/include/event2/http.h struct evconnlistener *evhttp_bound_socket_get_listener(struct evhttp_bound_socket *bound); bound 100 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c int bound = 0; bound 113 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c bound = 1; bound 116 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c *boundp = bound; bound 198 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c int ret, bound; bound 201 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c ret = hwloc_aix_get_sth_rset_cpubind(topology, R_PROCESS, who, hwloc_set, flags, &bound); bound 202 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c if (!ret && !bound) { bound 221 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c int ret, bound; bound 224 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c ret = hwloc_aix_get_sth_rset_cpubind(topology, R_THREAD, who, hwloc_set, flags, &bound); bound 225 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c if (!ret && !bound) { bound 244 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c int ret, bound; bound 247 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c ret = hwloc_aix_get_sth_rset_cpubind(topology, R_PROCESS, who, hwloc_set, flags, &bound); bound 248 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c if (!ret && !bound) { bound 279 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c int ret, bound; bound 282 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c ret = hwloc_aix_get_sth_rset_cpubind(topology, R_THREAD, who, hwloc_set, flags, &bound); bound 283 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c if (!ret && !bound) { bound 125 opal/mca/patcher/base/patcher_base_patch.c uintptr_t bound = ((addr + length + page_size-1) & ~(page_size-1)); bound 127 opal/mca/patcher/base/patcher_base_patch.c length = bound - base; bound 135 opal/mca/patcher/base/patcher_base_patch.c } while (base < bound); bound 60 opal/mca/rcache/base/rcache_base_frame.c reg->bound = NULL; bound 110 opal/mca/rcache/base/rcache_base_vma.c size_t reg_size = reg->bound - reg->base + 1; bound 143 opal/mca/rcache/base/rcache_base_vma.c (uint64_t) (reg->bound - reg->base), bound 47 opal/mca/rcache/base/rcache_base_vma_tree.c unsigned char *base, unsigned char *bound) bound 50 opal/mca/rcache/base/rcache_base_vma_tree.c ((uintptr_t) bound) + 1); bound 76 opal/mca/rcache/base/rcache_base_vma_tree.c unsigned char *bound, mca_rcache_base_registration_t **regs, bound 81 opal/mca/rcache/base/rcache_base_vma_tree.c (void) opal_interval_tree_traverse (&vma_module->tree, (uint64_t) (uintptr_t) base, ((uint64_t) (uintptr_t) bound) + 1, bound 103 opal/mca/rcache/base/rcache_base_vma_tree.c uintptr_t bound = (uintptr_t) base + size; bound 105 opal/mca/rcache/base/rcache_base_vma_tree.c return opal_interval_tree_traverse (&vma_module->tree, (uint64_t) (intptr_t) base, bound, partial_ok, bound 112 opal/mca/rcache/base/rcache_base_vma_tree.c return opal_interval_tree_insert (&vma_module->tree, reg, (uintptr_t) reg->base, (uintptr_t) reg->bound + 1); bound 126 opal/mca/rcache/base/rcache_base_vma_tree.c return opal_interval_tree_delete (&vma_module->tree, (uintptr_t) reg->base, (uintptr_t) reg->bound + 1, reg); bound 134 opal/mca/rcache/base/rcache_base_vma_tree.c (void *) reg->base, (void *) reg->bound, reg->ref_count, reg->flags); bound 143 opal/mca/rcache/base/rcache_base_vma_tree.c uintptr_t bound = (uintptr_t) base + size; bound 148 opal/mca/rcache/base/rcache_base_vma_tree.c (void) opal_interval_tree_traverse (&vma_module->tree, (uintptr_t) base, bound, false, bound 53 opal/mca/rcache/base/rcache_base_vma_tree.h unsigned char *bound); bound 59 opal/mca/rcache/base/rcache_base_vma_tree.h unsigned char *bound, mca_rcache_base_registration_t **regs, bound 115 opal/mca/rcache/gpusm/rcache_gpusm_module.c unsigned char *base, *bound; bound 125 opal/mca/rcache/gpusm/rcache_gpusm_module.c bound = (unsigned char *)addr + size - 1; bound 135 opal/mca/rcache/gpusm/rcache_gpusm_module.c gpusm_reg->bound = bound; bound 202 opal/mca/rcache/grdma/rcache_grdma_module.c unsigned char *bound; bound 247 opal/mca/rcache/grdma/rcache_grdma_module.c grdma_reg->base > args->base || grdma_reg->bound < args->bound) { bound 284 opal/mca/rcache/grdma/rcache_grdma_module.c unsigned char *base, *bound; bound 292 opal/mca/rcache/grdma/rcache_grdma_module.c bound = OPAL_ALIGN_PTR((intptr_t) addr + size, page_size, unsigned char *) - 1; bound 298 opal/mca/rcache/grdma/rcache_grdma_module.c bound = base + psize - 1; bound 311 opal/mca/rcache/grdma/rcache_grdma_module.c .base = base, .bound = bound, bound 335 opal/mca/rcache/grdma/rcache_grdma_module.c grdma_reg->bound = bound; bound 347 opal/mca/rcache/grdma/rcache_grdma_module.c base, bound - base + 1, grdma_reg))) { bound 375 opal/mca/rcache/grdma/rcache_grdma_module.c (void *)grdma_reg, (void*)base, (void*)bound, grdma_reg->flags)); bound 387 opal/mca/rcache/grdma/rcache_grdma_module.c unsigned char *base, *bound; bound 391 opal/mca/rcache/grdma/rcache_grdma_module.c bound = OPAL_ALIGN_PTR((intptr_t) addr + size - 1, page_size, unsigned char *); bound 395 opal/mca/rcache/grdma/rcache_grdma_module.c rc = mca_rcache_base_vma_find (rcache_grdma->cache->vma_module, base, bound - base + 1, reg); bound 399 opal/mca/rcache/grdma/rcache_grdma_module.c ((*reg)->base == base && (*reg)->bound == bound))) { bound 400 opal/mca/rcache/grdma/rcache_grdma_module.c assert(((void*)(*reg)->bound) >= addr); bound 91 opal/mca/rcache/rcache.h unsigned char *bound; bound 127 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c old_reg->base, (int)(old_reg->bound - old_reg->base + 1)); bound 205 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c rgpusm_reg->base.bound = (unsigned char *)addr + size - 1;; bound 245 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c (int)((*reg)->bound - (*reg)->base)); bound 256 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c (int)((*reg)->bound - (*reg)->base)); bound 317 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c rgpusm_reg->base.bound = (unsigned char *)addr + size - 1; bound 452 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c unsigned char *base, *bound; bound 455 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c bound = base + size - 1; /* To keep cache hits working correctly */ bound 501 opal/mca/rcache/rgpusm/rcache_rgpusm_module.c reg->base, (int)(reg->bound - reg->base + 1)); bound 147 opal/mca/rcache/udreg/rcache_udreg_module.c udreg_reg->bound = OPAL_ALIGN_PTR((intptr_t) addr + size, page_size, unsigned char *) - 1; bound 151 opal/mca/rcache/udreg/rcache_udreg_module.c size = (uint64_t) (udreg_reg->bound - udreg_reg->base + 1); bound 211 opal/mca/rcache/udreg/rcache_udreg_module.c unsigned char *base, *bound; bound 223 opal/mca/rcache/udreg/rcache_udreg_module.c bound = OPAL_ALIGN_PTR((intptr_t) addr + size, page_size, unsigned char *) - 1; bound 226 opal/mca/rcache/udreg/rcache_udreg_module.c size = (size_t) (uintptr_t) (bound - base) + 1; bound 257 opal/mca/rcache/udreg/rcache_udreg_module.c size = (size_t)((intptr_t) old_reg->bound - (intptr_t) old_reg->base); bound 63 orte/mca/rmaps/base/rmaps_base_binding.c hwloc_obj_t bound; bound 88 orte/mca/rmaps/base/rmaps_base_binding.c bound = NULL; bound 89 orte/mca/rmaps/base/rmaps_base_binding.c if (!orte_get_attribute(&proc->attributes, ORTE_PROC_HWLOC_BOUND, (void**)&bound, OPAL_PTR) || bound 90 orte/mca/rmaps/base/rmaps_base_binding.c NULL == bound) { bound 98 orte/mca/rmaps/base/rmaps_base_binding.c data = (opal_hwloc_obj_data_t*)bound->userdata; bound 101 orte/mca/rmaps/base/rmaps_base_binding.c bound->userdata = data; bound 63 test/class/ompi_rb_tree.c void *bound; bound 78 test/class/ompi_rb_tree.c ((my_key_t*) key2)->bound) { bound 109 test/class/ompi_rb_tree.c cur_key->bound = (void*) tmp; bound 129 test/class/ompi_rb_tree.c cur_val->key->bound < cur_key->base)) {