Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/zstd/compress/
A Dzstd_double_fast.c605 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++… in ZSTD_compressBlock_doubleFast_extDict_generic()
/linux-6.3-rc2/include/uapi/linux/
A Dserial.h91 unsigned char mask3, match3; member
/linux-6.3-rc2/kernel/sched/
A Dtopology.c2710 goto match3; in partition_sched_domains_locked()
2715 match3: in partition_sched_domains_locked()

Completed in 13 milliseconds