Searched refs:uxSource (Results 1 – 2 of 2) sorted by relevance
131 size_t uxSource = 0, uxTarget = 0; in pxRemoveAllocation() local138 for( ; uxSource < uxAllocationCount; uxSource++ ) in pxRemoveAllocation()140 if( xAllocations[ uxSource ].pxObject == pxObject ) in pxRemoveAllocation()143 … ( void ) memcpy( &( xAllocation ), &( xAllocations[ uxSource ] ), sizeof xAllocation ); in pxRemoveAllocation()148 xAllocations[ uxTarget ] = xAllocations[ uxSource ]; in pxRemoveAllocation()
3113 socklen_t uxSource = ( socklen_t ) sockDIGIT_COUNT - ( socklen_t ) 1U; in FreeRTOS_inet_ntoa() local3117 pucDigits[ uxSource ] = ucValue % ( uint8_t ) 10U; in FreeRTOS_inet_ntoa()3120 if( uxSource == 1U ) in FreeRTOS_inet_ntoa()3125 uxSource--; in FreeRTOS_inet_ntoa()3131 … for( uxSource = 0; uxSource < ( ( socklen_t ) sockDIGIT_COUNT - ( socklen_t ) 1U ); uxSource++ ) in FreeRTOS_inet_ntoa()3133 if( pucDigits[ uxSource ] != 0U ) in FreeRTOS_inet_ntoa()3139 for( ; uxSource < ( socklen_t ) sockDIGIT_COUNT; uxSource++ ) in FreeRTOS_inet_ntoa()3141 pcBuffer[ uxIndex ] = ( char ) ( pucDigits[ uxSource ] + ( char ) '0' ); in FreeRTOS_inet_ntoa()