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

/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_double_fast.c547 const U32 lowLimit = ZSTD_getLowestMatchIndex(ms, endIndex, cParams->windowLog); local
H A Dzstd_fast.c563 const U32 lowLimit = ZSTD_getLowestMatchIndex(ms, endIndex, cParams->windowLog); local
H A Dzstd_lazy.c668 const U32 lowLimit = isDictionary ? lowestValid : withinMaxDistance; local
1151 const U32 lowLimit = isDictionary ? lowestValid : withinMaxDistance; local
[all...]
H A Dzstd_compress_internal.h195 U32 lowLimit; /* below that point, no more valid data */ member in struct:__anon94
[all...]
/freebsd-current/sys/contrib/openzfs/module/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.c501 const U32 lowLimit = isDictionary ? lowestValid : withinMaxDistance; local
H A Dzstd_compress_internal.h132 U32 lowLimit; /* below that point, no more valid data */ member in struct:__anon187
[all...]

Completed in 146 milliseconds