Searched defs:ARR_SIZE (Results 1 – 2 of 2) sorted by relevance
29 #define ARR_SIZE( x ) ( sizeof( x ) / sizeof( x[0] ) ) macro
35 #define ARR_SIZE( x ) ( sizeof( x ) / sizeof( x[0] ) ) macro