Searched defs:lowLimit (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/lib/compress/
H A Dzstd_double_fast.c376 const U32 lowLimit = ZSTD_getLowestMatchIndex(ms, endIndex, cParams->windowLog); local
H A Dzstd_fast.c390 const U32 lowLimit = ZSTD_getLowestMatchIndex(ms, endIndex, cParams->windowLog); local
H A Dzstd_lazy.c617 const U32 lowLimit = isDictionary ? lowestValid : withinMaxDistance; local
H A Dzstd_compress_internal.h148 U32 lowLimit; /* below that point, no more valid data */ member in struct:__anon10933
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/lz4/
H A Dlz4.c483 const BYTE* lowLimit; local
741 const BYTE* lowLimit = (const BYTE*) src; local
1122 const BYTE* const lowLimit = lowPrefix - dictSize; local
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10043 U32 lowLimit; /* below that point, no more valid data */ member in struct:__anon10737
17740 const U32 lowLimit = ZSTD_getLowestMatchIndex(ms, endIndex, cParams->windowLog); local
18277 const U32 lowLimit = ZSTD_getLowestMatchIndex(ms, endIndex, cParams->windowLog); local
18886 const U32 lowLimit = isDictionary ? lowestValid : withinMaxDistance; local
[all...]

Completed in 303 milliseconds