Searched defs:NUM_ELEMENTS (Results 1 – 9 of 9) sorted by relevance
47 #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) macro
61 #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) macro
66 #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) macro
78 #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) macro
527 #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) macro
72 #define NUM_ELEMENTS(array) (sizeof(array) / sizeof(*array)) macro
71 #define NUM_ELEMENTS(array) (sizeof(array) / sizeof(*array)) macro
150 #define NUM_ELEMENTS(array) (sizeof(array) / sizeof(*array)) macro