Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/lz4/
Dlz4.c2117 size_t const restSize = length - copySize; in LZ4_decompress_generic() local
2120 if (restSize > (size_t)(op - lowPrefix)) { /* overlap copy */ in LZ4_decompress_generic()
2121 BYTE* const endOfMatch = op + restSize; in LZ4_decompress_generic()
2125 LZ4_memcpy(op, lowPrefix, restSize); in LZ4_decompress_generic()
2126 op += restSize; in LZ4_decompress_generic()
2301 size_t const restSize = length - copySize; in LZ4_decompress_generic() local
2304 if (restSize > (size_t)(op - lowPrefix)) { /* overlap copy */ in LZ4_decompress_generic()
2305 BYTE* const endOfMatch = op + restSize; in LZ4_decompress_generic()
2309 LZ4_memcpy(op, lowPrefix, restSize); in LZ4_decompress_generic()
2310 op += restSize; in LZ4_decompress_generic()