Searched refs:namesCt (Results 1 – 4 of 4) sorted by relevance
59 const unsigned namesCt = sizeof(names) / sizeof(names[0]); in minelem2() local60 const char** r = min_element((const char**)names, (const char**)names + namesCt, str_compare); in minelem2()
61 const unsigned namesCt = sizeof(names) / sizeof(names[0]); in maxelem2() local62 const char** r = max_element((const char**)names, (const char**)names + namesCt, str_compare); in maxelem2()