Searched defs:ARLEN (Results 1 – 5 of 5) sorted by relevance
32 #define ARLEN(x) (sizeof (x) / sizeof *(x)) macro
40 #define ARLEN(x) (sizeof (x) / sizeof *(x)) macro
43 #define ARLEN(x) sizeof (x) / sizeof *(x) macro
49 #define ARLEN(x) (sizeof (x) / sizeof *(x)) macro
70 #define ARLEN(x) sizeof (x) / sizeof *(x) macro
Completed in 32 milliseconds