Searched refs:maxSrcSize (Results 1 – 1 of 1) sorted by relevance
384 size_t const maxSrcSize = srcSize + bufferedSize; in LZ4F_compressBound_internal() local385 unsigned const nbFullBlocks = (unsigned)(maxSrcSize / blockSize); in LZ4F_compressBound_internal()386 size_t const partialBlockSize = maxSrcSize & (blockSize-1); in LZ4F_compressBound_internal()