Home
last modified time | relevance | path

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

/third_party/lz4/lib/
Dlz4frame.c337 size_t const maxSrcSize = srcSize + bufferedSize; in LZ4F_compressBound_internal() local
338 unsigned const nbFullBlocks = (unsigned)(maxSrcSize / blockSize); in LZ4F_compressBound_internal()
339 size_t const partialBlockSize = maxSrcSize & (blockSize-1); in LZ4F_compressBound_internal()