Home
last modified time | relevance | path

Searched refs:ZSTD_DUBT_UNSORTED_MARK (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress_internal.h30 #define ZSTD_DUBT_UNSORTED_MARK 1 /* For btlazy2 strategy, index ZSTD_DUBT_UNSORTED_MARK==1 means "unsorted". macro
35 The benefit is that ZSTD_DUBT_UNSORTED_MARK cannot be mishandled after table re-use with a different strategy.
1188 ZSTD_STATIC_ASSERT(ZSTD_DUBT_UNSORTED_MARK < ZSTD_WINDOW_START_INDEX); /* Start above ZSTD_DUBT_UNSORTED_MARK */ in ZSTD_window_init()
H A Dzstd_lazy.c53 *sortMarkPtr = ZSTD_DUBT_UNSORTED_MARK; in ZSTD_updateDUBT()
101 * but it's still possible to have nextPtr[1] == ZSTD_DUBT_UNSORTED_MARK in ZSTD_insertDUBT1()
102 * when a real index has the same value as ZSTD_DUBT_UNSORTED_MARK */ in ZSTD_insertDUBT1()
265 && (*unsortedMark == ZSTD_DUBT_UNSORTED_MARK) in ZSTD_DUBT_findBestMatch()
280 && (*unsortedMark==ZSTD_DUBT_UNSORTED_MARK) ) { in ZSTD_DUBT_findBestMatch()
H A Dzstd_compress.c2244 if (preserveMark && table[cellNb] == ZSTD_DUBT_UNSORTED_MARK) { in ZSTD_reduceTable_internal()
2247 newVal = ZSTD_DUBT_UNSORTED_MARK; in ZSTD_reduceTable_internal()

Completed in 17 milliseconds