Searched refs:COUNT_ELEMS (Results 1 – 1 of 1) sorted by relevance
39 #define COUNT_ELEMS(array) (sizeof (array) / sizeof (array[0])) macro527 for (unsigned long i = 0; i < COUNT_ELEMS(how); i++) {