Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP_Utils/
DFreeRTOS_IP_Utils_utest.c2707 for( int j = -100; j <= i; j++ ) in test_FreeRTOS_max_int32() local
2709 lResult = FreeRTOS_max_int32( i, j ); in test_FreeRTOS_max_int32()
2716 for( int j = ( 0x6FFFFFFF - 100 ); j <= i; j++ ) in test_FreeRTOS_max_int32() local
2718 lResult = FreeRTOS_max_int32( i, j ); in test_FreeRTOS_max_int32()
2734 for( uint32_t j = 0; j <= i; j++ ) in test_FreeRTOS_max_uint32() local
2736 lResult = FreeRTOS_max_uint32( i, j ); in test_FreeRTOS_max_uint32()
2743 for( uint32_t j = ( 0xDFFFFFFF - 100 ); j <= i; j++ ) in test_FreeRTOS_max_uint32() local
2745 lResult = FreeRTOS_max_uint32( i, j ); in test_FreeRTOS_max_uint32()
2761 for( uint32_t j = 0; j <= i; j++ ) in test_FreeRTOS_max_size_t() local
2763 lResult = FreeRTOS_max_size_t( i, j ); in test_FreeRTOS_max_size_t()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/LPC18xx/
DNetworkInterface.c932 unsigned int j; in prvGenerateCRC32() local
943 for( j = 0; j < 8; j++ ) in prvGenerateCRC32()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/
DREADME.md20 - Run `make -j$(nproc)' and then run `sudo make install`.