Lines Matching defs:offset_1

1021 	U32 offset_1 = cctx->rep[0], offset_2 = cctx->rep[1];
1030 if (offset_1 > maxRep)
1031 offsetSaved = offset_1, offset_1 = 0;
1043 if ((offset_1 > 0) & (ZSTD_read32(ip + 1 - offset_1) == ZSTD_read32(ip + 1))) {
1044 mLength = ZSTD_count(ip + 1 + 4, ip + 1 + 4 - offset_1, iend) + 4;
1060 offset_2 = offset_1;
1061 offset_1 = offset;
1080 offset_2 = offset_1;
1081 offset_1 = tmpOff;
1082 } /* swap offset_2 <=> offset_1 */
1093 cctx->repToConfirm[0] = offset_1 ? offset_1 : offsetSaved;
1133 U32 offset_1 = ctx->rep[0], offset_2 = ctx->rep[1];
1142 const U32 repIndex = curr + 1 - offset_1; /* offset_1 expected <= curr +1 */
1170 offset_2 = offset_1;
1171 offset_1 = offset;
1195 offset_2 = offset_1;
1196 offset_1 = tmpOffset; /* swap offset_2 <=> offset_1 */
1209 ctx->repToConfirm[0] = offset_1;
1269 U32 offset_1 = cctx->rep[0], offset_2 = cctx->rep[1];
1278 if (offset_1 > maxRep)
1279 offsetSaved = offset_1, offset_1 = 0;
1294 if ((offset_1 > 0) & (ZSTD_read32(ip + 1 - offset_1) == ZSTD_read32(ip + 1))) { /* note : by construction, offset_1 <= curr */
1295 mLength = ZSTD_count(ip + 1 + 4, ip + 1 + 4 - offset_1, iend) + 4;
1336 offset_2 = offset_1;
1337 offset_1 = offset;
1358 offset_2 = offset_1;
1359 offset_1 = tmpOff;
1360 } /* swap offset_2 <=> offset_1 */
1372 cctx->repToConfirm[0] = offset_1 ? offset_1 : offsetSaved;
1414 U32 offset_1 = ctx->rep[0], offset_2 = ctx->rep[1];
1429 const U32 repIndex = curr + 1 - offset_1; /* offset_1 expected <= curr +1 */
1453 offset_2 = offset_1;
1454 offset_1 = offset;
1486 offset_2 = offset_1;
1487 offset_1 = offset;
1517 offset_2 = offset_1;
1518 offset_1 = tmpOffset; /* swap offset_2 <=> offset_1 */
1532 ctx->repToConfirm[0] = offset_1;
1912 U32 offset_1 = ctx->rep[0], offset_2 = ctx->rep[1], savedOffset = 0;
1921 if (offset_1 > maxRep)
1922 savedOffset = offset_1, offset_1 = 0;
1932 if ((offset_1 > 0) & (ZSTD_read32(ip + 1) == ZSTD_read32(ip + 1 - offset_1))) {
1934 matchLength = ZSTD_count(ip + 1 + EQUAL_READ32, ip + 1 + EQUAL_READ32 - offset_1, iend) + EQUAL_READ32;
1956 if ((offset) && ((offset_1 > 0) & (ZSTD_read32(ip) == ZSTD_read32(ip - offset_1)))) {
1957 size_t const mlRep = ZSTD_count(ip + EQUAL_READ32, ip + EQUAL_READ32 - offset_1, iend) + EQUAL_READ32;
1977 if ((offset) && ((offset_1 > 0) & (ZSTD_read32(ip) == ZSTD_read32(ip - offset_1)))) {
1978 size_t const ml2 = ZSTD_count(ip + EQUAL_READ32, ip + EQUAL_READ32 - offset_1, iend) + EQUAL_READ32;
2011 offset_2 = offset_1;
2012 offset_1 = (U32)(offset - ZSTD_REP_MOVE);
2028 offset_2 = offset_1;
2029 offset_1 = (U32)offset; /* swap repcodes */
2038 ctx->repToConfirm[0] = offset_1 ? offset_1 : savedOffset;
2080 U32 offset_1 = ctx->rep[0], offset_2 = ctx->rep[1];
2095 const U32 repIndex = (U32)(curr + 1 - offset_1);
2129 const U32 repIndex = (U32)(curr - offset_1);
2164 const U32 repIndex = (U32)(curr - offset_1);
2206 offset_2 = offset_1;
2207 offset_1 = (U32)(offset - ZSTD_REP_MOVE);
2229 offset_2 = offset_1;
2230 offset_1 = (U32)offset; /* swap offset history */
2241 ctx->repToConfirm[0] = offset_1;