Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/tools/tcp_utilities/
Dtcp_mem_stats.c138 size_t uxSource = 0, uxTarget = 0; in pxRemoveAllocation() local
155 xAllocations[ uxTarget ] = xAllocations[ uxSource ]; in pxRemoveAllocation()
156 uxTarget++; in pxRemoveAllocation()
/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_Sockets.c2557 size_t uxTarget = 0U; in FreeRTOS_EUI48_ntop() local
2588 pcTarget[ uxTarget ] = cResult; in FreeRTOS_EUI48_ntop()
2589 uxTarget++; in FreeRTOS_EUI48_ntop()
2594 pcTarget[ uxTarget ] = ( char ) 0; in FreeRTOS_EUI48_ntop()
2595 uxTarget++; in FreeRTOS_EUI48_ntop()
2599 pcTarget[ uxTarget ] = cSeparator; in FreeRTOS_EUI48_ntop()
2600 uxTarget++; in FreeRTOS_EUI48_ntop()