Home
last modified time | relevance | path

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

/third_party/lz4/lib/
Dlz4frame.c385 unsigned const nbFullBlocks = (unsigned)(maxSrcSize / blockSize); in LZ4F_compressBound_internal() local
388 unsigned const nbBlocks = nbFullBlocks + (lastBlockSize>0); in LZ4F_compressBound_internal()
394 (blockSize * nbFullBlocks) + lastBlockSize + frameEnd; in LZ4F_compressBound_internal()