Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dzstd_internal.h64 #define ZSTD_REP_NUM 3 /* number of repcodes */ macro
65 #define ZSTD_REP_CHECK (ZSTD_REP_NUM) /* number of repcodes to check by the optimal parser */
66 #define ZSTD_REP_MOVE (ZSTD_REP_NUM - 1)
67 #define ZSTD_REP_MOVE_OPT (ZSTD_REP_NUM)
68 static const U32 repStartValue[ZSTD_REP_NUM] = {1, 4, 8};
169 U32 rep[ZSTD_REP_NUM];
Dzstd_opt.h426 U32 offset, rep[ZSTD_REP_NUM]; in ZSTD_compressBlock_opt_generic()
434 for (i = 0; i < ZSTD_REP_NUM; i++) in ZSTD_compressBlock_opt_generic()
508 for (i = 0; i < ZSTD_REP_NUM; i++) in ZSTD_compressBlock_opt_generic()
687 for (i = 0; i < ZSTD_REP_NUM; i++) in ZSTD_compressBlock_opt_generic()
725 U32 offset, rep[ZSTD_REP_NUM]; in ZSTD_compressBlock_opt_extDict_generic()
728 for (i = 0; i < ZSTD_REP_NUM; i++) in ZSTD_compressBlock_opt_extDict_generic()
789 for (i = 0; i < ZSTD_REP_NUM; i++) in ZSTD_compressBlock_opt_extDict_generic()
1002 for (i = 0; i < ZSTD_REP_NUM; i++) in ZSTD_compressBlock_opt_extDict_generic()
Ddecompress.c74 U32 rep[ZSTD_REP_NUM];
873 size_t prevOffset[ZSTD_REP_NUM];
1121 for (i = 0; i < ZSTD_REP_NUM; i++) in ZSTD_decompressSequences()
1146 for (i = 0; i < ZSTD_REP_NUM; i++) in ZSTD_decompressSequences()
1384 for (i = 0; i < ZSTD_REP_NUM; i++) in ZSTD_decompressSequencesLong()
1428 for (i = 0; i < ZSTD_REP_NUM; i++) in ZSTD_decompressSequencesLong()
Dcompress.c66 U32 rep[ZSTD_REP_NUM];
67 U32 repToConfirm[ZSTD_REP_NUM];
230 for (i = 0; i < ZSTD_REP_NUM; i++) in ZSTD_continueCCtx()
302 for (i = 0; i < ZSTD_REP_NUM; i++) in ZSTD_resetCCtx_advanced()
340 for (i = 0; i < ZSTD_REP_NUM; i++) in ZSTD_invalidateRepCodes()
851 for (i = 0; i < ZSTD_REP_NUM; i++) in ZSTD_compressSequences()