Home
last modified time | relevance | path

Searched refs:offset_1 (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/lib/zstd/
Dcompress.c1021 U32 offset_1 = cctx->rep[0], offset_2 = cctx->rep[1]; in ZSTD_compressBlock_fast_generic() local
1030 if (offset_1 > maxRep) in ZSTD_compressBlock_fast_generic()
1031 offsetSaved = offset_1, offset_1 = 0; in ZSTD_compressBlock_fast_generic()
1043 if ((offset_1 > 0) & (ZSTD_read32(ip + 1 - offset_1) == ZSTD_read32(ip + 1))) { in ZSTD_compressBlock_fast_generic()
1044 mLength = ZSTD_count(ip + 1 + 4, ip + 1 + 4 - offset_1, iend) + 4; in ZSTD_compressBlock_fast_generic()
1060 offset_2 = offset_1; in ZSTD_compressBlock_fast_generic()
1061 offset_1 = offset; in ZSTD_compressBlock_fast_generic()
1080 offset_2 = offset_1; in ZSTD_compressBlock_fast_generic()
1081 offset_1 = tmpOff; in ZSTD_compressBlock_fast_generic()
1093 cctx->repToConfirm[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_generic()
[all …]