Searched refs:j (Results 1 – 4 of 4) sorted by relevance
1646 for( int j = -100; j <= i; j++ ) in test_FreeRTOS_max_int32() local1648 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() local1657 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() local1671 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() local1680 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() local1694 lResult = FreeRTOS_max_size_t( i, j ); in test_FreeRTOS_max_size_t()[all …]
921 unsigned int j; in prvGenerateCRC32() local932 for( j = 0; j < 8; j++ ) in prvGenerateCRC32()
81 for( uint32_t j = 0U; j < uxTicks; j++ ) in test_sleep() local
20 - Run `make -j$(nproc)' and then run `sudo make install`.