Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dhuf_compress.c725 size_t const oldSize = HUF_estimateCompressedSize(oldHufTable, count, maxSymbolValue); in HUF_compress_internal() local
727 if (oldSize <= hSize + newSize || hSize + 12 >= srcSize) { in HUF_compress_internal()