Searched defs:countof (Results 1 – 4 of 4) sorted by relevance
13 #define countof _Countof macro
34 #define countof(a) ((int)(sizeof(a)/sizeof(*a))) macro
23 #define countof(array) (sizeof(array)/sizeof(*(array))) macro
92 inline constexpr size_t countof(const T (&)[N]) { in countof() function97 inline constexpr size_t countof(const T* const begin, const T* const end) { in countof() function