Home
last modified time | relevance | path

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

/external/libcxx/src/
Dlocale.cpp102 countof(const T (&)[N]) in countof() function
111 countof(const T * const begin, const T * const end) in countof() function
/external/valgrind/perf/
Dtinycc.c2626 #define countof(tab) (sizeof(tab) / sizeof((tab)[0])) macro