Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h406 U32 const currentOffset = (repCode==ZSTD_REP_NUM) ? (rep[0] - 1) : rep[repCode]; in ZSTD_updateRep() local
409 newReps.rep[0] = currentOffset; in ZSTD_updateRep()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10254 U32 const currentOffset = (repCode==ZSTD_REP_NUM) ? (rep[0] - 1) : rep[repCode]; in ZSTD_updateRep() local
10257 newReps.rep[0] = currentOffset; in ZSTD_updateRep()