Lines Matching refs:readIndex
426 if (context->readIndex != context->sendIndex) in Step()
431 context->writeIndex, context->readIndex, context->sendIndex, in Step()
432 context->seqNum[context->readIndex]); in Step()
434 MPDSiLOG_AIDBITS_BEGIN( context, context->readIndex ); in Step()
435 …context->ds[context->readIndex].aidBits |= MPHToMP16(0x0001); // The lowest bit in the aidBits in… in Step()
436 MPDSiLOG_AIDBITS_END( context, context->readIndex ); in Step()
437 (void)NETMemCpy(recvDataSet, &context->ds[context->readIndex], sizeof(MPDSDataSet)); in Step()
438 context->currentSeqNum = context->seqNum[context->readIndex]; in Step()
439 context->readIndex = GetNextIndex(context->readIndex); in Step()
477 context->readIndex, context->sendIndex); in Step()
508 if (context->readIndex != context->writeIndex) in Step()
513 if (!(context->ds[context->readIndex].aidBits & MPHToMP16(0x0001))) in Step()
515 context->ds[context->readIndex].aidBits |= MPHToMP16(0x0001); in Step()
522 context->writeIndex, context->readIndex, context->sendIndex, in Step()
523 context->seqNum[context->readIndex]); in Step()
524 … (void)NETMemCpy(recvDataSet, &context->ds[context->readIndex], sizeof(MPDSDataSet)); in Step()
525 context->currentSeqNum = context->seqNum[context->readIndex]; in Step()
526 context->readIndex = GetNextIndex(context->readIndex); in Step()
556 context->readIndex, context->sendIndex); in Step()
643 context->readIndex, context->sendIndex); in SetDataCallback()
654 context->readIndex, context->sendIndex); in SetDataCallback()
799 context->readIndex, context->sendIndex); in ReceiveData()
881 context->readIndex, context->sendIndex); in SendDataSet()
894 ASSERT(newWI != context->readIndex && resetWI != context->readIndex); in SendDataSet()