Home
last modified time | relevance | path

Searched defs:restSize (Results 1 – 2 of 2) sorted by relevance

/third_party/lz4/lib/
Dlz4.c2084 size_t const restSize = length - copySize; in LZ4_decompress_generic() local
2266 size_t const restSize = length - copySize; in LZ4_decompress_generic() local
/third_party/lz4/programs/
Dlz4io.c931 size_t const restSize = bufferSize & maskT; in LZ4IO_fwriteSparse() local