HomeSort by relevance Sort by last modified time
    Searched refs:maxSrcSize (Results 1 - 2 of 2) sorted by null

  /external/lz4/lib/
lz4frame.c 274 size_t const maxSrcSize = srcSize + bufferedSize;
275 unsigned const nbFullBlocks = (unsigned)(maxSrcSize / blockSize);
    [all...]