Home
last modified time | relevance | path

Searched refs:j (Results 1 – 4 of 4) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP_Utils/
DFreeRTOS_IP_Utils_utest.c1646 for( int j = -100; j <= i; j++ ) in test_FreeRTOS_max_int32() local
1648 lResult = FreeRTOS_max_int32( i, j ); in test_FreeRTOS_max_int32()
1655 for( int j = ( 0x6FFFFFFF - 100 ); j <= i; j++ ) in test_FreeRTOS_max_int32() local
1657 lResult = FreeRTOS_max_int32( i, j ); in test_FreeRTOS_max_int32()
1669 for( uint32_t j = 0; j <= i; j++ ) in test_FreeRTOS_max_uint32() local
1671 lResult = FreeRTOS_max_uint32( i, j ); in test_FreeRTOS_max_uint32()
1678 for( uint32_t j = ( 0xDFFFFFFF - 100 ); j <= i; j++ ) in test_FreeRTOS_max_uint32() local
1680 lResult = FreeRTOS_max_uint32( i, j ); in test_FreeRTOS_max_uint32()
1692 for( uint32_t j = 0; j <= i; j++ ) in test_FreeRTOS_max_size_t() local
1694 lResult = FreeRTOS_max_size_t( i, j ); in test_FreeRTOS_max_size_t()
[all …]
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/LPC18xx/
DNetworkInterface.c921 unsigned int j; in prvGenerateCRC32() local
932 for( j = 0; j < 8; j++ ) in prvGenerateCRC32()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/xilinx_ultrascale/
Dx_emacpsif_physpeed.c81 for( uint32_t j = 0U; j < uxTicks; j++ ) in test_sleep() local
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/
DREADME.md20 - Run `make -j$(nproc)' and then run `sudo make install`.