Searched defs:ARRAY_SIZE (Results 76 – 76 of 76) sorted by relevance
1234
63 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro