Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dlz4.c97 const int checkOffset = ((safeDecode) && (dictSize < (int)(64 KB))); in LZ4_decompress_generic() local
/openbmc/linux/lib/lz4/
H A Dlz4_decompress.c95 const int checkOffset = ((safeDecode) && (dictSize < (int)(64 * KB))); in LZ4_decompress_generic() local