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