Searched defs:ARRAY_SIZE (Results 1 – 3 of 3) sorted by relevance
41 #define ARRAY_SIZE(X) (sizeof(X)/sizeof(X[0])) macro
48 const size_t ARRAY_SIZE = 100; in TEST() local
29 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro