Home
last modified time | relevance | path

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

/external/oss-fuzz/docs/advanced-topics/
Dcorpora.md40 **corpus_size** column. Click the link to browse and download individual test inputs in the
47 If you want to download the entire corpus, click the link in the **corpus_size** column, then
/external/brotli/c/enc/
Dcompress_fragment_two_pass.c526 double corpus_size = (double)input_size; in ShouldCompress() local
527 if ((double)num_literals < MIN_RATIO * corpus_size) { in ShouldCompress()
531 const double max_total_bit_cost = corpus_size * 8 * MIN_RATIO / SAMPLE_RATE; in ShouldCompress()