PML_UCX_RANK_BITS 43 ompi/mca/pml/ucx/pml_ucx_request.h ((((uint64_t) (_tag) ) << (PML_UCX_RANK_BITS + PML_UCX_CONTEXT_BITS)) | \ PML_UCX_RANK_BITS 56 ompi/mca/pml/ucx/pml_ucx_request.h _ucp_tag = (((uint64_t)(_src) & UCS_MASK(PML_UCX_RANK_BITS)) << PML_UCX_CONTEXT_BITS) | \ PML_UCX_RANK_BITS 61 ompi/mca/pml/ucx/pml_ucx_request.h _ucp_tag |= ((uint64_t)(_tag)) << (PML_UCX_RANK_BITS + PML_UCX_CONTEXT_BITS); \ PML_UCX_RANK_BITS 66 ompi/mca/pml/ucx/pml_ucx_request.h (((_tag) >> PML_UCX_CONTEXT_BITS) & UCS_MASK(PML_UCX_RANK_BITS)) PML_UCX_RANK_BITS 70 ompi/mca/pml/ucx/pml_ucx_request.h ((_tag) >> (PML_UCX_CONTEXT_BITS + PML_UCX_RANK_BITS))