Lines Matching refs:i
236 s32 i; in DoMPCommunication() local
263 for ( i = 0; i < MY_MAX_NODES+1; i++ ) in DoMPCommunication()
265 sRecvFlag[i] = FALSE; in DoMPCommunication()
277 for ( i = 0; i < MY_MAX_NODES+1; i++ ) in DoMPCommunication()
279 data = MPDSGetData( &sDSContext, &recvDataSet, (u32)i ); in DoMPCommunication()
283 (void)NETMemCpy( sRecvBuf[i], data, MY_DS_LENGTH ); in DoMPCommunication()
284 sRecvFlag[i] = TRUE; in DoMPCommunication()
376 s32 i; in DoMPCommunication() local
378 for (i = 0; i < MY_MAX_NODES+1; i++) in DoMPCommunication()
380 if (sRecvFlag[i]) in DoMPCommunication()
383 REXDEMOPrintf(40, (s16)(80 + i * 20), 0, in DoMPCommunication()
385 i, in DoMPCommunication()
386 MPMPToH16(sRecvBuf[i][0]), MPMPToH16(sRecvBuf[i][1]), in DoMPCommunication()
387 MPMPToH16(sRecvBuf[i][2]), MPMPToH16(sRecvBuf[i][3]) ); in DoMPCommunication()
392 REXDEMOPrintf(40, (s16)(80 + i * 20), 0, "No Data"); in DoMPCommunication()