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

/darwin-on-arm/xnu/libkern/zlib/
H A Ddeflate.c121 local uInt longest_match_fast OF((deflate_state *s, IPos cur_match));
1204 local uInt longest_match_fast(s, cur_match) function
1516 s->match_length = longest_match_fast (s, hash_head);
1522 s->match_length = longest_match_fast (s, hash_head);
1525 /* longest_match() or longest_match_fast() sets match_start */
1626 s->match_length = longest_match_fast (s, hash_head);
1628 /* longest_match() or longest_match_fast() sets match_start */

Completed in 24 milliseconds