Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/
Dserial.h91 unsigned char mask3, match3; member
/linux-4.19.296/lib/zstd/
Dcompress.c1311 const BYTE *match3 = base + matchIndex3; in ZSTD_compressBlock_doubleFast_generic() local
1313 if ((matchIndex3 > lowestIndex) && (ZSTD_read64(match3) == ZSTD_read64(ip + 1))) { in ZSTD_compressBlock_doubleFast_generic()
1314 mLength = ZSTD_count(ip + 9, match3 + 8, iend) + 8; in ZSTD_compressBlock_doubleFast_generic()
1316 offset = (U32)(ip - match3); in ZSTD_compressBlock_doubleFast_generic()
1317 while (((ip > anchor) & (match3 > lowest)) && (ip[-1] == match3[-1])) { in ZSTD_compressBlock_doubleFast_generic()
1319 match3--; in ZSTD_compressBlock_doubleFast_generic()
1461 const BYTE *match3 = match3Base + matchIndex3; in ZSTD_compressBlock_doubleFast_extDict_generic() local
1464 if ((matchIndex3 > lowestIndex) && (ZSTD_read64(match3) == ZSTD_read64(ip + 1))) { in ZSTD_compressBlock_doubleFast_extDict_generic()
1467 mLength = ZSTD_count_2segments(ip + 9, match3 + 8, iend, matchEnd, lowPrefixPtr) + 8; in ZSTD_compressBlock_doubleFast_extDict_generic()
1470 while (((ip > anchor) & (match3 > lowMatchPtr)) && (ip[-1] == match3[-1])) { in ZSTD_compressBlock_doubleFast_extDict_generic()
[all …]