Searched defs:ARRAYSIZE (Results 1 – 3 of 3) sorted by relevance
125 constexpr size_t ARRAYSIZE(T const (&)[size]) { in ARRAYSIZE() function
644 #define ARRAYSIZE(a) (sizeof(a) / sizeof(a[0])) macro
55 #define ARRAYSIZE(a) (u8)(sizeof(a) / sizeof(a[0])) macro