Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dcompress.c1192 size_t repLength2 = in ZSTD_compressBlock_fast_extDict_generic() local
1197 ZSTD_storeSeq(seqStorePtr, 0, anchor, 0, repLength2 - MINMATCH); in ZSTD_compressBlock_fast_extDict_generic()
1199 ip += repLength2; in ZSTD_compressBlock_fast_extDict_generic()
1514 size_t const repLength2 = in ZSTD_compressBlock_doubleFast_extDict_generic() local
1519 ZSTD_storeSeq(seqStorePtr, 0, anchor, 0, repLength2 - MINMATCH); in ZSTD_compressBlock_doubleFast_extDict_generic()
1522 ip += repLength2; in ZSTD_compressBlock_doubleFast_extDict_generic()