Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_compress_internal.h819 U32 const currentOffset = (repCode==ZSTD_REP_NUM) ? (rep[0] - 1) : rep[repCode]; in ZSTD_updateRep() local
822 rep[0] = currentOffset; in ZSTD_updateRep()