Searched refs:ZSTDv07_REP_NUM (Results 1 – 1 of 1) sorted by relevance
2697 #define ZSTDv07_REP_NUM 3 macro2698 #define ZSTDv07_REP_INIT ZSTDv07_REP_NUM2699 #define ZSTDv07_REP_MOVE (ZSTDv07_REP_NUM-1)2700 static const U32 repStartValue[ZSTDv07_REP_NUM] = { 1, 4, 8 };2977 { int i; for (i=0; i<ZSTDv07_REP_NUM; i++) dctx->rep[i] = repStartValue[i]; } in ZSTDv07_decompressBegin()