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