Searched defs:ARRAY_SIZE (Results 1 – 2 of 2) sorted by relevance
659 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
6657 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro