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