Searched defs:ARRAY_SIZE (Results 1 – 4 of 4) sorted by relevance
119 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
34 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
24 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
33 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) macro
Completed in 6 milliseconds