Home
last modified time | relevance | path

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

/oneTBB/examples/concurrent_hash_map/count_strings/
H A Dcount_strings.cpp129 struct Sound { struct
133 Sound Vowels[] = { argument
147 Sound Consonants[] = {
192 const int VowelsNumber = sizeof(Vowels) / sizeof(Sound);
193 const int ConsonantsNumber = sizeof(Consonants) / sizeof(Sound);
196 int CountRateSum(Sound sounds[], const int num, const int part) { in CountRateSum()
204 Sound* sounds; in GetLetters()