Searched refs:oldSize (Results 1 - 1 of 1) sorted by path

/linux-master/lib/zstd/compress/
H A Dhuf_compress.c1261 size_t const oldSize = HUF_estimateCompressedSize(oldHufTable, table->count, maxSymbolValue); local
1263 if (oldSize <= hSize + newSize || hSize + 12 >= srcSize) {

Completed in 480 milliseconds