Home
last modified time | relevance | path

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

/lz4-3.4.0-2.7.6/programs/
Dbench.c586 size_t pos = 0, totalSize = 0; in BMK_loadFiles() local
607 totalSize += (size_t)fileSize; in BMK_loadFiles()
611 if (totalSize == 0) EXM_THROW(12, "no data to bench"); in BMK_loadFiles()
/lz4-3.4.0-2.7.6/lib/
Dlz4hc.c734 size_t const totalSize = 1 + llAdd + lastRunSize; in LZ4HC_compress_hashChain() local
736 if (limit && (op + totalSize > oend)) { in LZ4HC_compress_hashChain()
1559 size_t const totalSize = 1 + llAdd + lastRunSize; in LZ4HC_compress_optimal() local
1561 if (limit && (op + totalSize > oend)) { in LZ4HC_compress_optimal()