Searched defs:countof (Results 1 – 2 of 2) sorted by relevance
32 #define countof(a) (sizeof(a)/sizeof(*a)) macro
118 countof(const T (&)[N]) in countof() function127 countof(const T * const begin, const T * const end) in countof() function