Searched defs:ARRAY_LEN (Results 1 – 2 of 2) sorted by relevance
38 #define ARRAY_LEN(x) ((int) (sizeof (x) / sizeof ((x) [0]))) macro
13 #define ARRAY_LEN(x) (sizeof(x)/sizeof((x)[0])) macro