Searched refs:longest_match_fast (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.c99 local uInt longest_match_fast OF((deflate_state *s, IPos cur_match));
1181 local uInt longest_match_fast(s, cur_match) function
1493 s->match_length = longest_match_fast (s, hash_head);
1499 s->match_length = longest_match_fast (s, hash_head);
1502 /* longest_match() or longest_match_fast() sets match_start */
1603 s->match_length = longest_match_fast (s, hash_head);
1605 /* longest_match() or longest_match_fast() sets match_start */

Completed in 160 milliseconds