Searched defs:ARRAY_SIZE (Results 1 – 10 of 10) sorted by relevance
299 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
582 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
592 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
459 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
28 #define ARRAY_SIZE nitems macro
20 #define ARRAY_SIZE(A) (sizeof(A) / sizeof((A)[0])) macro
354 #define ARRAY_SIZE(a) (sizeof(a)/sizeof((a)[0])) macro
124 #define ARRAY_SIZE(foo) ((sizeof(foo)) / sizeof(foo[0])) macro
1600 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
4965 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro