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

/freebsd-13-stable/sys/contrib/zstd/lib/dictBuilder/
H A Dcover.h65 size_t totalCompressedSize; member in struct:COVER_dictSelection
139 * return.totalCompressedSize is a ZSTD error.
157 size_t nbCheckSamples, size_t nbSamples, ZDICT_cover_params_t params, size_t* offsets, size_t totalCompressedSize);
H A Dcover.c792 size_t totalCompressedSize = ERROR(GENERIC); local
818 totalCompressedSize = dictBufferCapacity;
825 totalCompressedSize = size;
828 totalCompressedSize += size;
836 return totalCompressedSize;
904 size_t compressedSize = selection.totalCompressedSize;
951 return (ZSTD_isError(selection.totalCompressedSize) || !selection.dictContent);
960 size_t nbCheckSamples, size_t nbSamples, ZDICT_cover_params_t params, size_t* offsets, size_t totalCompressedSize) {
988 totalCompressedSize = COVER_checkTotalCompressedSize(params, samplesSizes,
993 if (ZSTD_isError(totalCompressedSize)) {
958 COVER_selectDict(BYTE* customDictContent, size_t dictBufferCapacity, size_t dictContentSize, const BYTE* samplesBuffer, const size_t* samplesSizes, unsigned nbFinalizeSamples, size_t nbCheckSamples, size_t nbSamples, ZDICT_cover_params_t params, size_t* offsets, size_t totalCompressedSize) argument
1071 size_t totalCompressedSize = ERROR(GENERIC); local
[all...]
H A Dfastcover.c472 size_t totalCompressedSize = ERROR(GENERIC); local
492 totalCompressedSize);

Completed in 101 milliseconds