Searched refs:ulIndex (Results 1 – 9 of 9) sorted by relevance
101 uint32_t ulIndex = 0; in vPKCS11ManagementAndRNGDemo() local194 for( ulIndex = 0; ulIndex < sizeof( xRandomData ); ulIndex++ ) in vPKCS11ManagementAndRNGDemo()196 configPRINTF( ( "Generated random number: %x\r\n", xRandomData[ ulIndex ] ) ); in vPKCS11ManagementAndRNGDemo()
68 CK_ULONG ulIndex = 0; in vPKCS11MechanismsAndDigestDemo() local251 for( ulIndex = 0; ulIndex < ulDigestLength; ulIndex++ ) in vPKCS11MechanismsAndDigestDemo()253 configPRINTF( ( "%x", xDigestResult[ ulIndex ] ) ); in vPKCS11MechanismsAndDigestDemo()
122 uint32_t ulIndex = 0; in vWriteHexBytesToConsole() local129 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()
76 CK_ULONG ulIndex = 0; in vPKCS11SignVerifyDemo() local369 for( ulIndex = 0; ulIndex < ulSignatureLength; ulIndex++ ) in vPKCS11SignVerifyDemo()371 configPRINTF( ( "%02x", xSignature[ ulIndex ] ) ); in vPKCS11SignVerifyDemo()
615 uint32_t ulIndex = 0U; in prvHandleResubscribe() local625 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()
821 uint32_t ulIndex = 0; in prvOTAEventBufferGet() local826 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() local1188 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()
964 uint32_t ulIndex = 0; in prvOTAEventBufferGet() local969 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() local1331 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()
1580 uint32_t ulIndex; in prvFreeRTOS_sendRecv_VaryLength() local1593 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()
381 For example, if two separate blocks contain loops indexed by a variable ulIndex
Completed in 38 milliseconds