Searched refs:totalCompressedSize (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/contrib/zstd/lib/dictBuilder/
H A Dcover.c845 size_t totalCompressedSize = ERROR(GENERIC); local
899 totalCompressedSize = dictBufferCapacity;
905 totalCompressedSize = ERROR(GENERIC);
908 totalCompressedSize += size;
919 COVER_best_finish(data->best, totalCompressedSize, parameters, dict,

Completed in 109 milliseconds