Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/zstd/lib/compress/ !
H A Dzstd_compress_internal.h725 #define OFFBASE_IS_REPCODE(o) ( 1 <= (o) && (o) <= ZSTD_REP_NUM) macro
727 #define OFFBASE_TO_REPCODE(o) (assert(OFFBASE_IS_REPCODE(o)), (o)) /* returns ID 1,2,3 */
H A Dzstd_compress.c3471 if (OFFBASE_IS_REPCODE(inSeqs[i].offBase)) { in ZSTD_copyBlockSequences()
4042 assert(OFFBASE_IS_REPCODE(offBase)); in ZSTD_resolveRepcodeToRawOffset()
4081 if (OFFBASE_IS_REPCODE(offBase)) { in ZSTD_seqStore_resolveOffCodes()