Home
last modified time | relevance | path

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

/openbmc/linux/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
/openbmc/u-boot/lib/
H A Dlz4.c90 const BYTE* const lowLimit = lowPrefix - dictSize; in LZ4_decompress_generic() local
/openbmc/linux/include/linux/
H A Dlz4.h126 unsigned int lowLimit; member
/openbmc/linux/lib/zstd/compress/
H A Dzstd_fast.c563 const U32 lowLimit = ZSTD_getLowestMatchIndex(ms, endIndex, cParams->windowLog); in ZSTD_compressBlock_fast_extDict_generic() local
H A Dzstd_double_fast.c547 const U32 lowLimit = ZSTD_getLowestMatchIndex(ms, endIndex, cParams->windowLog); in ZSTD_compressBlock_doubleFast_extDict_generic() local
H A Dzstd_lazy.c668 const U32 lowLimit = isDictionary ? lowestValid : withinMaxDistance; in ZSTD_HcFindBestMatch() local
1142 const U32 lowLimit = isDictionary ? lowestValid : withinMaxDistance; in ZSTD_RowFindBestMatch() local
H A Dzstd_compress_internal.h189 U32 lowLimit; /* below that point, no more valid data */ member