Searched refs:NELEM (Results 1 – 1 of 1) sorted by relevance
32 #ifndef NELEM33 #define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0]))) macro