Home
last modified time | relevance | path

Searched refs:oldSize (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dhuf_compress.c810 … size_t const oldSize = HUF_estimateCompressedSize(oldHufTable, table->count, maxSymbolValue); in HUF_compress_internal() local
812 if (oldSize <= hSize + newSize || hSize + 12 >= srcSize) { in HUF_compress_internal()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c9070 … size_t const oldSize = HUF_estimateCompressedSize(oldHufTable, table->count, maxSymbolValue); in HUF_compress_internal() local
9072 if (oldSize <= hSize + newSize || hSize + 12 >= srcSize) { in HUF_compress_internal()