Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_compress_internal.h716 #define OFFBASE_IS_REPCODE(o) ( 1 <= (o) && (o) <= ZSTD_REP_NUM) macro
718 #define OFFBASE_TO_REPCODE(o) (assert(OFFBASE_IS_REPCODE(o)), (o)) /* returns ID 1,2,3 */
H A Dzstd_compress.c3384 if (OFFBASE_IS_REPCODE(inSeqs[i].offBase)) { in ZSTD_copyBlockSequences()
3955 assert(OFFBASE_IS_REPCODE(offBase)); in ZSTD_resolveRepcodeToRawOffset()
3994 if (OFFBASE_IS_REPCODE(offBase)) { in ZSTD_seqStore_resolveOffCodes()