HomeSort by: relevance | last modified time | path
    Searched refs:COVER_warnOnSmallCorpus (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/dictBuilder/
cover.h 82 void COVER_warnOnSmallCorpus(size_t maxDictSize, size_t nbDmers, int displayLevel);
fastcover.c 594 COVER_warnOnSmallCorpus(dictBufferCapacity, ctx.nbDmers, g_displayLevel);
701 COVER_warnOnSmallCorpus(dictBufferCapacity, ctx.nbDmers, displayLevel);
cover.c 691 void COVER_warnOnSmallCorpus(size_t maxDictSize, size_t nbDmers, int displayLevel)
812 COVER_warnOnSmallCorpus(dictBufferCapacity, ctx.suffixSize, g_displayLevel);
1239 COVER_warnOnSmallCorpus(dictBufferCapacity, ctx.suffixSize, displayLevel);

Completed in 44 milliseconds