equal
deleted
inserted
replaced
17 |
17 |
18 #include "zstd_compress_internal.h" |
18 #include "zstd_compress_internal.h" |
19 |
19 |
20 U32 ZSTD_insertAndFindFirstIndex(ZSTD_matchState_t* ms, const BYTE* ip); |
20 U32 ZSTD_insertAndFindFirstIndex(ZSTD_matchState_t* ms, const BYTE* ip); |
21 |
21 |
22 void ZSTD_preserveUnsortedMark (U32* const table, U32 const size, U32 const reducerValue); /*! used in ZSTD_reduceIndex(). pre-emptively increase value of ZSTD_DUBT_UNSORTED_MARK */ |
22 void ZSTD_preserveUnsortedMark (U32* const table, U32 const size, U32 const reducerValue); /*! used in ZSTD_reduceIndex(). preemptively increase value of ZSTD_DUBT_UNSORTED_MARK */ |
23 |
23 |
24 size_t ZSTD_compressBlock_btlazy2( |
24 size_t ZSTD_compressBlock_btlazy2( |
25 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], |
25 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], |
26 void const* src, size_t srcSize); |
26 void const* src, size_t srcSize); |
27 size_t ZSTD_compressBlock_lazy2( |
27 size_t ZSTD_compressBlock_lazy2( |