Home
last modified time | relevance | path

Searched refs:ZSTD_totalLen (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_opt.c907 static U32 ZSTD_totalLen(ZSTD_optimal_t sol) in ZSTD_totalLen() function
1003 last_pos = ZSTD_totalLen(lastSequence); in ZSTD_compressBlock_opt_generic()
1110 last_pos = cur + ZSTD_totalLen(lastSequence); in ZSTD_compressBlock_opt_generic()
1146 …cur = last_pos > ZSTD_totalLen(lastSequence) ? last_pos - ZSTD_totalLen(lastSequence) : 0; /* sin… in ZSTD_compressBlock_opt_generic()
1174 U32 const backDist = ZSTD_totalLen(opt[seqPos]); in ZSTD_compressBlock_opt_generic()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c20919 static U32 ZSTD_totalLen(ZSTD_optimal_t sol) in ZSTD_totalLen() function
21008 last_pos = ZSTD_totalLen(lastSequence); in ZSTD_compressBlock_opt_generic()
21111 last_pos = cur + ZSTD_totalLen(lastSequence); in ZSTD_compressBlock_opt_generic()
21147 …cur = last_pos > ZSTD_totalLen(lastSequence) ? last_pos - ZSTD_totalLen(lastSequence) : 0; /* sin… in ZSTD_compressBlock_opt_generic()
21175 U32 const backDist = ZSTD_totalLen(opt[seqPos]); in ZSTD_compressBlock_opt_generic()