Home
last modified time | relevance | path

Searched defs:countof (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/less/dist/lesstest/
H A Dlt_types.h32 #define countof(a) (sizeof(a)/sizeof(*a)) macro
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dlocale.cpp118 countof(const T (&)[N]) in countof() function
127 countof(const T * const begin, const T * const end) in countof() function