Searched defs:NELEMENTS (Results 1 – 8 of 8) sorted by relevance
16 #define NELEMENTS(x) static_cast<int>(sizeof(x) / sizeof(x[0])) macro
15 #define NELEMENTS(x) static_cast<int>(sizeof(x) / sizeof(x[0])) macro
19 #define NELEMENTS(x) static_cast<int>(sizeof(x) / sizeof(x[0])) macro
20 #define NELEMENTS(x) static_cast<int>(sizeof(x) / sizeof(x[0])) macro
54 #define NELEMENTS(x) (sizeof((x)) / sizeof((x)[0])) macro
75 #define NELEMENTS(x) (int)(sizeof(x) / sizeof(x[0])) macro
41 #define NELEMENTS(x) ((int)(sizeof(x) / sizeof(x[0]))) macro
838 #define NELEMENTS(x) (sizeof(x) / sizeof(x[0])) macro