Searched refs:uxLast (Results 1 – 2 of 2) sorted by relevance
654 size_t uxLast = uxOffset + dumpBYTES_PER_ROW; in vActualDump() local657 if( uxLast > uxLength ) in vActualDump()659 uxLast = uxLength; in vActualDump()662 while( uxOffset < uxLast ) in vActualDump()
273 const size_t uxLast = pxNetworkBuffer->xDataLength - uxNeededSize; in vReceiveRA_ReadReply() local277 while( ( uxIndex + 1U ) < uxLast ) in vReceiveRA_ReadReply()290 if( uxLast < ( uxIndex + uxLength ) ) in vReceiveRA_ReadReply()292 …"RA: Not enough bytes ( %u > %u )\n", ( unsigned ) ( uxIndex + uxLength ), ( unsigned ) uxLast ) ); in vReceiveRA_ReadReply()