Searched refs:match3 (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | zstd_double_fast.c | 605 const BYTE* match3 = match3Base + matchIndex3; in ZSTD_compressBlock_doubleFast_extDict_generic() local 608 if ( (matchIndex3 > dictStartIndex) && (MEM_read64(match3) == MEM_read64(ip+1)) ) { in ZSTD_compressBlock_doubleFast_extDict_generic() 611 mLength = ZSTD_count_2segments(ip+9, match3+8, iend, matchEnd, prefixStart) + 8; in ZSTD_compressBlock_doubleFast_extDict_generic() 614 while (((ip>anchor) & (match3>lowMatchPtr)) && (ip[-1] == match3[-1])) { ip--; match3--; mLength++; } /* catch up */ in ZSTD_compressBlock_doubleFast_extDict_generic()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | serial.h | 66 unsigned char mask3, match3; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | serial.h | 91 unsigned char mask3, match3; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | serial.h | 91 unsigned char mask3, match3; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | serial.h | 79 unsigned char mask3, match3; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | serial.h | 79 unsigned char mask3, match3; member
|
/kernel/linux/linux-5.10/lib/zstd/ |
H A D | compress.c | 1311 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 in ZSTD_compressBlock_doubleFast_extDict_generic() [all...] |
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | topology.c | 2380 goto match3; in partition_sched_domains_locked() 2385 match3: in partition_sched_domains_locked()
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | topology.c | 2750 goto match3; in partition_sched_domains_locked() 2755 match3: in partition_sched_domains_locked()
|
Completed in 15 milliseconds