Lines Matching defs:Merge
33 Printf("MERGE: failed to parse the control file (unexpected error)\n");
126 size_t Merger::Merge(const Set<uint32_t> &InitialFeatures,
210 Printf("MERGE-INNER: using the control file '%s'\n", CFPath.c_str());
216 Printf("MERGE-INNER: '%s' caused a failure at the previous merge step\n",
219 Printf("MERGE-INNER: %zd total files;"
272 Printf("MERGE-OUTER: failed to write to the control file: %s\n",
285 Printf("Merge requires two or more corpus dirs\n");
296 Printf("MERGE-OUTER: non-empty control file provided: '%s'\n",
301 Printf("MERGE-OUTER: control file ok, %zd files total,"
305 Printf("MERGE-OUTER: '%s' will be skipped as unlucky "
306 "(merge has stumbled on it the last time)\n",
309 Printf("MERGE-OUTER: nothing to do, merge has been completed before\n");
315 Printf("MERGE-OUTER: bad control file, will overwrite it\n");
328 Printf("MERGE-OUTER: %zd files, %zd in the initial corpus\n",
337 BaseCmd.removeFlag("merge");
341 Printf("MERGE-OUTER: attempt %zd\n", Attempt);
347 Printf("MERGE-OUTER: succesfull in %zd attempt(s)\n", Attempt);
353 Printf("MERGE-OUTER: zero succesfull attempts, exiting\n");
356 // Read the control file and do the merge.
360 Printf("MERGE-OUTER: the control file has %zd bytes\n", (size_t)IF.tellg());
364 Printf("MERGE-OUTER: consumed %zdMb (%zdMb rss) to parse the control file\n",
367 Printf("MERGE-OUTER: writing coverage summary for %zd files to %s\n",
377 Printf("MERGE-OUTER: coverage summary loaded from %s, %zd features found\n",
380 size_t NumNewFeatures = M.Merge(InitialFeatures, &NewFiles);
381 Printf("MERGE-OUTER: %zd new files with %zd new features added\n",