Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h727 #define OFFBASE_TO_REPCODE(o) (assert(OFFBASE_IS_REPCODE(o)), (o)) /* returns ID 1,2,3 */ macro
826 U32 const repCode = OFFBASE_TO_REPCODE(offBase) - 1 + ll0; in ZSTD_updateRep()
H A Dzstd_compress.c3472 const U32 repcode = OFFBASE_TO_REPCODE(inSeqs[i].offBase); in ZSTD_copyBlockSequences()
4041 U32 const adjustedRepCode = OFFBASE_TO_REPCODE(offBase) - 1 + ll0; /* [ 0 - 3 ] */ in ZSTD_resolveRepcodeToRawOffset()