Searched defs:NELEMENTS (Results 1 – 12 of 12) sorted by relevance
16 #define NELEMENTS(x) static_cast<int>(sizeof(x) / sizeof(x[0])) macro
23 #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
32 #define NELEMENTS(x) (int)(sizeof(x) / sizeof(x[0])) macro
35 #define NELEMENTS(x) (sizeof(x) / sizeof(x[0])) macro
37 #define NELEMENTS(x) (sizeof(x) / sizeof(x[0])) macro
41 #define NELEMENTS(x) ((int)(sizeof(x) / sizeof((x)[0]))) macro
583 #define NELEMENTS(x) (sizeof(x) / sizeof(x[0])) macro