Searched defs:ARRAY_SIZE (Results 1 – 17 of 17) sorted by relevance
81 #define ARRAY_SIZE(x) (sizeof (x) / sizeof (x[0])) macro
3 #define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0])) macro
4 #define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0])) macro
36 #define ARRAY_SIZE(a) (sizeof (a) / sizeof (*a)) macro
87 #define ARRAY_SIZE 300 macro
43 #define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0])) macro
41 #define ARRAY_SIZE(a) (sizeof (a) / sizeof (*a)) macro
559 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
133 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
377 #define ARRAY_SIZE(x) (sizeof (x) / sizeof (x[0])) macro
76 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
561 #define ARRAY_SIZE(_arr) (sizeof(_arr) / sizeof((_arr)[0])) macro
1291 #define ARRAY_SIZE(Array) (sizeof (Array) / sizeof ((Array)[0])) macro
86 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
50 #define ARRAY_SIZE(x) (sizeof (x) / sizeof (x[0])) macro
126 #define ARRAY_SIZE(_a) (sizeof((_a)) / sizeof((_a)[0])) macro