Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/lz4/
Dlz4.c1980 BYTE* cpy; in LZ4_decompress_generic() local
2132 cpy = op + length; in LZ4_decompress_generic()
2136 LZ4_memcpy_using_offset(op, match, cpy, offset); in LZ4_decompress_generic()
2138 LZ4_wildCopy32(op, match, cpy); in LZ4_decompress_generic()
2141 op = cpy; /* wildcopy correction */ in LZ4_decompress_generic()
2207 cpy = op+length; in LZ4_decompress_generic()
2210 if ((cpy>oend-MFLIMIT) || (ip+length>iend-(2+1+LASTLITERALS))) { in LZ4_decompress_generic()
2229 cpy = op + length; in LZ4_decompress_generic()
2234 if (cpy > oend) { in LZ4_decompress_generic()
2235 cpy = oend; in LZ4_decompress_generic()
[all …]