Home
last modified time | relevance | path

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

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