Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/zstd/compress/
A Dzstd_compress_internal.h575 #define STORED_IS_REPCODE(o) ((o) <= ZSTD_REP_MOVE) macro
577 #define STORED_REPCODE(o) (assert(STORED_IS_REPCODE(o)), (o)+1) /* returns ID 1,2,3 */
A Dzstd_compress.c3352 assert(STORED_IS_REPCODE(offCode)); in ZSTD_resolveRepcodeToRawOffset()
3382 if (STORED_IS_REPCODE(offCode)) { in ZSTD_seqStore_resolveOffCodes()

Completed in 21 milliseconds