Searched defs:STORED_REPCODE (Results 1 - 1 of 1) sorted by relevance
| /kernel/linux/linux-6.6/lib/zstd/compress/ | ||
| H A D | zstd_compress_internal.h | 577 #define STORED_REPCODE(o) (assert(STORED_IS_REPCODE(o)), (o)+1) /* returns ID 1,2,3 */ macro |
Completed in 5 milliseconds