Searched defs:NELEMS (Results 1 – 17 of 17) sorted by relevance
28 #define NELEMS(a) ((int) (sizeof (a) / sizeof (a[0]))) macro
68 #define NELEMS(a) (sizeof (a) / sizeof ((a)[0])) macro
59 #define NELEMS(a) (sizeof (a) / sizeof ((a)[0])) macro
62 #define NELEMS(a) ((int) (sizeof (a) / sizeof ((a)[0]))) macro
32 #define NELEMS(a) ((int) (sizeof (a) / sizeof ((a)[0]))) macro
906 #define NELEMS(a) ((int) (sizeof (a) / sizeof ((a)[0]))) macro
97 #define NELEMS( global() macro
54 #define NELEMS(array) ((size_t)(sizeof(array)/sizeof(array[0]))) macro
948 #define NELEMS(arr) (sizeof(arr)/sizeof((arr)[0])) in ffbfb_mmap() macro
253 #define NELEMS(arr) (sizeof(arr)/sizeof((arr)[0])) macro
44 #define NELEMS(a) ((int) (sizeof (a)/sizeof ((a)[0]))) macro
56 #define NELEMS(a) ((int) (sizeof (a)/sizeof ((a)[0]))) macro