Searched defs:ARRAY_SIZE (Results 1 – 7 of 7) sorted by relevance
36 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
18 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
27 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
18 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
19 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
45 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
79 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro