Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/lz4/
Dlz4.c1883 const BYTE* extMatch = dictEnd - (offset - (size_t)(op-prefixStart)); in LZ4_decompress_unsafe_generic() local
1884 size_t const extml = (size_t)(dictEnd - extMatch); in LZ4_decompress_unsafe_generic()
1887 LZ4_memmove(op, extMatch, ml); in LZ4_decompress_unsafe_generic()
1892 LZ4_memmove(op, extMatch, extml); in LZ4_decompress_unsafe_generic()