Searched defs:NELEM (Results 1 - 3 of 3) sorted by relevance

/external/conscrypt/src/compat/native/
H A DJNIHelp.h32 #ifndef NELEM
33 # define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0]))) macro
/external/jhead/
H A Dmain.c47 #ifndef NELEM
48 #define NELEM(x) ((int)(sizeof(x) / sizeof((x)[0]))) macro
808 methods, NELEM(methods));
/external/mksh/src/
H A Dsh.h437 #define NELEM(a) (sizeof(a) / sizeof((a)[0])) macro

Completed in 181 milliseconds