tags               26 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     int32_t tags[PRQ_SIZE];
tags               60 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h                 elem->tags[i] = ~0;
tags              112 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h                 result = ((elem->tags[i] & elem->tmask[i]) ==  (tag & elem->tmask[i])) && ((elem->srcs[i] & elem->smask[i]) == (peer & elem->smask[i]));
tags              139 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h                 result = ((elem->tags[i] & elem->tmask[i]) ==  (tag & elem->tmask[i])) && ((elem->srcs[i] & elem->smask[i]) == (peer & elem->smask[i]));
tags              143 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h                     elem->tags[i] = ~0;
tags              225 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h             elem->tags[i] = ~0; // TODO: we only have to do this type of initialization for freshly malloc'd entries.
tags              245 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     elem->tags[elem->end] = tag;
tags              306 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h             printf("%d:%d The key is %d, the mask is %d, the value is %ld\n", i, j, elem->tags[j], elem->tmask[j], elem->value[j]);
tags              354 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     int32_t tags[UMQ_SIZE];
tags              406 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h                 result = (tag == (elem->tags[i] & tmask))  && (peer == (elem->srcs[i] & smask));
tags              428 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     elem->tags[i] = ~0;
tags              486 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h             elem->tags[i] = 0;
tags              506 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     elem->tags[elem->end] = tag;
tags               24 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     __m512i tags;
tags               58 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h                 ((int*)(&(elem->tags)))[i] = ~0;
tags              108 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h         result = _mm512_cmpeq_epi32_mask(_mm512_and_epi32(elem->tags, elem->tmask), _mm512_and_epi32(tsearch, elem->tmask)) &
tags              148 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h         result = _mm512_cmpeq_epi32_mask(_mm512_and_epi32(elem->tags, elem->tmask), _mm512_and_epi32(tsearch, elem->tmask)) &
tags              158 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h                     ((int*)(&(elem->tags)))[i] = ~0;
tags              241 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h         elem->tags = _mm512_set1_epi32(~0); // TODO: we only have to do this type of initialization for freshly malloc'd entries.
tags              263 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     ((int*)(&(elem->tags)))[elem->end] = tag;
tags              324 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h             printf("%d:%d The key is %d, the mask is %d, the value is %lu\n", i, j, ((int*)(&(elem->tags)))[j],
tags              370 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     __m512i tags;
tags              420 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h         result = _mm512_cmpeq_epi32_mask(_mm512_and_epi32(elem->tags,tmasks), tsearch) &
tags              447 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     ((int*)(&(elem->tags)))[i] = ~0;
tags              500 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h         elem->tags = _mm512_set1_epi32(~0); // TODO: we only have to do this type of initialization for freshly malloc'd entries.
tags              520 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     ((int*)(&(elem->tags)))[elem->end] = tag;