Home
last modified time | relevance | path

Searched refs:MPIDI_CH3U_Offsetof (Results 1 – 2 of 2) sorted by relevance

/dports/net/mpich/mpich-3.4.3/src/mpid/ch3/include/
H A Dmpidimpl.h769 #if !defined(MPIDI_CH3U_Offsetof)
770 # define MPIDI_CH3U_Offsetof(struct_, field_) ((MPI_Aint) &((struct_*)0)->field_) macro
808 ((MPI_Aint) MPIDI_CH3U_Offsetof(MPIDI_CH3U_SRBuf_element_t, buf))); \
/dports/net/mpich2/mpich2-1.5/src/mpid/ch3/include/
H A Dmpidimpl.h862 #if !defined(MPIDI_CH3U_Offsetof)
863 # define MPIDI_CH3U_Offsetof(struct_, field_) ((MPI_Aint) &((struct_*)0)->field_) macro
901 ((MPI_Aint) MPIDI_CH3U_Offsetof(MPIDI_CH3U_SRBuf_element_t, buf))); \