Searched defs:ARRAY_SIZE (Results 1 – 8 of 8) sorted by relevance
36 #define ARRAY_SIZE(a) (sizeof (a) / sizeof (*a)) macro
41 #define ARRAY_SIZE(a) (sizeof (a) / sizeof (*a)) macro
128 #define ARRAY_SIZE(x) (sizeof (x) / sizeof ((x)[0])) macro
559 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
379 #define ARRAY_SIZE(x) (sizeof (x) / sizeof (x[0])) macro
76 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
90 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
50 #define ARRAY_SIZE(x) (sizeof (x) / sizeof (x[0])) macro