Searched refs:advance_limit (Results 1 – 1 of 1) sorted by relevance
2173 int advance_limit = textlimit >> 3; // For first 1/8 of max document in DetectLanguageSummaryV25() local2335 if (total_text_bytes > advance_limit) { in DetectLanguageSummaryV25()2345 advance_limit <<= 1; // Double limit until next change in DetectLanguageSummaryV25()