Home
last modified time | relevance | path

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

/freebsd/contrib/ldns-host/
H A Dldns-host.c23 #define countof(array) (sizeof(array)/sizeof(*(array))) macro
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp96 inline constexpr size_t countof(const T (&)[N]) { in countof() function
101 inline constexpr size_t countof(const T* const begin, const T* const end) { in countof() function