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

/linux-master/include/uapi/linux/
H A Dserial.h92 unsigned char mask3, match3; member in struct:serial_multiport_struct
/linux-master/lib/zstd/compress/
H A Dzstd_double_fast.c605 const BYTE* match3 = match3Base + matchIndex3; local
608 if ( (matchIndex3 > dictStartIndex) && (MEM_read64(match3) == MEM_read64(ip+1)) ) {
611 mLength = ZSTD_count_2segments(ip+9, match3+8, iend, matchEnd, prefixStart) + 8;
614 while (((ip>anchor) & (match3>lowMatchPtr)) && (ip[-1] == match3[-1])) { ip--; match3--; mLength++; } /* catch up */
/linux-master/kernel/sched/
H A Dtopology.c2764 goto match3;
2769 match3:

Completed in 168 milliseconds