Searched refs:ARRAY_SIZE (Results 1 – 8 of 8) sorted by relevance
87 #ifndef ARRAY_SIZE88 #define ARRAY_SIZE( x ) ( int ) ( sizeof( x ) / sizeof( x )[ 0 ] ) macro263 for( ul_index = 0; ul_index < ARRAY_SIZE( gs_tx_desc ); ul_index++ ) in gmac_reset_tx_mem()893 for( index = 0; index < ARRAY_SIZE( intPairs ); index++ ) in gmac_show_irq_counts()920 for( index = 0; index < ARRAY_SIZE( intPairs ); index++ ) in gmac_handler()
68 #ifndef ARRAY_SIZE69 #define ARRAY_SIZE( x ) ( int ) ( sizeof( x ) / sizeof( x )[ 0 ] ) macro886 for( index = 0; index < ARRAY_SIZE( intPairs ); index++ ) in gmac_show_irq_counts()921 for( index = 0; index < ARRAY_SIZE( intPairs ); index++ ) in gmac_handler()
871 for( instance = 0; instance < ARRAY_SIZE( enetBases ); instance++ ) in xEMACInit()881 configASSERT( instance != ARRAY_SIZE( enetBases ) ); in xEMACInit()883 if( instance == ARRAY_SIZE( enetBases ) ) in xEMACInit()
424 #ifndef ARRAY_SIZE425 #define ARRAY_SIZE( x ) ( ( BaseType_t ) ( sizeof( x ) / sizeof( ( x )[ 0 ] ) ) ) macro
247 for( xIndex = 0; xIndex < ARRAY_SIZE( xCommands ); xIndex++ ) in xHandleTestingCommand()922 for( xIndex = 0; xIndex < ARRAY_SIZE( xCommands ); xIndex++ ) in handle_help()1519 …for( xIndex = 0; xIndex < ( BaseType_t ) ARRAY_SIZE( pxAddrInfo->ai_addr->sin_address.xIP_IPv6.ucB… in vDNSEvent()
1069 if( ( xIndex < 0 ) || ( xIndex >= ARRAY_SIZE( pcStateNames ) ) ) in FreeRTOS_GetTCPStateName()1072 xIndex = ARRAY_SIZE( pcStateNames ); in FreeRTOS_GetTCPStateName()
129 #if !defined( ARRAY_SIZE )130 #define ARRAY_SIZE( x ) ( sizeof( x ) / sizeof( x )[ 0 ] ) macro
162 #ifndef ARRAY_SIZE163 #define ARRAY_SIZE( x ) ( ( BaseType_t ) ( sizeof( x ) / sizeof( ( x )[ 0 ] ) ) ) macro