Searched refs:OFFBASE_IS_REPCODE (Results 1 – 2 of 2) sorted by relevance
716 #define OFFBASE_IS_REPCODE(o) ( 1 <= (o) && (o) <= ZSTD_REP_NUM) macro718 #define OFFBASE_TO_REPCODE(o) (assert(OFFBASE_IS_REPCODE(o)), (o)) /* returns ID 1,2,3 */
3384 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()