Searched refs:xCount (Results 1 – 5 of 5) sorted by relevance
819 BaseType_t xCount = 0; in uxGetOwnCount() local830 xCount++; in uxGetOwnCount()834 return xCount; in uxGetOwnCount()
637 static BaseType_t xCount = 0; in usGenerateProtocolChecksum() local640 if( xCount < 5 ) /* LCOV_EXCL_BR_LINE */ in usGenerateProtocolChecksum()644 xCount++; in usGenerateProtocolChecksum()
1201 BaseType_t x, xCount = 0; in FreeRTOS_PrintARPCache() local1219 xCount++; in FreeRTOS_PrintARPCache()1223 FreeRTOS_printf( ( "Arp has %ld entries\n", xCount ) ); in FreeRTOS_PrintARPCache()
1560 static BaseType_t xCount = 0; in prvAllowIPPacket() local1563 if( xCount < 5 ) /* LCOV_EXCL_BR_LINE */ in prvAllowIPPacket()1567 xCount++; in prvAllowIPPacket()
953 BaseType_t xCount = 6; in prvGetHashIndex() local956 while( xCount-- ) in prvGetHashIndex()