Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/lz4/
Dlz4.c1984 const int checkOffset = (dictSize < (int)(64 KB)); in LZ4_decompress_generic() local
2094 if ( checkOffset && (unlikely(match + dictSize < lowPrefix)) ) { in LZ4_decompress_generic()
2285 …if ((checkOffset) && (unlikely(match + dictSize < lowPrefix))) goto _output_error; /* Error : of… in LZ4_decompress_generic()