Home
last modified time | relevance | path

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

/xnu-8020.101.4/libkern/zlib/
H A Ddeflate.c1076 ush scan_end = *(ushf*)(scan+best_len-1); in longest_match() local
1080 Byte scan_end = scan[best_len]; in longest_match() local
1115 if (*(ushf*)(match+best_len-1) != scan_end || in longest_match()
1146 if (match[best_len] != scan_end || in longest_match()
1183 scan_end = *(ushf*)(scan+best_len-1); in longest_match()
1186 scan_end = scan[best_len]; in longest_match()