Home
last modified time | relevance | path

Searched defs:matchEndIdx (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/lib/zstd/
H A Dzstd_opt.h256 U32 matchEndIdx = curr + 8; in ZSTD_insertBtAndGetAllMatches() local
H A Dcompress.c1583 U32 matchEndIdx = curr + 8; in ZSTD_insertBt1() local
1664 U32 matchEndIdx = curr + 8; in ZSTD_insertBtAndFindBestMatch() local
[all...]
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_opt.c441 U32 matchEndIdx = curr+8+1; in ZSTD_insertBt1() local
588 U32 matchEndIdx = curr+8+1; /* farthest referenced position of any match => detects repetitive patterns */ in ZSTD_insertBtAndGetAllMatches() local
[all...]
H A Dzstd_lazy.c305 U32 matchEndIdx = curr + 8 + 1; in ZSTD_DUBT_findBestMatch() local

Completed in 13 milliseconds