Home
last modified time | relevance | path

Searched refs:count (Results 1 – 5 of 5) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets/
DFreeRTOS_Sockets_stubs.c81 int count ) in xStubApplicationGetRandomNumber() argument
83 ( void ) count; in xStubApplicationGetRandomNumber()
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/lib/
Dsummarize.py98 for status, count in count_statuses.items():
99 statuses.append([status, str(count)])
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ksz8851snl/
Dksz8851snl.c523 uint32_t count = 10; in ksz8851snl_init() local
560 while( count-- ) in ksz8851snl_init()
588 uint32_t count = 10; in ksz8851snl_reinit() local
593 while( count-- ) in ksz8851snl_reinit()
/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dplus_tcp_demo_cli.c1097 unsigned count; in handle_ping() local
1099 if( ( rest != NULL ) && ( sscanf( rest, "%u", &count ) > 0 ) ) in handle_ping()
1101 PING_COUNT_MAX = count; in handle_ping()
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_Sockets.c5844 BaseType_t count = 0; in vTCPNetStat() local
5867 count++; in vTCPNetStat()
5877 count++; in vTCPNetStat()
5881 ( int ) count, in vTCPNetStat()