Lines Matching refs:rep
66 U32 rep[ZSTD_REP_NUM]; member
231 cctx->rep[i] = repStartValue[i]; in ZSTD_continueCCtx()
303 zc->rep[i] = repStartValue[i]; in ZSTD_resetCCtx_advanced()
341 cctx->rep[i] = 0; in ZSTD_invalidateRepCodes()
852 zc->rep[i] = zc->repToConfirm[i]; in ZSTD_compressSequences()
1021 U32 offset_1 = cctx->rep[0], offset_2 = cctx->rep[1]; in ZSTD_compressBlock_fast_generic()
1133 U32 offset_1 = ctx->rep[0], offset_2 = ctx->rep[1]; in ZSTD_compressBlock_fast_extDict_generic()
1269 U32 offset_1 = cctx->rep[0], offset_2 = cctx->rep[1]; in ZSTD_compressBlock_doubleFast_generic()
1414 U32 offset_1 = ctx->rep[0], offset_2 = ctx->rep[1]; in ZSTD_compressBlock_doubleFast_extDict_generic()
1912 U32 offset_1 = ctx->rep[0], offset_2 = ctx->rep[1], savedOffset = 0; in ZSTD_compressBlock_lazy_generic()
2080 U32 offset_1 = ctx->rep[0], offset_2 = ctx->rep[1]; in ZSTD_compressBlock_lazy_extDict_generic()
2690 cctx->rep[0] = ZSTD_readLE32(dictPtr + 0); in ZSTD_loadZstdDictionary()
2691 cctx->rep[1] = ZSTD_readLE32(dictPtr + 4); in ZSTD_loadZstdDictionary()
2692 cctx->rep[2] = ZSTD_readLE32(dictPtr + 8); in ZSTD_loadZstdDictionary()
2708 if (cctx->rep[u] == 0) in ZSTD_loadZstdDictionary()
2710 if (cctx->rep[u] > dictContentSize) in ZSTD_loadZstdDictionary()