Searched refs:STORED_IS_REPCODE (Results 1 – 2 of 2) sorted by relevance
587 #define STORED_IS_REPCODE(o) ((o) <= ZSTD_REP_MOVE) macro589 #define STORED_REPCODE(o) (assert(STORED_IS_REPCODE(o)), (o)+1) /* returns ID 1,2,3 */
3443 assert(STORED_IS_REPCODE(offCode)); in ZSTD_resolveRepcodeToRawOffset()3473 if (STORED_IS_REPCODE(offCode)) { in ZSTD_seqStore_resolveOffCodes()