Searched refs:ZSTD_totalLen (Results 1 – 1 of 1) sorted by relevance
1014 static U32 ZSTD_totalLen(ZSTD_optimal_t sol) in ZSTD_totalLen() function1112 last_pos = ZSTD_totalLen(lastSequence); in ZSTD_compressBlock_opt_generic()1221 last_pos = cur + ZSTD_totalLen(lastSequence); in ZSTD_compressBlock_opt_generic()1257 …cur = last_pos > ZSTD_totalLen(lastSequence) ? last_pos - ZSTD_totalLen(lastSequence) : 0; /* sin… in ZSTD_compressBlock_opt_generic()1285 U32 const backDist = ZSTD_totalLen(opt[seqPos]); in ZSTD_compressBlock_opt_generic()