Searched defs:countof (Results 1 – 2 of 2) sorted by relevance
102 countof(const T (&)[N]) in countof() function111 countof(const T * const begin, const T * const end) in countof() function
2626 #define countof(tab) (sizeof(tab) / sizeof((tab)[0])) macro