Searched defs:NUM_ELEMENTS (Results 1 – 9 of 9) sorted by relevance
50 #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) macro
64 #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) macro
69 #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) macro
79 #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) macro
68 #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) macro
516 #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) macro
74 #define NUM_ELEMENTS(array) (sizeof(array) / sizeof(*array)) macro
73 #define NUM_ELEMENTS(array) (sizeof(array) / sizeof(*array)) macro
156 #define NUM_ELEMENTS(array) (sizeof(array) / sizeof(*array)) macro