Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/less/
HDlang.h34 #define countof(a) ((int)(sizeof(a)/sizeof(*a))) macro
/freebsd-13-stable/contrib/ldns-host/
HDldns-host.c23 #define countof(array) (sizeof(array)/sizeof(*(array))) macro
/freebsd-13-stable/contrib/llvm-project/libcxx/src/
HDlocale.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