Home
last modified time | relevance | path

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

/openbsd/src/sys/lib/libz/
Ddeflate.c1373 register ush scan_end = *(ushf*)(scan + best_len - 1); in longest_match() local
1377 register Byte scan_end = scan[best_len]; in longest_match() local
1413 if (*(ushf*)(match + best_len - 1) != scan_end || in longest_match()
1445 if (match[best_len] != scan_end || in longest_match()
1482 scan_end = *(ushf*)(scan + best_len - 1); in longest_match()
1485 scan_end = scan[best_len]; in longest_match()
/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
Ddeflate.c1369 register ush scan_end = *(ushf*)(scan + best_len - 1); in longest_match() local
1373 register Byte scan_end = scan[best_len]; in longest_match() local
1409 if (*(ushf*)(match + best_len - 1) != scan_end || in longest_match()
1441 if (match[best_len] != scan_end || in longest_match()
1478 scan_end = *(ushf*)(scan + best_len - 1); in longest_match()
1481 scan_end = scan[best_len]; in longest_match()
/openbsd/src/lib/libz/
Ddeflate.c1373 register ush scan_end = *(ushf*)(scan + best_len - 1); in longest_match() local
1377 register Byte scan_end = scan[best_len]; in longest_match() local
1413 if (*(ushf*)(match + best_len - 1) != scan_end || in longest_match()
1445 if (match[best_len] != scan_end || in longest_match()
1482 scan_end = *(ushf*)(scan + best_len - 1); in longest_match()
1485 scan_end = scan[best_len]; in longest_match()