ReactOS 0.4.16-dev-334-g4d9f67c
|
#include "zstd_compress_internal.h"
Go to the source code of this file.
size_t ZSTD_compressBlock_btlazy2 | ( | ZSTD_matchState_t * | ms, |
seqStore_t * | seqStore, | ||
U32 | rep[ZSTD_REP_NUM], | ||
void const * | src, | ||
size_t | srcSize | ||
) |
used in ZSTD_reduceIndex(). preemptively increase value of ZSTD_DUBT_UNSORTED_MARK
Definition at line 871 of file zstd_lazy.c.
Referenced by ZSTD_selectBlockCompressor().
size_t ZSTD_compressBlock_btlazy2_dictMatchState | ( | ZSTD_matchState_t * | ms, |
seqStore_t * | seqStore, | ||
U32 | rep[ZSTD_REP_NUM], | ||
void const * | src, | ||
size_t | srcSize | ||
) |
Definition at line 899 of file zstd_lazy.c.
Referenced by ZSTD_selectBlockCompressor().
size_t ZSTD_compressBlock_btlazy2_extDict | ( | ZSTD_matchState_t * | ms, |
seqStore_t * | seqStore, | ||
U32 | rep[ZSTD_REP_NUM], | ||
void const * | src, | ||
size_t | srcSize | ||
) |
Definition at line 1132 of file zstd_lazy.c.
Referenced by ZSTD_selectBlockCompressor().
size_t ZSTD_compressBlock_greedy | ( | ZSTD_matchState_t * | ms, |
seqStore_t * | seqStore, | ||
U32 | rep[ZSTD_REP_NUM], | ||
void const * | src, | ||
size_t | srcSize | ||
) |
Definition at line 892 of file zstd_lazy.c.
Referenced by ZSTD_selectBlockCompressor().
size_t ZSTD_compressBlock_greedy_dictMatchState | ( | ZSTD_matchState_t * | ms, |
seqStore_t * | seqStore, | ||
U32 | rep[ZSTD_REP_NUM], | ||
void const * | src, | ||
size_t | srcSize | ||
) |
Definition at line 920 of file zstd_lazy.c.
Referenced by ZSTD_selectBlockCompressor().
size_t ZSTD_compressBlock_greedy_extDict | ( | ZSTD_matchState_t * | ms, |
seqStore_t * | seqStore, | ||
U32 | rep[ZSTD_REP_NUM], | ||
void const * | src, | ||
size_t | srcSize | ||
) |
Definition at line 1109 of file zstd_lazy.c.
Referenced by ZSTD_selectBlockCompressor().
size_t ZSTD_compressBlock_lazy | ( | ZSTD_matchState_t * | ms, |
seqStore_t * | seqStore, | ||
U32 | rep[ZSTD_REP_NUM], | ||
void const * | src, | ||
size_t | srcSize | ||
) |
Definition at line 885 of file zstd_lazy.c.
Referenced by ZSTD_selectBlockCompressor().
size_t ZSTD_compressBlock_lazy2 | ( | ZSTD_matchState_t * | ms, |
seqStore_t * | seqStore, | ||
U32 | rep[ZSTD_REP_NUM], | ||
void const * | src, | ||
size_t | srcSize | ||
) |
Definition at line 878 of file zstd_lazy.c.
Referenced by ZSTD_selectBlockCompressor().
size_t ZSTD_compressBlock_lazy2_dictMatchState | ( | ZSTD_matchState_t * | ms, |
seqStore_t * | seqStore, | ||
U32 | rep[ZSTD_REP_NUM], | ||
void const * | src, | ||
size_t | srcSize | ||
) |
Definition at line 906 of file zstd_lazy.c.
Referenced by ZSTD_selectBlockCompressor().
size_t ZSTD_compressBlock_lazy2_extDict | ( | ZSTD_matchState_t * | ms, |
seqStore_t * | seqStore, | ||
U32 | rep[ZSTD_REP_NUM], | ||
void const * | src, | ||
size_t | srcSize | ||
) |
Definition at line 1124 of file zstd_lazy.c.
Referenced by ZSTD_selectBlockCompressor().
size_t ZSTD_compressBlock_lazy_dictMatchState | ( | ZSTD_matchState_t * | ms, |
seqStore_t * | seqStore, | ||
U32 | rep[ZSTD_REP_NUM], | ||
void const * | src, | ||
size_t | srcSize | ||
) |
Definition at line 913 of file zstd_lazy.c.
Referenced by ZSTD_selectBlockCompressor().
size_t ZSTD_compressBlock_lazy_extDict | ( | ZSTD_matchState_t * | ms, |
seqStore_t * | seqStore, | ||
U32 | rep[ZSTD_REP_NUM], | ||
void const * | src, | ||
size_t | srcSize | ||
) |
Definition at line 1116 of file zstd_lazy.c.
Referenced by ZSTD_selectBlockCompressor().
U32 ZSTD_insertAndFindFirstIndex | ( | ZSTD_matchState_t * | ms, |
const BYTE * | ip | ||
) |
Definition at line 473 of file zstd_lazy.c.
Referenced by ZSTD_loadDictionaryContent().