Searched defs:NELEMS (Results 1 – 4 of 4) sorted by relevance
31 #define NELEMS(arr) (sizeof (arr) / sizeof (arr[0])) macro
28 #define NELEMS(s) (sizeof(s) / sizeof((s)[0])) macro110 #define NELEMS(s) (sizeof(s) / sizeof((s)[0])) macro
45 #define NELEMS(x) (sizeof(x) / sizeof((x)[0])) macro
228 #define NELEMS(X) (sizeof(X) / sizeof(X[0])) macro