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

  /src/external/bsd/zstd/dist/lib/
zdict.h 338 /*! ZDICT_trainFromBuffer_cover():
346 * Note: ZDICT_trainFromBuffer_cover() requires about 9 bytes of memory for each input byte.
352 ZDICTLIB_STATIC_API size_t ZDICT_trainFromBuffer_cover(
  /src/external/bsd/zstd/dist/programs/
dibio.c 403 dictSize = ZDICT_trainFromBuffer_cover(dictBuffer, maxDictSize, srcBuffer,
  /src/external/bsd/zstd/dist/lib/dictBuilder/
cover.c 779 ZDICTLIB_STATIC_API size_t ZDICT_trainFromBuffer_cover(
  /src/external/bsd/zstd/dist/tests/
fuzzer.c 3404 DISPLAYLEVEL(3, "test%3i : ZDICT_trainFromBuffer_cover : ", testNb++);
3409 dictSize = ZDICT_trainFromBuffer_cover(dictBuffer, dictSize,

Completed in 21 milliseconds