Home
last modified time | relevance | path

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

/external/libcxx/src/
Dlocale.cpp98 countof(const T (&)[N]) in countof() function
107 countof(const T * const begin, const T * const end) in countof() function
4816 size_t n = strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze()
4964 strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze()
4970 size_t j = mbsrtowcs_l( wbb, &bb, countof(wbuf), &mb, __loc_); in __analyze()
4972 size_t j = __mbsrtowcs_l( wbb, &bb, countof(wbuf), &mb, __loc_); in __analyze()
5110 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init()
5112 strftime_l(buf, countof(buf), "%a", &t, __loc_); in init()
5119 strftime_l(buf, countof(buf), "%B", &t, __loc_); in init()
5121 strftime_l(buf, countof(buf), "%b", &t, __loc_); in init()
[all …]
/external/valgrind/perf/
Dtinycc.c2625 #ifndef countof
2626 #define countof(tab) (sizeof(tab) / sizeof((tab)[0])) macro
21230 for(i = 0, p = warning_defs; i < countof(warning_defs); i++, p++) { in tcc_set_warning()
21236 return set_flag(s, warning_defs, countof(warning_defs), in tcc_set_warning()
21251 return set_flag(s, flag_defs, countof(flag_defs), in tcc_set_flag()