Home
last modified time | relevance | path

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

/third_party/libunwind/tests/
Dx64-unwind-badjmp-signal-frame.c63 int names_count = sizeof(names) / sizeof(*names); in handle_sigsegv() local
81 if (i < names_count) in handle_sigsegv()
96 if (i != names_count) //Make sure we found all the frames! in handle_sigsegv()
98 printf("Failed to find all frames i:%d != names_count:%d\n", i, names_count); in handle_sigsegv()
/third_party/boost/libs/log/src/
Dtrivial.cpp46 BOOST_CONSTEXPR_OR_CONST unsigned int names_count = 6;
51 static const CharT names[names_count][8];
55 const CharT severity_level_names< CharT >::names[names_count][8] =
71 if (BOOST_LIKELY(static_cast< unsigned int >(lvl) < names_count))