Home
last modified time | relevance | path

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

/linux-5.19.10/lib/zstd/compress/
Dzstd_opt.c920 static U32 ZSTD_totalLen(ZSTD_optimal_t sol) in ZSTD_totalLen() function
1016 last_pos = ZSTD_totalLen(lastSequence); in ZSTD_compressBlock_opt_generic()
1123 last_pos = cur + ZSTD_totalLen(lastSequence); in ZSTD_compressBlock_opt_generic()
1159 …cur = last_pos > ZSTD_totalLen(lastSequence) ? last_pos - ZSTD_totalLen(lastSequence) : 0; /* sin… in ZSTD_compressBlock_opt_generic()
1187 U32 const backDist = ZSTD_totalLen(opt[seqPos]); in ZSTD_compressBlock_opt_generic()