Searched defs:lowLimit (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_double_fast.c | 376 const U32 lowLimit = ZSTD_getLowestMatchIndex(ms, endIndex, cParams->windowLog); in ZSTD_compressBlock_doubleFast_extDict_generic() local
|
H A D | zstd_fast.c | 390 const U32 lowLimit = ZSTD_getLowestMatchIndex(ms, endIndex, cParams->windowLog); in ZSTD_compressBlock_fast_extDict_generic() local
|
H A D | zstd_lazy.c | 501 const U32 lowLimit = isDictionary ? lowestValid : withinMaxDistance; in ZSTD_HcFindBestMatch_generic() local
|
H A D | zstd_compress_internal.h | 132 U32 lowLimit; /* below that point, no more valid data */ member
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_fast.c | 563 const U32 lowLimit = ZSTD_getLowestMatchIndex(ms, endIndex, cParams->windowLog); in ZSTD_compressBlock_fast_extDict_generic() local
|
H A D | zstd_double_fast.c | 547 const U32 lowLimit = ZSTD_getLowestMatchIndex(ms, endIndex, cParams->windowLog); in ZSTD_compressBlock_doubleFast_extDict_generic() local
|
H A D | zstd_lazy.c | 668 const U32 lowLimit = isDictionary ? lowestValid : withinMaxDistance; in ZSTD_HcFindBestMatch() local 1151 const U32 lowLimit = isDictionary ? lowestValid : withinMaxDistance; in ZSTD_RowFindBestMatch() local
|
H A D | zstd_compress_internal.h | 195 U32 lowLimit; /* below that point, no more valid data */ member
|