Searched defs:NELEMS (Results 1 – 7 of 7) sorted by relevance
28 #define NELEMS(s) (sizeof(s) / sizeof((s)[0])) macro110 #define NELEMS(s) (sizeof(s) / sizeof((s)[0])) macro
33 #define NELEMS(x) ((int) (sizeof(x) / sizeof((x)[0]))) macro
26 #define NELEMS(x) ((int) (sizeof(x) / sizeof((x)[0]))) macro
45 #define NELEMS(x) (sizeof(x) / sizeof((x)[0])) macro
228 #define NELEMS(X) (sizeof(X) / sizeof(X[0])) macro
46 #define NELEMS(x) (sizeof(ArraySizeHelper(x))) macro
39 #define NELEMS(array) static_cast<int>(sizeof(array) / sizeof(array[0])) macro