Searched refs:ARRAY_SIZE_X (Results 1 – 3 of 3) sorted by relevance
415 #ifndef ARRAY_SIZE_X417 … #define ARRAY_SIZE_X( x ) ( ( BaseType_t ) sizeof( x ) / ( BaseType_t ) sizeof( x[ 0 ] ) ) macro419 #define ARRAY_SIZE_X( x ) ( sizeof( x ) / sizeof( x[ 0 ] ) ) macro
1459 for( xIndex = 0; xIndex < ARRAY_SIZE_X( xIPCouples ); xIndex++ ) in xIPv6_GetIPType()
1241 for( xIndex = 0; xIndex < ARRAY_SIZE_X( pulRandom ); xIndex++ ) in FreeRTOS_CreateIPv6Address()