Home
last modified time | relevance | path

Searched refs:i (Results 1 – 20 of 20) sorted by relevance

/FreeRTOS-Plus/Demo/coreHTTP_Windows_Simulator/Common/
A Dhttp_demo_utils.c147 size_t xHostLen = 0, i = 0, xPathStartIndex = 0, xPathLen = 0; in getUrlPath() local
163 for( i = ( pcHostStart - pcUrl ) + xHostLen; i < xUrlLen; i++ ) in getUrlPath()
165 if( pcUrl[ i ] == '/' ) in getUrlPath()
167 pcPathStart = &pcUrl[ i ]; in getUrlPath()
168 xPathStartIndex = i; in getUrlPath()
178 for( i = xPathStartIndex; i < xUrlLen; i++ ) in getUrlPath()
180 if( pcUrl[ i ] == '?' ) in getUrlPath()
186 xPathLen = i - xPathStartIndex; in getUrlPath()
224 size_t i = 0, xHostLen = 0; in getUrlAddress() local
235 for( i = 0; i < ( xUrlLen - SCHEME_SEPARATOR_LEN ); i++ ) in getUrlAddress()
[all …]
/FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Common/HTTP_Utils/
A Dhttp_demo_utils.c147 size_t xHostLen = 0, i = 0, xPathStartIndex = 0, xPathLen = 0; in getUrlPath() local
163 for( i = ( pcHostStart - pcUrl ) + xHostLen; i < xUrlLen; i++ ) in getUrlPath()
165 if( pcUrl[ i ] == '/' ) in getUrlPath()
167 pcPathStart = &pcUrl[ i ]; in getUrlPath()
168 xPathStartIndex = i; in getUrlPath()
178 for( i = xPathStartIndex; i < xUrlLen; i++ ) in getUrlPath()
180 if( pcUrl[ i ] == '?' ) in getUrlPath()
186 xPathLen = i - xPathStartIndex; in getUrlPath()
224 size_t i = 0, xHostLen = 0; in getUrlAddress() local
235 for( i = 0; i < ( xUrlLen - SCHEME_SEPARATOR_LEN ); i++ ) in getUrlAddress()
[all …]
/FreeRTOS-Plus/Demo/Common/coreMQTT_Agent_Interface/
A Dfreertos_command_pool.c76 size_t i; in Agent_InitializePool() local
90 for( i = 0; i < MQTT_COMMAND_CONTEXTS_POOL_SIZE; i++ ) in Agent_InitializePool()
93 pCommand = &commandStructurePool[ i ]; in Agent_InitializePool()
/FreeRTOS-Plus/Source/Reliance-Edge/toolcmn/
A Dgetopt.c157 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local
168 for( i = 0; i < ncycle; i++ ) in permute_args()
170 cstart = panonopt_end + i; in permute_args()
205 int i, match, exact_match, second_partial_match; in parse_long_options() local
245 for( i = 0; long_options[ i ].name; i++ ) in parse_long_options()
248 if( strncmp( current_argv, long_options[ i ].name, in parse_long_options()
254 if( strlen( long_options[ i ].name ) == current_argv_len ) in parse_long_options()
257 match = i; in parse_long_options()
273 match = i; in parse_long_options()
276 ( long_options[ i ].has_arg != in parse_long_options()
[all …]
/FreeRTOS-Plus/Demo/AWS/Device_Shadow_Windows_Simulator/Common/
A Dprintf-stdarg.c161 int i, len; in prints() local
219 for( ; i; i-- ) in prints()
275 if( i == 0LL ) in printll()
285 u = -i; in printll()
335 register unsigned int u = i; in printi()
340 if( i == 0 ) in printi()
350 u = -i; in printi()
433 i >> 24, in printIp()
434 ( i >> 16 ) & 0xff, in printIp()
435 ( i >> 8 ) & 0xff, in printIp()
[all …]
/FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/Common/
A Dcellular_setup.c98 uint32_t i = 0U; in setupCellular() local
247 for( i = 0U; i < NumStatus; i++ ) in setupCellular()
249 …if( ( PdnStatusBuffers[ i ].contextId == CellularSocketPdnContextId ) && ( PdnStatusBuffers[ i ].s… in setupCellular()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/IPv6_Multi_WinSim_demo/
A Dprintf-stdarg.c221 int i, len; in prints() local
279 for( ; i; i-- ) in prints()
335 if( i == 0LL ) in printll()
345 u = -i; in printll()
395 register unsigned int u = i; in printi()
400 if( i == 0 ) in printi()
410 u = -i; in printi()
493 i >> 24, in printIp()
494 ( i >> 16 ) & 0xff, in printIp()
495 ( i >> 8 ) & 0xff, in printIp()
[all …]
/FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/Test_code/
A Dtest_cellular_api.c661 for( i = 0; i < NumStatus; i++ ) in prvConnectCellular()
703 for( i = 0; i < NumStatus; i++ ) in prvIsConnectedCellular()
1103 for( int i = 0; i < eidrxSettingsList.count; i++ ) in TEST_SETUP() local
1316 for( i = 0; i < numStatus; i++ ) in TEST()
1517 int i = 0; in TEST() local
1541 for( i = 0; i < eidrxSettingsList.count; i++ ) in TEST()
1668 int i = 0; in TEST() local
1699 for( i = 0; i < receivedRatPrioritiesLength; i++ ) in TEST()
1704 i, pRatPriorities1[ i ], pRatPriorities[ i ] ) ); in TEST()
1886 for( i = 0; i < numStatus; i++ ) in TEST()
[all …]
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Qemu_mps2/CMSIS/
A Dmpu_armv7.h260 uint32_t i; in ARM_MPU_OrderedMemcpy() local
262 for( i = 0U; i < len; ++i ) in ARM_MPU_OrderedMemcpy()
264 dst[ i ] = src[ i ]; in ARM_MPU_OrderedMemcpy()
A Dcmsis_gcc.h167 for( uint32_t i = 0u; i < pTable->wlen; ++i ) in __cmsis_start() local
169 pTable->dest[ i ] = pTable->src[ i ]; in __cmsis_start()
175 for( uint32_t i = 0u; i < pTable->wlen; ++i ) in __cmsis_start() local
177 pTable->dest[ i ] = 0u; in __cmsis_start()
/FreeRTOS-Plus/Source/Reliance-Edge/tests/posix/
A Dfsstress.c830 int i; in FsstressStart() local
871 for( i = 0; i < FT_nft; i++ ) in FsstressStart()
1036 int i; in dcache_init() local
1038 for( i = 0; i < NDCACHE; i++ ) in dcache_init()
1047 int i; in dcache_lookup() local
1169 int i; in fent_to_name() local
1194 int i; in fix_parent() local
1197 for( i = 0, flp = flist; i < FT_nft; i++, flp++ ) in fix_parent()
1271 for( i = 0, c = 0, flp = flist; i < FT_nft; i++, flp++ ) in get_fname()
1297 for( i = 0, c = 0, flp = flist; i < FT_nft; i++, flp++ ) in get_fname()
[all …]
/FreeRTOS-Plus/Source/Application-Protocols/network_transport/
A Dreadme.txt4 2. Build the wrapper file located in the directory (i.e. sockets_wrapper.c).
/FreeRTOS-Plus/Demo/coreHTTP_Windows_Simulator/HTTP_S3_Download/DemoTasks/
A DS3DownloadHTTPExample.c1499 for( size_t i = 0; i < SHA256_HASH_DIGEST_LENGTH; i++ ) in prvSha256Encode() local
1501 *pcOutputChar = cHexChars[ ( ucSha256[ i ] & 0xF0 ) >> 4 ]; in prvSha256Encode()
1503 *pcOutputChar = cHexChars[ ( ucSha256[ i ] & 0x0F ) ]; in prvSha256Encode()
/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/
A Dreadme.txt36 The coreMQTT library keeps track of the in-flight publish messages (i.e. the
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Qemu_mps2/
A DReadme_UserNetworking.md84 - ICMP does not work out of the box i.e. you cannot use ping within the guest.
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/Test_Code/Test_Cases/
A Dtest_tcp.c2523 uint32_t i; in TEST() local
2542 for( i = 0; ( i < 60 ) && ( ulNumUniqueIPAddresses < dnstestNUM_UNIQUE_IP_ADDRESSES ); i++ ) in TEST()
/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Basic_TLS/
A Dmqtt_broker_setup.txt9 i. cd "C:\Program Files\Git\usr\bin" # If Git is installed elsewhere, update the path.
/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Mutual_Auth/
A Dmqtt_broker_setup.txt8 i. cd "C:\Program Files\Git\usr\bin" # If Git is installed elsewhere, update the path.
/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Multitask/
A Dmqtt_broker_setup.txt8 i. cd "C:\Program Files\Git\usr\bin" # If Git is installed elsewhere, update the path.
/FreeRTOS-Plus/Source/Reliance-Edge/doc/
A Dcoding_style.txt334 i | int

Completed in 68 milliseconds