Searched refs:totalCompressedSize (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/zstd/lib/dictBuilder/ |
H A D | cover.c | 800 size_t totalCompressedSize = ERROR(GENERIC); in COVER_checkTotalCompressedSize() local 826 totalCompressedSize = dictBufferCapacity; in COVER_checkTotalCompressedSize() 833 totalCompressedSize = size; in COVER_checkTotalCompressedSize() 836 totalCompressedSize += size; in COVER_checkTotalCompressedSize() 844 return totalCompressedSize; in COVER_checkTotalCompressedSize() 912 size_t compressedSize = selection.totalCompressedSize; in COVER_best_finish() 959 return (ZSTD_isError(selection.totalCompressedSize) || !selection.dictContent); in COVER_dictSelectionIsError() 968 …ples, size_t nbSamples, ZDICT_cover_params_t params, size_t* offsets, size_t totalCompressedSize) { in COVER_selectDict() argument 996 totalCompressedSize = COVER_checkTotalCompressedSize(params, samplesSizes, in COVER_selectDict() 1001 if (ZSTD_isError(totalCompressedSize)) { in COVER_selectDict() [all …]
|
H A D | cover.h | 66 size_t totalCompressedSize; member 158 …mples, size_t nbSamples, ZDICT_cover_params_t params, size_t* offsets, size_t totalCompressedSize);
|
H A D | fastcover.c | 480 size_t totalCompressedSize = ERROR(GENERIC); in FASTCOVER_tryParameters() local 500 totalCompressedSize); in FASTCOVER_tryParameters()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | fonts | 447 #>20 belong x \b, totalCompressedSize %d
|