Searched defs:ARR_SIZE (Results 1 – 2 of 2) sorted by relevance
37 #define ARR_SIZE(x) (sizeof (x) / sizeof (*(x))) macro
41 #define ARR_SIZE(x) (sizeof (x) / sizeof (*(x))) macro