last              370 ompi/mca/coll/portals4/coll_portals4.h     ptl_rank_t first, last, dist, up, my;
last              403 ompi/mca/coll/portals4/coll_portals4.h     last = np - 1;
last              408 ompi/mca/coll/portals4/coll_portals4.h             dist = div(last - first + 1, k_ary);
last              414 ompi/mca/coll/portals4/coll_portals4.h             dist = div(last - first + 1, k_ary);
last              418 ompi/mca/coll/portals4/coll_portals4.h             last = min(first + dist - 1, last);
last              422 ompi/mca/coll/portals4/coll_portals4.h     *child_nb = min(k_ary, min_zero(last - first + 1));
last               43 ompi/mca/common/ompio/common_ompio_print_queue.c     q->last = MCA_COMMON_OMPIO_QUEUESIZE - 1;
last               57 ompi/mca/common/ompio/common_ompio_print_queue.c         q->last = (q->last + 1) % MCA_COMMON_OMPIO_QUEUESIZE;
last               58 ompi/mca/common/ompio/common_ompio_print_queue.c         q->entry[q->last] = x;
last               43 ompi/mca/common/ompio/common_ompio_print_queue.h     int last;
last             2238 ompi/mca/topo/treematch/treematch/tm_tree.c   int last = -1;
last             2253 ompi/mca/topo/treematch/treematch/tm_tree.c       if((*constraints)[i] < last)
last             2255 ompi/mca/topo/treematch/treematch/tm_tree.c       last  = (*constraints)[i];
last              208 opal/class/opal_list.c                  opal_list_item_t *last)
last              213 opal/class/opal_list.c     if (first != last) {
last              218 opal/class/opal_list.c         for (tmp = first ; tmp != last ; tmp = opal_list_get_next(tmp)) {
last              222 opal/class/opal_list.c         opal_list_transfer(pos, first, last);
last              866 opal/class/opal_list.h                                         opal_list_item_t *last);
last              299 opal/mca/event/libevent2022/libevent/buffer.c 		buf->first = buf->last = chain;
last              307 opal/mca/event/libevent2022/libevent/buffer.c 			buf->last->next = chain;
last              309 opal/mca/event/libevent2022/libevent/buffer.c 				buf->last_with_datap = &buf->last->next;
last              316 opal/mca/event/libevent2022/libevent/buffer.c 		buf->last = chain;
last              686 opal/mca/event/libevent2022/libevent/buffer.c 	    (buf->last && vec[0].iov_base == (void*)CHAIN_SPACE_PTR(buf->last))) {
last              689 opal/mca/event/libevent2022/libevent/buffer.c 		if ((size_t)vec[0].iov_len > (size_t)CHAIN_SPACE_LEN(buf->last))
last              691 opal/mca/event/libevent2022/libevent/buffer.c 		buf->last->off += vec[0].iov_len;
last              742 opal/mca/event/libevent2022/libevent/buffer.c 	return (buf->last && CHAIN_PINNED_R(buf->last));
last              750 opal/mca/event/libevent2022/libevent/buffer.c 	dst->last = NULL;
last              761 opal/mca/event/libevent2022/libevent/buffer.c 		struct evbuffer_chain **last)
last              768 opal/mca/event/libevent2022/libevent/buffer.c 		*first = *last = NULL;
last              777 opal/mca/event/libevent2022/libevent/buffer.c 	*last = src->last;
last              792 opal/mca/event/libevent2022/libevent/buffer.c 		src->last = tmp;
last              796 opal/mca/event/libevent2022/libevent/buffer.c 		src->last = *src->last_with_datap;
last              805 opal/mca/event/libevent2022/libevent/buffer.c 		struct evbuffer_chain *last)
last              815 opal/mca/event/libevent2022/libevent/buffer.c 	src->last = last;
last              830 opal/mca/event/libevent2022/libevent/buffer.c 	dst->last = src->last;
last              839 opal/mca/event/libevent2022/libevent/buffer.c 	dst->last->next = src->first;
last              841 opal/mca/event/libevent2022/libevent/buffer.c 		dst->last_with_datap = &dst->last->next;
last              844 opal/mca/event/libevent2022/libevent/buffer.c 	dst->last = src->last;
last              853 opal/mca/event/libevent2022/libevent/buffer.c 	src->last->next = dst->first;
last              862 opal/mca/event/libevent2022/libevent/buffer.c 		dst->last_with_datap = &src->last->next;
last              869 opal/mca/event/libevent2022/libevent/buffer.c 	struct evbuffer_chain *pinned, *last;
last              885 opal/mca/event/libevent2022/libevent/buffer.c 	if (PRESERVE_PINNED(inbuf, &pinned, &last) < 0) {
last              899 opal/mca/event/libevent2022/libevent/buffer.c 	RESTORE_PINNED(inbuf, pinned, last);
last              915 opal/mca/event/libevent2022/libevent/buffer.c 	struct evbuffer_chain *pinned, *last;
last              932 opal/mca/event/libevent2022/libevent/buffer.c 	if (PRESERVE_PINNED(inbuf, &pinned, &last) < 0) {
last              946 opal/mca/event/libevent2022/libevent/buffer.c 	RESTORE_PINNED(inbuf, pinned, last);
last             1150 opal/mca/event/libevent2022/libevent/buffer.c 		dst->last = previous;
last             1274 opal/mca/event/libevent2022/libevent/buffer.c 		buf->last = tmp;
last             1561 opal/mca/event/libevent2022/libevent/buffer.c 	chain = buf->last;
last             1836 opal/mca/event/libevent2022/libevent/buffer.c 		if (buf->last == chain)
last             1837 opal/mca/event/libevent2022/libevent/buffer.c 			buf->last = tmp;
last             1860 opal/mca/event/libevent2022/libevent/buffer.c 	struct evbuffer_chain *chain = buf->last, *tmp, *next;
last             1917 opal/mca/event/libevent2022/libevent/buffer.c 		buf->last->next = tmp;
last             1918 opal/mca/event/libevent2022/libevent/buffer.c 		buf->last = tmp;
last             1950 opal/mca/event/libevent2022/libevent/buffer.c 				buf->last = *buf->last_with_datap;
last             1957 opal/mca/event/libevent2022/libevent/buffer.c 			buf->first = buf->last = tmp;
last             1961 opal/mca/event/libevent2022/libevent/buffer.c 			buf->last = tmp;
last               82 opal/mca/event/libevent2022/libevent/evbuffer-internal.h 	struct evbuffer_chain *last;
last             2936 opal/mca/event/libevent2022/libevent/event.c 		struct event *last=NULL, *ev;
last             2938 opal/mca/event/libevent2022/libevent/event.c 			if (last)
last             2939 opal/mca/event/libevent2022/libevent/event.c 				EVUTIL_ASSERT(evutil_timercmp(&last->ev_timeout, &ev->ev_timeout, <=));
last             2943 opal/mca/event/libevent2022/libevent/event.c 			last = ev;
last              100 opal/mca/event/libevent2022/libevent/minheap-internal.h 		struct event *last = s->p[--s->n];
last              107 opal/mca/event/libevent2022/libevent/minheap-internal.h 		if (e->ev_timeout_pos.min_heap_idx > 0 && min_heap_elem_greater(s->p[parent], last))
last              108 opal/mca/event/libevent2022/libevent/minheap-internal.h 			min_heap_shift_up_(s, e->ev_timeout_pos.min_heap_idx, last);
last              110 opal/mca/event/libevent2022/libevent/minheap-internal.h 			min_heap_shift_down_(s, e->ev_timeout_pos.min_heap_idx, last);
last               74 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 		tt_assert(buf->last == NULL);
last               89 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 			tt_assert(buf->last == chain);
last              513 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(buf->first == buf->last);
last              535 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(buf->first == buf->last);
last              543 opal/mca/event/libevent2022/libevent/test/regress_buffer.c 	tt_assert(buf->first == buf->last);
last              797 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   int last;
last              801 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   last = hwloc_bitmap_last(hwloc_set);
last              802 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   if (last == -1) {
last              807 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   setsize = CPU_ALLOC_SIZE(last+1);
last              808 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   plinux_set = CPU_ALLOC(last+1);
last              911 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   int last;
last              927 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   last = -1;
last              929 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     last = hwloc_bitmap_last(topology->levels[0][0]->complete_cpuset);
last              930 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   if (last == -1)
last              932 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     last = kernel_nr_cpus-1;
last              935 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   for(cpu=0; cpu<=(unsigned) last; cpu++)
last             1261 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c      int last;
last             1264 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c      last = hwloc_bitmap_last(hwloc_set);
last             1265 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c      if (last == -1) {
last             1270 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c      setsize = CPU_ALLOC_SIZE(last+1);
last             1271 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c      plinux_set = CPU_ALLOC(last+1);
last             1355 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c      int last;
last             1358 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c      last = hwloc_bitmap_last(topology->levels[0][0]->complete_cpuset);
last             1359 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c      assert (last != -1);
last             1361 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c      setsize = CPU_ALLOC_SIZE(last+1);
last             1362 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c      plinux_set = CPU_ALLOC(last+1);
last             1372 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c      for(cpu=0; cpu<=(unsigned) last; cpu++)
last              545 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   hwloc_obj_t *tmpp, tmp, last;
last              549 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   for(length = 0, tmpp = &firstnew, last = NULL ; *tmpp; length++, last = *tmpp, tmpp = &((*tmpp)->next_sibling))
last              559 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     (*firstp)->prev_sibling = last;
last              572 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   hwloc_obj_t *tmpp, tmp, last;
last              576 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   for(length = 0, tmpp = firstp, last = NULL ; *tmpp; length++, last = *tmpp, tmpp = &((*tmpp)->next_sibling));
last              587 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     firstnew->prev_sibling = last;
last              755 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       newtopology->slevels[i].last = newobj;
last             2644 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     obj->prev_cousin = level->last;
last             2646 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     level->last = obj;
last             2649 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     level->first = level->last = obj;
last             4217 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c 		   hwloc_obj_t first, hwloc_obj_t last)
last             4265 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     assert(last == hwloc_get_obj_by_depth(topology, depth, width-1));
last             4268 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     assert(!last);
last             4374 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     hwloc__check_level(topology, HWLOC_SLEVEL_TO_DEPTH(j), topology->slevels[j].first, topology->slevels[j].last);
last               82 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h     struct hwloc_obj *first, *last; /* Temporarily used while listing object before building the objs array */
last              209 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c                  pmix_list_item_t *last)
last              214 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c     if (first != last) {
last              219 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c         for (tmp = first ; tmp != last ; tmp = pmix_list_get_next(tmp)) {
last              223 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c         pmix_list_transfer(pos, first, last);
last              860 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h                                         pmix_list_item_t *last);
last              102 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event.h     pmix_event_hdlr_t *last;
last              512 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c     if (NULL != pmix_globals.events.last &&
last              513 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         pmix_notify_check_range(&pmix_globals.events.last->rng, &chain->source) &&
last              514 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         pmix_notify_check_affected(pmix_globals.events.last->affected, pmix_globals.events.last->naffected,
last              517 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         if (1 == pmix_globals.events.last->ncodes &&
last              518 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             pmix_globals.events.last->codes[0] == chain->status) {
last              519 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             chain->evhdlr = pmix_globals.events.last;
last              539 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         } else if (NULL != pmix_globals.events.last->codes) {
last              541 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             for (n=0; n < pmix_globals.events.last->ncodes; n++) {
last              542 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                 if (pmix_globals.events.last->codes[n] == chain->status) {
last              543 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                     chain->evhdlr = pmix_globals.events.last;
last              567 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             chain->evhdlr = pmix_globals.events.last;
last              732 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c     if (NULL != pmix_globals.events.last &&
last              733 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         pmix_notify_check_range(&pmix_globals.events.last->rng, &chain->source) &&
last              734 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         pmix_notify_check_affected(pmix_globals.events.last->affected, pmix_globals.events.last->naffected,
last              737 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         if (1 == pmix_globals.events.last->ncodes &&
last              738 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             pmix_globals.events.last->codes[0] == chain->status) {
last              739 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             chain->evhdlr = pmix_globals.events.last;
last              741 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         } else if (NULL != pmix_globals.events.last->codes) {
last              743 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             for (i=0; i < pmix_globals.events.last->ncodes; i++) {
last              744 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                 if (pmix_globals.events.last->codes[i] == chain->status) {
last              745 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c                     chain->evhdlr = pmix_globals.events.last;
last              751 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             chain->evhdlr = pmix_globals.events.last;
last             1390 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c     p->last = NULL;
last             1401 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c     if (NULL != p->last) {
last             1402 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         PMIX_RELEASE(p->last);
last              115 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c                 pmix_globals.events.last = NULL;
last              161 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c                 pmix_globals.events.last = NULL;
last              562 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c             (lastoverall && NULL != pmix_globals.events.last)) {
last              619 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c             pmix_globals.events.last = evhdlr;
last              636 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c                 pmix_globals.events.last = NULL;
last              934 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c         (NULL != pmix_globals.events.last && pmix_globals.events.last->index == cd->ref)) {
last              939 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c             ev = pmix_globals.events.last;
last              981 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c             pmix_globals.events.last  = NULL;
last              215 opal/mca/pmix/pmix4x/pmix/src/util/hash.c                                      pmix_rank_t *rank, pmix_value_t **kvs, void **last)
last              224 opal/mca/pmix/pmix4x/pmix/src/util/hash.c     if (key == NULL && (node = *last) == NULL) {
last              267 opal/mca/pmix/pmix4x/pmix/src/util/hash.c     *last = node;
last               41 opal/mca/pmix/pmix4x/pmix/src/util/hash.h                                                  pmix_rank_t *rank, pmix_value_t **kvs, void **last);
last              923 orte/mca/ess/hnp/ess_hnp_module.c static struct timeval current, last={0,0};
last              948 orte/mca/ess/hnp/ess_hnp_module.c         if ((current.tv_sec - last.tv_sec) < 5) {
last              954 orte/mca/ess/hnp/ess_hnp_module.c     last.tv_sec = current.tv_sec;
last              381 test/datatype/ddt_lib.c     int last;
last              413 test/datatype/ddt_lib.c     displ[2] = (long)((char*)&(t[0].last) - (char*)&(t[0]));
last              196 test/datatype/opal_ddt_lib.c     int last;