Searched refs:ZSTD_REP_NUM (Results 1 – 3 of 3) sorted by relevance
54 #define ZSTD_REP_NUM 3 /* number of repcodes */ macro55 #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];
416 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()
65 U32 rep[ZSTD_REP_NUM];864 size_t prevOffset[ZSTD_REP_NUM];1112 for (i = 0; i < ZSTD_REP_NUM; i++) in ZSTD_decompressSequences()1137 for (i = 0; i < ZSTD_REP_NUM; i++) in ZSTD_decompressSequences()1375 for (i = 0; i < ZSTD_REP_NUM; i++) in ZSTD_decompressSequencesLong()1419 for (i = 0; i < ZSTD_REP_NUM; i++) in ZSTD_decompressSequencesLong()
Completed in 11 milliseconds