Home
last modified time | relevance | path

Searched refs:ulIndex (Results 1 – 9 of 9) sorted by relevance

/FreeRTOS-Plus/Demo/corePKCS11_Windows_Simulator/examples/
A Dmanagement_and_rng.c101 uint32_t ulIndex = 0; in vPKCS11ManagementAndRNGDemo() local
194 for( ulIndex = 0; ulIndex < sizeof( xRandomData ); ulIndex++ ) in vPKCS11ManagementAndRNGDemo()
196 configPRINTF( ( "Generated random number: %x\r\n", xRandomData[ ulIndex ] ) ); in vPKCS11ManagementAndRNGDemo()
A Dmechanisms_and_digests.c68 CK_ULONG ulIndex = 0; in vPKCS11MechanismsAndDigestDemo() local
251 for( ulIndex = 0; ulIndex < ulDigestLength; ulIndex++ ) in vPKCS11MechanismsAndDigestDemo()
253 configPRINTF( ( "%x", xDigestResult[ ulIndex ] ) ); in vPKCS11MechanismsAndDigestDemo()
A Ddemo_helpers.c122 uint32_t ulIndex = 0; in vWriteHexBytesToConsole() local
129 for( ulIndex = 0; ulIndex < ulDataLength; ulIndex++ ) in vWriteHexBytesToConsole()
132 ucByteValue = *( pucData + ulIndex ); in vWriteHexBytesToConsole()
140 if( 0 == ( ( ulIndex + 1 ) % sizeof( uint16_t ) ) ) in vWriteHexBytesToConsole()
147 if( 0 == ( ( ulIndex + 1 ) % BYTES_TO_DISPLAY_PER_ROW ) ) in vWriteHexBytesToConsole()
A Dsign_and_verify.c76 CK_ULONG ulIndex = 0; in vPKCS11SignVerifyDemo() local
369 for( ulIndex = 0; ulIndex < ulSignatureLength; ulIndex++ ) in vPKCS11SignVerifyDemo()
371 configPRINTF( ( "%02x", xSignature[ ulIndex ] ) ); in vPKCS11SignVerifyDemo()
/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Multitask/DemoTasks/
A Dmqtt-agent-task.c615 uint32_t ulIndex = 0U; in prvHandleResubscribe() local
625 for( ulIndex = 0U; ulIndex < SUBSCRIPTION_MANAGER_MAX_SUBSCRIPTIONS; ulIndex++ ) in prvHandleResubscribe()
629 if( xGlobalSubscriptionList[ ulIndex ].usFilterStringLength != 0 ) in prvHandleResubscribe()
631 …xSubInfo[ usNumSubscriptions ].pTopicFilter = xGlobalSubscriptionList[ ulIndex ].pcSubscriptionFil… in prvHandleResubscribe()
632 …xSubInfo[ usNumSubscriptions ].topicFilterLength = xGlobalSubscriptionList[ ulIndex ].usFilterStri… in prvHandleResubscribe()
/FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Ota_Over_Mqtt_Demo/DemoTasks/
A DOtaOverMqttDemoExample.c821 uint32_t ulIndex = 0; in prvOTAEventBufferGet() local
826 for( ulIndex = 0; ulIndex < otaconfigMAX_NUM_OTA_DATA_BUFFERS; ulIndex++ ) in prvOTAEventBufferGet()
828 if( eventBuffer[ ulIndex ].bufferUsed == false ) in prvOTAEventBufferGet()
830 eventBuffer[ ulIndex ].bufferUsed = true; in prvOTAEventBufferGet()
831 pFreeBuffer = &eventBuffer[ ulIndex ]; in prvOTAEventBufferGet()
1178 uint32_t ulIndex = 0U; in prvHandleResubscribe() local
1188 for( ulIndex = 0U; ulIndex < SUBSCRIPTION_MANAGER_MAX_SUBSCRIPTIONS; ulIndex++ ) in prvHandleResubscribe()
1192 if( xGlobalSubscriptionList[ ulIndex ].usFilterStringLength != 0 ) in prvHandleResubscribe()
1194 …xSubInfo[ usNumSubscriptions ].pTopicFilter = xGlobalSubscriptionList[ ulIndex ].pcSubscriptionFil… in prvHandleResubscribe()
1195 …xSubInfo[ usNumSubscriptions ].topicFilterLength = xGlobalSubscriptionList[ ulIndex ].usFilterStri… in prvHandleResubscribe()
/FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Ota_Over_Http_Demo/DemoTasks/
A DOtaOverHttpDemoExample.c964 uint32_t ulIndex = 0; in prvOTAEventBufferGet() local
969 for( ulIndex = 0; ulIndex < otaconfigMAX_NUM_OTA_DATA_BUFFERS; ulIndex++ ) in prvOTAEventBufferGet()
971 if( eventBuffer[ ulIndex ].bufferUsed == false ) in prvOTAEventBufferGet()
973 eventBuffer[ ulIndex ].bufferUsed = true; in prvOTAEventBufferGet()
974 pFreeBuffer = &eventBuffer[ ulIndex ]; in prvOTAEventBufferGet()
1321 uint32_t ulIndex = 0U; in prvHandleResubscribe() local
1331 for( ulIndex = 0U; ulIndex < SUBSCRIPTION_MANAGER_MAX_SUBSCRIPTIONS; ulIndex++ ) in prvHandleResubscribe()
1335 if( xGlobalSubscriptionList[ ulIndex ].usFilterStringLength != 0 ) in prvHandleResubscribe()
1337 …xSubInfo[ usNumSubscriptions ].pTopicFilter = xGlobalSubscriptionList[ ulIndex ].pcSubscriptionFil… in prvHandleResubscribe()
1338 …xSubInfo[ usNumSubscriptions ].topicFilterLength = xGlobalSubscriptionList[ ulIndex ].usFilterStri… in prvHandleResubscribe()
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/Test_Code/Test_Cases/
A Dtest_tcp.c1580 uint32_t ulIndex; in prvFreeRTOS_sendRecv_VaryLength() local
1593 for( ulIndex = 0; ulIndex < sizeof( xMessageLengths ) / sizeof( size_t ); ulIndex++ ) in prvFreeRTOS_sendRecv_VaryLength()
1605 xMessageLengths[ ulIndex ], in prvFreeRTOS_sendRecv_VaryLength()
1611 xMessageLengths[ ulIndex ] ); in prvFreeRTOS_sendRecv_VaryLength()
1617 xMessageLengths[ ulIndex ] ); in prvFreeRTOS_sendRecv_VaryLength()
1622 xMessageLengths[ ulIndex ] ); in prvFreeRTOS_sendRecv_VaryLength()
1632 … tcptestPRINTF( ( " Sending messages with length %d complete\r\n", xMessageLengths[ ulIndex ] ) ); in prvFreeRTOS_sendRecv_VaryLength()
/FreeRTOS-Plus/Source/Reliance-Edge/doc/
A Dcoding_style.txt381 For example, if two separate blocks contain loops indexed by a variable ulIndex

Completed in 31 milliseconds