Searched refs:uxNibble (Results 1 – 2 of 2) sorted by relevance
201 size_t uxNibble; in uxHexPrintShort() local206 for( uxNibble = 0; uxNibble < uxNibbleCount; uxNibble++ ) in uxHexPrintShort()215 if( ( xHadNonZero != pdFALSE ) || ( uxNibble == ( uxNibbleCount - 1U ) ) ) in uxHexPrintShort()
3104 socklen_t uxNibble; in FreeRTOS_inet_ntoa() local3109 for( uxNibble = 0; uxNibble < ipSIZE_OF_IPv4_ADDRESS; uxNibble++ ) in FreeRTOS_inet_ntoa()3112 uint8_t ucValue = pucAddress[ uxNibble ]; in FreeRTOS_inet_ntoa()3145 if( uxNibble < ( ipSIZE_OF_IPv4_ADDRESS - 1U ) ) in FreeRTOS_inet_ntoa()3312 size_t uxNibble; in FreeRTOS_EUI48_ntop() local3319 for( uxNibble = 0; uxNibble < 2U; uxNibble++ ) in FreeRTOS_EUI48_ntop()3324 if( uxNibble == 0U ) in FreeRTOS_EUI48_ntop()