Searched refs:nbFullBlocks (Results 1 – 1 of 1) sorted by relevance
385 unsigned const nbFullBlocks = (unsigned)(maxSrcSize / blockSize); in LZ4F_compressBound_internal() local388 unsigned const nbBlocks = nbFullBlocks + (lastBlockSize>0); in LZ4F_compressBound_internal()394 (blockSize * nbFullBlocks) + lastBlockSize + frameEnd; in LZ4F_compressBound_internal()