Searched refs:g_MaxInterestingWords (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp575 static const int g_MaxInterestingWords = 150; /* Top N words are examined. */ variable
1804 g_MaxInterestingWords * (g_MaxWordLength + 16)];
1841 if (j >= 20 && j < g_MaxInterestingWords)
1843 g_MaxInterestingWords - j);
3139 the top g_MaxInterestingWords for doing the actual determination. */
3190 i < g_MaxInterestingWords && !PriorityQueue.empty();

Completed in 88 milliseconds