Home
last modified time | relevance | path

Searched refs:uxTarget (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dtcp_mem_stats.c131 size_t uxSource = 0, uxTarget = 0; in pxRemoveAllocation() local
148 xAllocations[ uxTarget ] = xAllocations[ uxSource ]; in pxRemoveAllocation()
149 uxTarget++; in pxRemoveAllocation()
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_Sockets.c3313 size_t uxTarget = 0U; in FreeRTOS_EUI48_ntop() local
3345 pcTarget[ uxTarget ] = cResult; in FreeRTOS_EUI48_ntop()
3346 uxTarget++; in FreeRTOS_EUI48_ntop()
3351 pcTarget[ uxTarget ] = ( char ) 0; in FreeRTOS_EUI48_ntop()
3352 uxTarget++; in FreeRTOS_EUI48_ntop()
3356 pcTarget[ uxTarget ] = cSeparator; in FreeRTOS_EUI48_ntop()
3357 uxTarget++; in FreeRTOS_EUI48_ntop()