it                 32 ompi/include/mpif-externals.h !     Note that MPI_CONVERSION_FN_NULL is a "constant" (it is only ever
it                 33 ompi/include/mpif-externals.h !     checked for comparison; it is never invoked), but it is passed as
it                 46 ompi/include/mpif-sentinels.h !     parameter is not ERRCODES_IGNORE before assigning values into it
it                 49 ompi/include/mpif-sentinels.h !     into it).
it                 62 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! ompi/mpi/fortran/mpif-h) gets an (MPI_Fint*), and it's all good.
it                 77 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! TYPE(MPI_Status), but in the mpi module, it's INTEGER,
it                 79 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! was cleverly designed so that it can be identical (in terms of a
it                 81 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! to fool the compiler into accepting it (it's the same C<-->Fortran
it                 88 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! DIMENSION(MPI_STATUS_SIZE), which is what it *really* is) -- i.e.,
it                113 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! And now it compiles without warning.
it                115 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! The main difference here is that in Fortran, it is an error -- not a
it                196 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! MPI_BUFFER_DETACH (i.e., it is different than the mpif.h / mpi
it                175 opal/class/opal_list.h         opal_list_item_t *it;                                     \
it                177 opal/class/opal_list.h           while (NULL != (it = opal_list_remove_first(list))) {   \
it                178 opal/class/opal_list.h               OBJ_RELEASE(it);                                    \
it                186 opal/class/opal_list.h         opal_list_item_t *it;                                     \
it                188 opal/class/opal_list.h           while (NULL != (it = opal_list_remove_first(list))) {   \
it                189 opal/class/opal_list.h               OBJ_RELEASE(it);                                    \
it               1306 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_strchr(struct evbuffer_ptr *it, const char chr)
it               1308 opal/mca/event/libevent2022/libevent/buffer.c 	struct evbuffer_chain *chain = it->_internal.chain;
it               1309 opal/mca/event/libevent2022/libevent/buffer.c 	size_t i = it->_internal.pos_in_chain;
it               1314 opal/mca/event/libevent2022/libevent/buffer.c 			it->_internal.chain = chain;
it               1315 opal/mca/event/libevent2022/libevent/buffer.c 			it->_internal.pos_in_chain = cp - buffer;
it               1316 opal/mca/event/libevent2022/libevent/buffer.c 			it->pos += (cp - buffer - i);
it               1317 opal/mca/event/libevent2022/libevent/buffer.c 			return it->pos;
it               1319 opal/mca/event/libevent2022/libevent/buffer.c 		it->pos += chain->off - i;
it               1355 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_find_eol_char(struct evbuffer_ptr *it)
it               1357 opal/mca/event/libevent2022/libevent/buffer.c 	struct evbuffer_chain *chain = it->_internal.chain;
it               1358 opal/mca/event/libevent2022/libevent/buffer.c 	size_t i = it->_internal.pos_in_chain;
it               1363 opal/mca/event/libevent2022/libevent/buffer.c 			it->_internal.chain = chain;
it               1364 opal/mca/event/libevent2022/libevent/buffer.c 			it->_internal.pos_in_chain = cp - buffer;
it               1365 opal/mca/event/libevent2022/libevent/buffer.c 			it->pos += (cp - buffer) - i;
it               1366 opal/mca/event/libevent2022/libevent/buffer.c 			return it->pos;
it               1368 opal/mca/event/libevent2022/libevent/buffer.c 		it->pos += chain->off - i;
it               1417 opal/mca/event/libevent2022/libevent/buffer.c evbuffer_getchr(struct evbuffer_ptr *it)
it               1419 opal/mca/event/libevent2022/libevent/buffer.c 	struct evbuffer_chain *chain = it->_internal.chain;
it               1420 opal/mca/event/libevent2022/libevent/buffer.c 	size_t off = it->_internal.pos_in_chain;
it               1430 opal/mca/event/libevent2022/libevent/buffer.c 	struct evbuffer_ptr it, it2;
it               1437 opal/mca/event/libevent2022/libevent/buffer.c 		memcpy(&it, start, sizeof(it));
it               1439 opal/mca/event/libevent2022/libevent/buffer.c 		it.pos = 0;
it               1440 opal/mca/event/libevent2022/libevent/buffer.c 		it._internal.chain = buffer->first;
it               1441 opal/mca/event/libevent2022/libevent/buffer.c 		it._internal.pos_in_chain = 0;
it               1448 opal/mca/event/libevent2022/libevent/buffer.c 		if (evbuffer_find_eol_char(&it) < 0)
it               1450 opal/mca/event/libevent2022/libevent/buffer.c 		memcpy(&it2, &it, sizeof(it));
it               1454 opal/mca/event/libevent2022/libevent/buffer.c 		it = evbuffer_search(buffer, "\r\n", 2, &it);
it               1455 opal/mca/event/libevent2022/libevent/buffer.c 		if (it.pos < 0)
it               1462 opal/mca/event/libevent2022/libevent/buffer.c 			if (evbuffer_find_eol_char(&it) < 0)
it               1464 opal/mca/event/libevent2022/libevent/buffer.c 			if (evbuffer_getchr(&it) == '\n') {
it               1468 opal/mca/event/libevent2022/libevent/buffer.c 				    buffer, &it, "\r\n", 2)) {
it               1472 opal/mca/event/libevent2022/libevent/buffer.c 				if (evbuffer_ptr_set(buffer, &it, 1,
it               1479 opal/mca/event/libevent2022/libevent/buffer.c 		if (evbuffer_strchr(&it, '\n') < 0)
it               1492 opal/mca/event/libevent2022/libevent/buffer.c 		it.pos = -1;
it               1497 opal/mca/event/libevent2022/libevent/buffer.c 	return it;
it               1504 opal/mca/event/libevent2022/libevent/buffer.c 	struct evbuffer_ptr it;
it               1515 opal/mca/event/libevent2022/libevent/buffer.c 	it = evbuffer_search_eol(buffer, NULL, &extra_drain, eol_style);
it               1516 opal/mca/event/libevent2022/libevent/buffer.c 	if (it.pos < 0)
it               1518 opal/mca/event/libevent2022/libevent/buffer.c 	n_to_copy = it.pos;
it                173 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h         pmix_list_item_t *it;                                   \
it                174 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h         while (NULL != (it = pmix_list_remove_first(list))) {   \
it                175 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h             PMIX_RELEASE(it);                                    \
it                182 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h         pmix_list_item_t *it;                                   \
it                183 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h         while (NULL != (it = pmix_list_remove_first(list))) {   \
it                184 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h             PMIX_RELEASE(it);                                    \