Home
last modified time | relevance | path

Searched defs:lowLimit (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/lib/lz4/
H A Dlz4hc_compress.c111 const U32 lowLimit = (hc4->lowLimit + 64 * KB > (U32)(ip - base)) in LZ4HC_InsertAndFindBestMatch() local
183 const U32 lowLimit = (hc4->lowLimit + 64 * KB > (U32)(ip - base)) in LZ4HC_InsertAndGetWiderMatch() local
H A Dlz4_compress.c190 const BYTE *lowLimit; in LZ4_compress_generic() local
532 const BYTE *lowLimit = (const BYTE *) src; in LZ4_compress_destSize_generic() local
/OK3568_Linux_fs/u-boot/lib/
H A Dlz4.c91 const BYTE* const lowLimit = lowPrefix - dictSize; in LZ4_decompress_generic() local
/OK3568_Linux_fs/kernel/include/linux/
H A Dlz4.h126 unsigned int lowLimit; member
/OK3568_Linux_fs/kernel/lib/zstd/
H A Dcompress.c58 U32 lowLimit; /* below that point, no more data */ member
1831 const U32 lowLimit = zc->lowLimit; in ZSTD_HcFindBestMatch_generic() local