Searched refs:ZSTD_totalLen (Results 1 – 1 of 1) sorted by relevance
920 static U32 ZSTD_totalLen(ZSTD_optimal_t sol) in ZSTD_totalLen() function1016 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()