Searched refs:recvframe_i (Results 1 – 2 of 2) sorted by relevance
922 stash->recvframe_i = 0; in MatStashScatterBegin_BTS()937 while (!stash->recvframe_active || stash->recvframe_i == stash->recvframe_count) { in MatStashScatterGetMesg_BTS()959 stash->recvframe_i = 0; in MatStashScatterGetMesg_BTS()962 …block = (MatStashBlock *)&((char *)stash->recvframe_active->buffer)[stash->recvframe_i * stash->bl… in MatStashScatterGetMesg_BTS()967 stash->recvframe_i++; in MatStashScatterGetMesg_BTS()
377 PetscInt recvframe_i; /* index of block within active frame */ member