Home
last modified time | relevance | path

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

/external/u-boot/lib/zstd/
Dzstd_internal.h54 #define ZSTD_REP_NUM 3 /* number of repcodes */ macro
55 #define ZSTD_REP_CHECK (ZSTD_REP_NUM) /* number of repcodes to check by the optimal parser */
56 #define ZSTD_REP_MOVE (ZSTD_REP_NUM - 1)
57 #define ZSTD_REP_MOVE_OPT (ZSTD_REP_NUM)
58 static const U32 repStartValue[ZSTD_REP_NUM] = {1, 4, 8};
159 U32 rep[ZSTD_REP_NUM];
Dzstd_opt.h416 U32 offset, rep[ZSTD_REP_NUM]; in ZSTD_compressBlock_opt_generic()
424 for (i = 0; i < ZSTD_REP_NUM; i++) in ZSTD_compressBlock_opt_generic()
498 for (i = 0; i < ZSTD_REP_NUM; i++) in ZSTD_compressBlock_opt_generic()
677 for (i = 0; i < ZSTD_REP_NUM; i++) in ZSTD_compressBlock_opt_generic()
715 U32 offset, rep[ZSTD_REP_NUM]; in ZSTD_compressBlock_opt_extDict_generic()
718 for (i = 0; i < ZSTD_REP_NUM; i++) in ZSTD_compressBlock_opt_extDict_generic()
779 for (i = 0; i < ZSTD_REP_NUM; i++) in ZSTD_compressBlock_opt_extDict_generic()
992 for (i = 0; i < ZSTD_REP_NUM; i++) in ZSTD_compressBlock_opt_extDict_generic()
Ddecompress.c64 U32 rep[ZSTD_REP_NUM];
863 size_t prevOffset[ZSTD_REP_NUM];
1111 for (i = 0; i < ZSTD_REP_NUM; i++) in ZSTD_decompressSequences()
1136 for (i = 0; i < ZSTD_REP_NUM; i++) in ZSTD_decompressSequences()
1374 for (i = 0; i < ZSTD_REP_NUM; i++) in ZSTD_decompressSequencesLong()
1418 for (i = 0; i < ZSTD_REP_NUM; i++) in ZSTD_decompressSequencesLong()