Searched refs:countof (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/src/ |
D | locale.cpp | 102 countof(const T (&)[N]) in countof() function 111 countof(const T * const begin, const T * const end) in countof() function 4794 size_t n = strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze() 4942 strftime_l(buf, countof(buf), f, &t, __loc_); in __analyze() 4947 size_t j = __libcpp_mbsrtowcs_l( wbb, &bb, countof(wbuf), &mb, __loc_); in __analyze() 5084 strftime_l(buf, countof(buf), "%A", &t, __loc_); in init() 5086 strftime_l(buf, countof(buf), "%a", &t, __loc_); in init() 5093 strftime_l(buf, countof(buf), "%B", &t, __loc_); in init() 5095 strftime_l(buf, countof(buf), "%b", &t, __loc_); in init() 5100 strftime_l(buf, countof(buf), "%p", &t, __loc_); in init() [all …]
|
/external/valgrind/perf/ |
D | tinycc.c | 2625 #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()
|